summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-19st/egl: Rename kms backend to drm.Chia-I Wu
2010-09-19st/egl: Split modeset code support to modeset.c.Chia-I Wu
2010-09-19r600g: only emit uses waterfall on r6xx hw.Dave Airlie
2010-09-19r600g; add uses waterfall to asm cf for r6xx.Dave Airlie
2010-09-19r600g: Added support for TGSI_SEMANTIC_FACE.Tilman Sauerbeck
2010-09-18nv50: Remove dead initialization.Vinson Lee
2010-09-18nv50: Remove dead initialization.Vinson Lee
2010-09-18nv50: Silence missing initializer warning.Vinson Lee
2010-09-18nv50: fix typo in fifo packet length limitChristoph Bumiller
2010-09-18glsl/builtins: Switch comparison functions to just return an expression.Kenneth Graunke
2010-09-18glsl/builtins: Fix equal and notEqual builtins.Kenneth Graunke
2010-09-18nv50: emit constbuf relocs before uploading constantsChristoph Bumiller
2010-09-18nv50: add relocs for stack and local mem buffersChristoph Bumiller
2010-09-18glsl: Properly handle nested structure types.Kenneth Graunke
2010-09-18r600g: Remove unused variable.Vinson Lee
2010-09-18nvfx: Silence uninitialized variable warnings.Vinson Lee
2010-09-18nvfx: Remove const qualifer from nvfx_vertprog_translate.Vinson Lee
2010-09-18glsl2: Fixed cloning of ir_call error instructions.Tilman Sauerbeck
2010-09-18glsl: Fix 'control reaches end of non-void function' warning.Vinson Lee
2010-09-17x86: Silence unused variable warning on Mac OS X.Vinson Lee
2010-09-17mesa: Silence "'valid_texture_object' defined but not used" warning.Vinson Lee
2010-09-17ir_to_mesa: Remove unused member array_indexed from struct statevar_element.Vinson Lee
2010-09-17mesa: bump version to 7.10Vinson Lee
2010-09-18glsl2: Empty functions can be inlined.Tilman Sauerbeck
2010-09-17r600g: Silence unused variable warnings.Vinson Lee
2010-09-17r600g: Silence uninitialized variable warning.Vinson Lee
2010-09-17r600g: Fix memory leak on error path.Vinson Lee
2010-09-17r600g: Fix implicit declaration warning.Vinson Lee
2010-09-17r600g: Remove unnecessary headers.Vinson Lee
2010-09-17r600g: Remove unnecessary header.Vinson Lee
2010-09-17llvmpipe: Default to no threading on single processor systems.José Fonseca
2010-09-17util: linearized sRGB values don't fit into 8bitsJosé Fonseca
2010-09-17gallivm: added missing case for PIPE_TEXTURE_RECTBrian Paul
2010-09-17r600g: alternative command stream building from contextJerome Glisse
2010-09-17r600g: Fixed the shift in S_02880C_KILL_ENABLE.Tilman Sauerbeck
2010-09-17r600g: Enable PIPE_SHADER_CAP_TGSI_CONT_SUPPORTED.Tilman Sauerbeck
2010-09-17r600g: Only set PA_SC_EDGERULE on rv770 and greater.Tilman Sauerbeck
2010-09-17r600g: Added DB_SHADER_CONTROL defines.Tilman Sauerbeck
2010-09-17r600g: Formatting fixes.Tilman Sauerbeck
2010-09-17glsl2: Add flags to enable variable index loweringIan Romanick
2010-09-17glsl2: Refactor testing for whether a deref is of a matrix or arrayIan Romanick
2010-09-17glsl: add pass to lower variable array indexing to conditional assignmentsLuca Barbieri
2010-09-18r600g: oops got the use_mem_constant the wrong way around.Dave Airlie
2010-09-17r600g: use calloc for ctx bo allocationsDave Airlie
2010-09-17r600g: fixup map flushing.Dave Airlie
2010-09-17r600g: add upload manager support.Dave Airlie
2010-09-17r600g: add winsys bo caching.Dave Airlie
2010-09-17r600g: add support for kernel boDave Airlie
2010-09-17r600g: use malloc bufmgr for constant buffersDave Airlie
2010-09-17r600g: move constant buffer creation behind winsys abstraction.Dave Airlie