summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-06-02draw: Fix MSVC warnings.José Fonseca
2008-06-02tgsi: Add assertions to the new rule that when an extended swizzleMichal Krol
2008-06-02brw: SWZ no longer aliases MOV.Michal Krol
2008-06-02i915: SWZ no longer aliases MOV.Michal Krol
2008-06-02cell: SWZ no longer aliases MOV.Michal Krol
2008-06-02tgsi: SWZ no longer aliases to MOV.Michal Krol
2008-06-02gallium: The SWZ opcode no longer aliases MOV.Michal Krol
2008-05-31mesa: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31brw: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31i915: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31cell: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31util: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31tgsi: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31gallivm: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31draw: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31gallium: Refactor TGSI decalaration tokens.Michal Krol
2008-05-31i915: Comment out dead & problematic code.Michal Krol
2008-05-31i915: Add mising include.Michal Krol
2008-05-31draw: Remove const qualifier.Michal Krol
2008-05-31gallium: Fix preprocessor logic.Michal Krol
2008-05-31draw: Remove const qualifier.Michal Krol
2008-05-31scons: Enable mesa state tracker in all platforms by default.José Fonseca
2008-05-31draw: Eliminate stdio usage.José Fonseca
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-05-31i915: Eliminate void pointer arithmetic.José Fonseca
2008-05-31gallium: MSVC 8.0 already defines the cosf, sinf, etc.José Fonseca
2008-05-31gallium: Port timing functions to WinCE.José Fonseca
2008-05-30gallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softpipe driverBrian Paul
2008-05-30egl: eglGetProcAddress() stubBrian Paul
2008-05-30egl: new eglGetProcAddress() codeBrian Paul
2008-05-30egl: specify client API by bit flag, not stringBrian Paul
2008-05-30egl: clean-up re-org of the client API stateBrian Paul
2008-05-30egl: added eglDestroySurface functionBrian Paul
2008-05-30egl: fix-up window resizesBrian Paul
2008-05-30egl: check for EGL_DRIVER env var to override normal driver selection processBrian Paul
2008-05-30egl: assorted fixes. The code works now.Brian Paul
2008-05-30egl: added surface_alloc_storage()Brian Paul
2008-05-30egl: fix width/height testsBrian Paul
2008-05-30link libEGL with XlibBrian Paul
2008-05-30draw: trim incoming primitivesKeith Whitwell
2008-05-30mesa: undo accidental setting of _ForceEyeCoordsKeith Whitwell
2008-05-30Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug...Brian Paul
2008-05-30i915: Now using draw_elements_rangeJakob Bornecrantz
2008-05-30i915: Made batch buffer size much largerJakob Bornecrantz
2008-05-30Merge branch 'gallium-tex-surfaces' into gallium-0.1Jakob Bornecrantz
2008-05-30i915: Remade texture allocation code againJakob Bornecrantz
2008-05-30i915: Fix extentions not being setJakob Bornecrantz
2008-05-30sis: Removed useless commentJakob Bornecrantz
2008-05-29egl: new EGL/gallium/softpipe/xlib winsysBrian Paul
2008-05-29egl: added Name field to _EGLDriver so a driver name string can propogate up ...Brian Paul