summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-19r600g: Deobfuscate and comment a few more functions in r600_hw_states.Corbin Simpson
2010-09-19r600g: Trivially deobfuscate r600_hw_states.Corbin Simpson
2010-09-19r600g: Use align() instead of handrolled code.Corbin Simpson
2010-09-20r600g: drop debugging that snuck inDave Airlie
2010-09-20r600g: clean up valgrind issues on maxtargets test.Dave Airlie
2010-09-20r600g: fix fbo-drawbuffers-maxtargetsDave Airlie
2010-09-20r600g: send correct surface base update for multi-cbufsDave Airlie
2010-09-20r600g: modify index buffers for sizes the hw can't deal with.Dave Airlie
2010-09-20util/r300g: split the r300 index buffer modifier functions out to utilDave Airlie
2010-09-20r600g: fix exports_ps to export a number not a mask.Henri Verbeet
2010-09-20scons: Link against talloc in the Gallium DRI driversJakob Bornecrantz
2010-09-20rbug: Add function to get opcode name stringJakob Bornecrantz
2010-09-20rbug: Cast opcode to corrent int sizeJakob Bornecrantz
2010-09-19Revert "r600g: Flush upload buffers before draws instead of before flushes."Henri Verbeet
2010-09-19r600g: Respect PB_USAGE_UNSYNCHRONIZED in radeon_bo_pb_map_internal().Henri Verbeet
2010-09-19gallium/docs: Fixed a typo in the SCS opcode description.Tilman Sauerbeck
2010-09-19auxiliary: fix depth-only and stencil-only clearsLuca Barbieri
2010-09-19r600g: Buffer object maps imply a wait.Henri Verbeet
2010-09-19r600g: Remove a redundant flush in r600_texture_transfer_map().Henri Verbeet
2010-09-19r600g: Check for other references before checking for existing mappings in ra...Henri Verbeet
2010-09-19r600g: Flush upload buffers before draws instead of before flushes.Henri Verbeet
2010-09-19st/egl: s/kms/drm/ on the drm backend.Chia-I Wu
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