Commit graph

12638 commits

Author SHA1 Message Date
Brian Paul
f374734d61 egl: improved Makefile 2008-06-06 15:59:54 -06:00
Brian Paul
8dafe470fc egl: EGL->DRI adaptor/driver
Allows regular DRI drivers to work with libEGL.
2008-06-06 15:52:47 -06:00
Brian Paul
ab102d5a9f egl: clean-ups 2008-06-06 15:52:47 -06:00
Brian Paul
f82d5cf769 mesa: disable visual warning unless LIBGL_DEBUG is defined 2008-06-06 15:52:47 -06:00
Brian Paul
47ddcd2a71 egl: make _eglChooseDRMDriver() non-static 2008-06-06 15:52:47 -06:00
Brian Paul
f6e030f531 egl: change default logging level to _EGL_WARNING 2008-06-06 15:52:47 -06:00
Brian Paul
f0fdf0c23a gallium: additional comment 2008-06-06 15:52:47 -06:00
Brian Paul
53076e8b5b mesa: sync up with latest Makefile changes on master 2008-06-06 12:33:40 -06:00
Keith Whitwell
463a47bf59 draw: fix intermediate buffer confusion in draw_vs_varient.c
The final output buffer can't be used to hold intermediate results
as the intermediate vertex size may be greater than the final vertex
size, and in any case the output buffer may be uncached in hw drivers.
2008-06-06 18:11:01 +01:00
Brian Paul
0a84d327de egl: open X display if needed 2008-06-06 10:42:13 -06:00
Keith Whitwell
e4fda51404 mesa: turn off ffvertex prog debug 2008-06-06 15:57:37 +01:00
Keith Whitwell
0931b421d6 draw: make sure middle-end primitive is uptodate in vcache 2008-06-06 15:08:05 +01:00
Jakob Bornecrantz
1a2c445baf i915: Moved EGL_i915 to the common code 2008-06-06 14:51:11 +02:00
Jakob Bornecrantz
adbdabb85a i915: Moved pipe_buffer and i915_winsys functions to a common folder 2008-06-06 14:49:02 +02:00
José Fonseca
f27c7729a9 draw: Compile draw_vs_aos only on x86. 2008-06-06 14:49:44 +09:00
Brian Paul
eb189c856d sync up with Makefile changes on master 2008-06-05 16:46:29 -06:00
Brian Paul
949600b693 Move construction of libOSMesa.so into src/mesa/drivers/osmesa/Makefile
This removes some cruft from src/mesa/Makefile.
Something similar could be done for stand-alone / Xlib-Mesa libGL...
2008-06-05 15:42:25 -06:00
Brian Paul
20e2bb3e8a insert mesa/ before include files
(picked from master)
2008-06-05 15:38:29 -06:00
Jonathan White
fe1a2d1fff egl: assorted fixes for Windows
Note that int32_t is typedef'd both in p_compiler.h and eglplatform.h
2008-06-05 15:07:03 -06:00
Brian Paul
d607e30232 mesa: always build libglapi.a, updated subdir, gl.pc rule code from master 2008-06-05 14:40:27 -06:00
Brian Paul
3b28aab161 egl: updated SUBDIRS 2008-06-05 14:11:54 -06:00
Brian Paul
d5cf57de2d egl: new src/egl/drivers/Makefile 2008-06-05 14:11:39 -06:00
Brian Paul
cca1ae79aa mesa: Makefile comment 2008-06-05 14:10:42 -06:00
Brian Paul
16e8ee33bd mesa: remove EXT/NV suffixes from _mesa_PointParameter functions 2008-06-05 12:08:19 -06:00
Brian Paul
feb722fa98 mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for VBO funcs 2008-06-05 12:01:33 -06:00
Brian Paul
f6bb2f87b9 egl: minor tweaks 2008-06-05 12:01:33 -06:00
Alan Hourihane
25641d599f Set the attribute as used. 2008-06-04 21:25:41 +01: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
Brian Paul
19ca6ce573 egl: updated include paths (s/GLES/EGL/) 2008-06-04 10:09:49 -06: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
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