Commit Graph

15017 Commits

Author SHA1 Message Date
Brian Paul f6bb2f87b9 egl: minor tweaks 2008-06-05 12:01:33 -06:00
Keith Whitwell da7b3d294b pull in minor mklib change to fix debugging 2008-06-05 10:05:37 +01:00
Brian Paul d8de01ba41 sync up with glxgears.c from master 2008-06-04 16:55:19 -06:00
Alan Hourihane 25641d599f Set the attribute as used. 2008-06-04 21:25:41 +01:00
Brian Paul 2154cb4994 egl: single triangle test 2008-06-04 11:41:37 -06:00
Brian Paul bf527cc8d4 egl: fix X visual selection 2008-06-04 11:40:25 -06:00
Brian Paul b9d35c7c44 egl: query/print EGL_NATIVE_VISUAL_ID
Other whitespace/etc clean-ups.
2008-06-04 11:36:59 -06:00
Brian Paul af31e5d429 egl: do proper setup/init of EGL configs 2008-06-04 11:36:59 -06:00
Brian Paul 97035cb19a egl: in _eglAddConfig() just save a pointer to the config; don't copy the config
This allows subclassing by drivers.
2008-06-04 11:36:59 -06:00
Jakob Bornecrantz 88f86c9d02 egl: Added peglgears, gears that uses pbuffers 2008-06-04 19:31:05 +02:00
Brian Paul 1b386f4416 egl: new GLES/glplatform.h header 2008-06-04 10:27:22 -06:00
Brian Paul 3783994048 egl: updated GLES/gl.h and GLES/glext.h headers from Khronos.org 2008-06-04 10:17:56 -06:00
Brian Paul af540ef369 egl: updated egl.h include paths 2008-06-04 10:11:25 -06:00
Brian Paul 19ca6ce573 egl: updated include paths (s/GLES/EGL/) 2008-06-04 10:09:49 -06:00
Brian Paul 0ebc94d236 egl: added OpenGL ES 2.0 header files in new GLES2 directory 2008-06-04 10:04:31 -06:00
Brian Paul df8f9a1690 egl: created GLES/egl.h backward-compatibility header (see comments inside) 2008-06-04 10:03:39 -06:00
Brian Paul 493f3a0032 egl: moved egl.h into EGL/ directory 2008-06-04 10:01:16 -06:00
Brian Paul 3e702fa881 egl: moved eglext.h into EGL/ directory 2008-06-04 10:00:32 -06:00
José Fonseca 113ab51a8c scons: Some provisions to cross-compile x86 on x86_64 machines and vice-versa. 2008-06-04 23:58:45 +09:00
José Fonseca 5c9c6b0d23 scons: Generate matypes.h at build time.
Also cleanup mesa SConscript.
2008-06-04 23:58:45 +09:00
José Fonseca fc286ff3ba mesa: Remove assyntax.h include from generated matypes.h.
matypes.h doesn't really depend on assyntax.h; assyntax.h is only present
on x86; and this way we remove the need of grep being available (which is
relevant for scons and non-unix platforms).
2008-06-04 23:58:44 +09:00
Brian Paul 8223add330 gallium: added tgsi_is_passthrough_shader() function
Checks if all instructions are of the form MOV OUT[n], IN[n]
Untested at this time.
2008-06-04 08:57:15 -06:00
Brian Paul 4ebfc3c8ff egl: prototype some multi-API code 2008-06-04 08:57:15 -06:00
Keith Whitwell b98ac1d472 draw: init vsvg draw pointer 2008-06-04 15:51:17 +01:00
Michal Krol 43b92a6424 gallium: Define PIPE_CAP_GUARD_BAND_* capabilities. 2008-06-04 11:42:26 +01:00
Keith Whitwell 0a4aea0e86 draw: respect driver's max vertex buffer size 2008-06-04 11:25:54 +01:00
Alan Hourihane c218b8c6c6 Build with -O2 2008-06-04 09:56:00 +01:00
Keith Whitwell 5b6ea6bfc8 Merge branch 'gallium-tex-surfaces' into gallium-0.1 2008-06-03 15:32:45 +01:00
Jakob Bornecrantz afd635a950 i915: Fix compile on linux-dri-debug 2008-06-03 12:35:01 +02:00
Michal Krol 0a5df5bc7d draw: Use register names more consistently. 2008-06-03 11:22:00 +02:00
Michal Krol 183d490ab1 draw: Fix fetch_src(). Resurrect SSE version of DP3. 2008-06-03 10:59:46 +02:00
Michal Krol 58cccc8d6b draw: Fix DP3 implementation by replacing SSE with x87 version. 2008-06-02 21:51:31 +02:00
Jakob Bornecrantz 6a3aab1983 i915: Removed useless defines 2008-06-02 17:24:31 +02:00
Jakob Bornecrantz 7cc23a9eae i915: Implement and use the reworked batchbuffer code 2008-06-02 17:24:30 +02:00
Jakob Bornecrantz 4ee14279f3 i915: Rework of batchbuffer code 2008-06-02 17:24:30 +02:00
José Fonseca 5a67df6d7c scons: Integrate gdi winsys.
Conditional build of the winsys based on the platform.
2008-06-03 00:05:54 +09:00
José Fonseca 7c22bb383a gdi: Port of the gdi mesa driver to gallium (Alan Hourihane). 2008-06-03 00:05:54 +09:00
Keith Whitwell 6a39bcf375 draw: fast element translate path without delta 2008-06-02 14:37:03 +01:00
José Fonseca e0860518df gallium: Replace XSTDCALL by PIPE_CDECL. 2008-06-02 22:31:02 +09:00
José Fonseca 8d9a96386a gallium: Port util_time functions to windows userspace. 2008-06-02 21:45:25 +09:00
José Fonseca 5027411134 gallium: More tweaks for the cosf/sinf logic. 2008-06-02 21:43:31 +09:00
José Fonseca aa1a39d1a7 rtasm: Use enum sse_cc in sse_cmpps. 2008-06-02 20:46:05 +09:00
José Fonseca acdf24e530 gallium: Fix log<->cos typo in logf. 2008-06-02 20:28:50 +09:00
José Fonseca 969a207fe3 gallium: Fix log<->cos typo in logf. 2008-06-02 20:17:16 +09:00
Jakob Bornecrantz c1949e2bd3 i915: Fixed some warnings 2008-06-02 13:00:32 +02:00
Jakob Bornecrantz f4364cd1a6 i915: Fixed initialization of surface 2008-06-02 12:59:59 +02:00
José Fonseca 9b50043ea9 gallium: Hopefully fix the cosf/sinf/etc. conditional compolation logic for good. 2008-06-02 19:46:18 +09:00
José Fonseca 275fc32d58 gallium: Identify each Windows platform individually from scons. 2008-06-02 19:46:18 +09:00
José Fonseca 5463420741 scons: Set /W3 warning level for all MSVC based platforms. 2008-06-02 19:46:18 +09:00
José Fonseca 5b86ae60fe draw: Fix MSVC warnings. 2008-06-02 19:46:18 +09:00