summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-09-20r600g: fix tiling support for ddx supplied buffersDave Airlie1-9/+9
2010-09-19r600g: "tmp" is such a bad name for a texture.Corbin Simpson1-10/+10
2010-09-19r600g: Fix false and true.Corbin Simpson8-17/+17
2010-09-19r600g: Clean up some indentation and |= vs. | usage.Corbin Simpson1-21/+22
2010-09-19r600g: Deobfuscate and comment a few more functions in r600_hw_states.Corbin Simpson2-11/+66
2010-09-19r600g: Trivially deobfuscate r600_hw_states.Corbin Simpson1-20/+40
2010-09-19r600g: Use align() instead of handrolled code.Corbin Simpson3-6/+3
2010-09-20r600g: drop debugging that snuck inDave Airlie1-1/+0
2010-09-20r600g: clean up valgrind issues on maxtargets test.Dave Airlie1-1/+7
2010-09-20r600g: fix fbo-drawbuffers-maxtargetsDave Airlie2-8/+26
2010-09-20r600g: send correct surface base update for multi-cbufsDave Airlie1-2/+4
2010-09-20r600g: modify index buffers for sizes the hw can't deal with.Dave Airlie1-2/+37
2010-09-20util/r300g: split the r300 index buffer modifier functions out to utilDave Airlie5-108/+174
2010-09-20r600g: fix exports_ps to export a number not a mask.Henri Verbeet2-2/+2
2010-09-20scons: Link against talloc in the Gallium DRI driversJakob Bornecrantz1-0/+1
2010-09-20rbug: Add function to get opcode name stringJakob Bornecrantz2-0/+69
2010-09-20rbug: Cast opcode to corrent int sizeJakob Bornecrantz4-28/+28
2010-09-19Revert "r600g: Flush upload buffers before draws instead of before flushes."Henri Verbeet2-5/+4
2010-09-19r600g: Respect PB_USAGE_UNSYNCHRONIZED in radeon_bo_pb_map_internal().Henri Verbeet1-0/+8
2010-09-19gallium/docs: Fixed a typo in the SCS opcode description.Tilman Sauerbeck1-1/+1
2010-09-19auxiliary: fix depth-only and stencil-only clearsLuca Barbieri1-1/+1
2010-09-19r600g: Buffer object maps imply a wait.Henri Verbeet6-42/+13
2010-09-19r600g: Remove a redundant flush in r600_texture_transfer_map().Henri Verbeet1-1/+0
2010-09-19r600g: Check for other references before checking for existing mappings in ra...Henri Verbeet1-6/+8
2010-09-19r600g: Flush upload buffers before draws instead of before flushes.Henri Verbeet2-4/+5
2010-09-19st/egl: s/kms/drm/ on the drm backend.Chia-I Wu3-303/+303
2010-09-19st/egl: Rename kms backend to drm.Chia-I Wu8-21/+21
2010-09-19st/egl: Split modeset code support to modeset.c.Chia-I Wu3-587/+647
2010-09-19r600g: only emit uses waterfall on r6xx hw.Dave Airlie1-1/+1
2010-09-19r600g; add uses waterfall to asm cf for r6xx.Dave Airlie3-0/+3
2010-09-19r600g: Added support for TGSI_SEMANTIC_FACE.Tilman Sauerbeck2-2/+16
2010-09-18nv50: Remove dead initialization.Vinson Lee1-1/+1
2010-09-18nv50: Remove dead initialization.Vinson Lee1-1/+1
2010-09-18nv50: Silence missing initializer warning.Vinson Lee1-1/+1
2010-09-18nv50: fix typo in fifo packet length limitChristoph Bumiller2-2/+6
2010-09-18glsl/builtins: Switch comparison functions to just return an expression.Kenneth Graunke5-360/+72
2010-09-18glsl/builtins: Fix equal and notEqual builtins.Kenneth Graunke3-48/+48
2010-09-18nv50: emit constbuf relocs before uploading constantsChristoph Bumiller3-21/+56
2010-09-18nv50: add relocs for stack and local mem buffersChristoph Bumiller5-3/+31
2010-09-18glsl: Properly handle nested structure types.Kenneth Graunke2-25/+11
2010-09-18r600g: Remove unused variable.Vinson Lee1-1/+0
2010-09-18nvfx: Silence uninitialized variable warnings.Vinson Lee1-0/+2
2010-09-18nvfx: Remove const qualifer from nvfx_vertprog_translate.Vinson Lee1-1/+1
2010-09-18glsl2: Fixed cloning of ir_call error instructions.Tilman Sauerbeck1-0/+3
2010-09-18glsl: Fix 'control reaches end of non-void function' warning.Vinson Lee1-0/+1
2010-09-17x86: Silence unused variable warning on Mac OS X.Vinson Lee1-0/+2
2010-09-17mesa: Silence "'valid_texture_object' defined but not used" warning.Vinson Lee1-1/+5
2010-09-17ir_to_mesa: Remove unused member array_indexed from struct statevar_element.Vinson Lee1-1/+0
2010-09-17mesa: bump version to 7.10Vinson Lee1-3/+3
2010-09-18glsl2: Empty functions can be inlined.Tilman Sauerbeck1-1/+4