mesa.git
2008-06-09 Brian Paulmesa: disable VF_SOURCES
2008-06-09 Brian Paulmesa: remove some obsolete gallium bits
2008-06-09 Brian Paulmesa: get rid of FBDEV/SVGA/etc bits
2008-06-09 Brian Paulegl: s/softpipe_egl.so/egl_softpipe.so/
2008-06-09 Brian Paulegl: choose between DRI and softpipe drivers
2008-06-09 Zack Rusinglsl: fix array size initialiazers using const variables
2008-06-09 Brian Paulgallium: disable a tgsi_dump() call
2008-06-09 Jakob Bornecrantzi915: Disable color buffer writes if no color buffer...
2008-06-09 Jakob Bornecrantzmesa: Most of the functions of MESA_TEXTURE_S8_Z24...
2008-06-08 Jakob Bornecrantzmesa: Do not compile the dri drivers in mesa
2008-06-08 Jakob Bornecrantzmesa: Add MESA_FORMAT_S8_Z24 texture format
2008-06-07 Keith Whitwelldraw: fix temp vs output buffer typo in vsvg_run_elts
2008-06-07 Jose FonsecaFix CRLF line endings.
2008-06-07 Jose FonsecaFix CRLF line endings.
2008-06-06 Brian Paulegl: improved Makefile
2008-06-06 Brian Paulegl: EGL->DRI adaptor/driver
2008-06-06 Brian Paulegl: clean-ups
2008-06-06 Brian Paulmesa: disable visual warning unless LIBGL_DEBUG is...
2008-06-06 Brian Paulegl: make _eglChooseDRMDriver() non-static
2008-06-06 Brian Paulegl: change default logging level to _EGL_WARNING
2008-06-06 Brian Paulgallium: additional comment
2008-06-06 Jonathan Whiteegl: updated EGLAPI for Windows
2008-06-06 Brian Paulmesa: sync up with latest Makefile changes on master
2008-06-06 Keith Whitwelldraw: fix intermediate buffer confusion in draw_vs_vari...
2008-06-06 Brian Paulegl: open X display if needed
2008-06-06 Keith Whitwellmesa: turn off ffvertex prog debug
2008-06-06 Jakob Bornecrantzgallium: Only build intel_drm for linux-dri targets
2008-06-06 Keith Whitwelldraw: make sure middle-end primitive is uptodate in...
2008-06-06 Jakob Bornecrantzi915: Moved EGL_i915 to the common code
2008-06-06 Jakob Bornecrantzi915: Moved pipe_buffer and i915_winsys functions to...
2008-06-06 José Fonsecascons: Don't force MSVS 2003.
2008-06-06 José Fonsecascons: Put the tool logic in a frontend tool.
2008-06-06 José Fonsecadraw: Compile draw_vs_aos only on x86.
2008-06-05 Brian Paulsync up with Makefile changes on master
2008-06-05 Brian PaulMove construction of libOSMesa.so into src/mesa/drivers...
2008-06-05 Brian Paulinsert mesa/ before include files
2008-06-05 Jonathan Whiteegl: assorted fixes for Windows
2008-06-05 Brian Paulbuild egl_xlib/ too (softpipe_egl.so library)
2008-06-05 Brian Paulmesa: always build libglapi.a, updated subdir, gl.pc...
2008-06-05 Brian Paulegl: build libEGL and softpipe_egl.so by default
2008-06-05 Brian Paulegl: updated SUBDIRS
2008-06-05 Brian Paulegl: new src/egl/drivers/Makefile
2008-06-05 Brian Paulmesa: Makefile comment
2008-06-05 Brian Paulmesa: remove EXT/NV suffixes from _mesa_PointParameter...
2008-06-05 Brian Paulmesa: added _mesa_DrawArrays, DrawElements, DrawRangeEl...
2008-06-05 Brian Paulegl: minor tweaks
2008-06-05 Keith Whitwellpull in minor mklib change to fix debugging
2008-06-04 Brian Paulsync up with glxgears.c from master
2008-06-04 Alan HourihaneSet the attribute as used.
2008-06-04 Brian Paulegl: single triangle test
2008-06-04 Brian Paulegl: fix X visual selection
2008-06-04 Brian Paulegl: query/print EGL_NATIVE_VISUAL_ID
2008-06-04 Brian Paulegl: do proper setup/init of EGL configs
2008-06-04 Brian Paulegl: in _eglAddConfig() just save a pointer to the...
2008-06-04 Jakob Bornecrantzegl: Added peglgears, gears that uses pbuffers
2008-06-04 Brian Paulegl: new GLES/glplatform.h header
2008-06-04 Brian Paulegl: updated GLES/gl.h and GLES/glext.h headers from...
2008-06-04 Brian Paulegl: updated egl.h include paths
2008-06-04 Brian Paulegl: updated include paths (s/GLES/EGL/)
2008-06-04 Brian Paulegl: added OpenGL ES 2.0 header files in new GLES2...
2008-06-04 Brian Paulegl: created GLES/egl.h backward-compatibility header...
2008-06-04 Brian Paulegl: moved egl.h into EGL/ directory
2008-06-04 Brian Paulegl: moved eglext.h into EGL/ directory
2008-06-04 José Fonsecascons: Some provisions to cross-compile x86 on x86_64...
2008-06-04 José Fonsecascons: Generate matypes.h at build time.
2008-06-04 José Fonsecamesa: Remove assyntax.h include from generated matypes.h.
2008-06-04 Brian Paulgallium: added tgsi_is_passthrough_shader() function
2008-06-04 Brian Paulegl: prototype some multi-API code
2008-06-04 Keith Whitwelldraw: init vsvg draw pointer
2008-06-04 Michal Krolgallium: Define PIPE_CAP_GUARD_BAND_* capabilities.
2008-06-04 Keith Whitwelldraw: respect driver's max vertex buffer size
2008-06-04 Alan HourihaneBuild with -O2
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-06-03 Jakob Bornecrantzi915: Fix compile on linux-dri-debug
2008-06-03 Michal Kroldraw: Use register names more consistently.
2008-06-03 Michal Kroldraw: Fix fetch_src(). Resurrect SSE version of DP3.
2008-06-02 Michal Kroldraw: Fix DP3 implementation by replacing SSE with...
2008-06-02 Jakob Bornecrantzi915: Removed useless defines
2008-06-02 Jakob Bornecrantzi915: Implement and use the reworked batchbuffer code
2008-06-02 Jakob Bornecrantzi915: Rework of batchbuffer code
2008-06-02 José Fonsecascons: Integrate gdi winsys.
2008-06-02 José Fonsecagdi: Port of the gdi mesa driver to gallium (Alan Houri...
2008-06-02 Keith Whitwelldraw: fast element translate path without delta
2008-06-02 José Fonsecagallium: Replace XSTDCALL by PIPE_CDECL.
2008-06-02 José Fonsecagallium: Port util_time functions to windows userspace.
2008-06-02 José Fonsecagallium: More tweaks for the cosf/sinf logic.
2008-06-02 José Fonsecartasm: Use enum sse_cc in sse_cmpps.
2008-06-02 José Fonsecagallium: Fix log<->cos typo in logf.
2008-06-02 José Fonsecagallium: Fix log<->cos typo in logf.
2008-06-02 Jakob Bornecrantzi915: Fixed some warnings
2008-06-02 Jakob Bornecrantzi915: Fixed initialization of surface
2008-06-02 José Fonsecagallium: Hopefully fix the cosf/sinf/etc. conditional...
2008-06-02 José Fonsecagallium: Identify each Windows platform individually...
2008-06-02 José Fonsecascons: Set /W3 warning level for all MSVC based platforms.
2008-06-02 José Fonsecadraw: Fix MSVC warnings.
2008-06-02 Michal Kroltgsi: Add assertions to the new rule that when an exten...
2008-06-02 Michal Krolbrw: SWZ no longer aliases MOV.
2008-06-02 Michal Kroli915: SWZ no longer aliases MOV.
2008-06-02 Michal Krolcell: SWZ no longer aliases MOV.
2008-06-02 Michal Kroltgsi: SWZ no longer aliases to MOV.
next