mesa.git
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.
2008-06-02 Michal Krolgallium: The SWZ opcode no longer aliases MOV.
2008-05-31 Michal Krolmesa: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Krolbrw: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Kroli915: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Krolcell: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Krolutil: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Kroltgsi: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Krolgallivm: Fix build after TGSI declaration interface...
2008-05-31 Michal Kroldraw: Fix build after TGSI declaration interface changes.
2008-05-31 Michal Krolgallium: Refactor TGSI decalaration tokens.
2008-05-31 Michal Kroli915: Comment out dead & problematic code.
2008-05-31 Michal Kroli915: Add mising include.
2008-05-31 Michal Kroldraw: Remove const qualifier.
2008-05-31 Michal Krolgallium: Fix preprocessor logic.
2008-05-31 Michal Kroldraw: Remove const qualifier.
2008-05-31 José Fonsecascons: Enable mesa state tracker in all platforms by...
2008-05-31 José Fonsecadraw: Eliminate stdio usage.
2008-05-31 José Fonsecamesa: Apply MSVC portability fixes from Alan Hourihane.
2008-05-31 José Fonsecai915: Eliminate void pointer arithmetic.
2008-05-31 José Fonsecagallium: MSVC 8.0 already defines the cosf, sinf, etc.
2008-05-31 José Fonsecagallium: Port timing functions to WinCE.
2008-05-30 Brian Paulgallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softp...
2008-05-30 Brian Paulegl: eglGetProcAddress() stub
2008-05-30 Brian Paulegl: new eglGetProcAddress() code
2008-05-30 Brian Paulegl: bind the OpenGL API
2008-05-30 Brian Paulegl: specify client API by bit flag, not string
2008-05-30 Brian Paulegl: clean-up re-org of the client API state
2008-05-30 Brian Paulegl: added eglDestroySurface function
2008-05-30 Brian Paulegl: fix-up window resizes
2008-05-30 Brian Paulegl: check for EGL_DRIVER env var to override normal...
2008-05-30 Brian Paulegl: new version of gears demo that uses Xlib+EGL ...
2008-05-30 Brian Paulegl: assorted fixes. The code works now.
2008-05-30 Brian Paulegl: added surface_alloc_storage()
2008-05-30 Brian Paulegl: fix width/height tests
2008-05-30 Brian Paullink libEGL with Xlib
2008-05-30 Keith Whitwelldraw: trim incoming primitives
2008-05-30 Keith Whitwellmesa: undo accidental setting of _ForceEyeCoords
2008-05-30 Brian PaulFix segfault in _save_OBE_DrawElements() when using...
2008-05-30 Jakob Bornecrantzi915: Now using draw_elements_range
2008-05-30 Jakob Bornecrantzi915: Made batch buffer size much larger
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-30 Jakob Bornecrantzi915: Remade texture allocation code again
2008-05-30 Jakob Bornecrantzi915: Fix extentions not being set
2008-05-30 Jakob Bornecrantzsis: Removed useless comment
2008-05-29 Brian Paulegl: new EGL/gallium/softpipe/xlib winsys
2008-05-29 Brian Paulegl: added Name field to _EGLDriver so a driver name...
2008-05-29 Brian Paulegl: use softpipe_egl driver by default
2008-05-29 Brian Paulcomments in _eglMain()
2008-05-29 José Fonsecagallium: Provide the INT64_C/UINT64_C macros.
2008-05-29 José Fonsecagallium: Replace getenv by placeholder code on WinCE.
2008-05-29 Keith Whitwelldraw: quieten some debug
2008-05-29 Jakob Bornecrantzi915: Fix GPU lockup on resize
2008-05-29 Jakob Bornecrantzi915: Cleaned up intel_winsys_pipe.c
2008-05-29 Jakob Bornecrantzi915: Deprecated pipe_winsys buffer functions
2008-05-29 Keith Whitwelldraw: add more switches to turn FSE on/off
2008-05-29 José Fonsecagallium: MSVC warning fixes.
2008-05-29 José Fonsecapsb: Make msvc happy.
2008-05-29 Keith Whitwelldraw: michal's patch for calling powf... teapot still...
2008-05-29 Keith Whitwelldraw: better calculation of fetch_count
2008-05-29 Keith Whitwelldraw: remove printf
2008-05-29 Keith Whitwelldraw: make sure constant buffer data is aligned before...
next