summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-06-02draw: Fix MSVC warnings.José Fonseca
2008-06-02tgsi: Add assertions to the new rule that when an extended swizzleMichal Krol
is used, the simple swizzle must be set to identity.
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
Also, when the extended swizzle token is used, the simple swizzle and negate are set to X,Y,Z,W and FALSE, respectively.
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
* Incorporate declaration_interpolation into declaration itself. * Remove declaration_mask -- always use declaration_range.
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
But only actually build it on some. This results in a better default scons experience.
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
The idea is to pass the call down to the device driver where an API-specific query can be made. Untested.
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 ↵Brian Paul
(bug 16156) This was previously fixed in master by commit 982dcb74fd19b88208d127b8019e2a2af979cac2 by Haihao Xiang.
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
Conflicts: src/gallium/drivers/i915simple/i915_context.h
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
Checkpoint commit. Most required code is in place, and compiles, but totally untested.
2008-05-29egl: added Name field to _EGLDriver so a driver name string can propogate up ↵Brian Paul
through EGL_VERSION string