summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* r600g: Trivially deobfuscate r600_hw_states.Corbin Simpson2010-09-191-20/+40
* r600g: Use align() instead of handrolled code.Corbin Simpson2010-09-193-6/+3
* r600g: drop debugging that snuck inDave Airlie2010-09-201-1/+0
* r600g: clean up valgrind issues on maxtargets test.Dave Airlie2010-09-201-1/+7
* r600g: fix fbo-drawbuffers-maxtargetsDave Airlie2010-09-202-8/+26
* r600g: send correct surface base update for multi-cbufsDave Airlie2010-09-201-2/+4
* r600g: modify index buffers for sizes the hw can't deal with.Dave Airlie2010-09-201-2/+37
* util/r300g: split the r300 index buffer modifier functions out to utilDave Airlie2010-09-205-108/+174
* r600g: fix exports_ps to export a number not a mask.Henri Verbeet2010-09-202-2/+2
* scons: Link against talloc in the Gallium DRI driversJakob Bornecrantz2010-09-201-0/+1
* rbug: Add function to get opcode name stringJakob Bornecrantz2010-09-202-0/+69
* rbug: Cast opcode to corrent int sizeJakob Bornecrantz2010-09-204-28/+28
* Revert "r600g: Flush upload buffers before draws instead of before flushes."Henri Verbeet2010-09-192-5/+4
* r600g: Respect PB_USAGE_UNSYNCHRONIZED in radeon_bo_pb_map_internal().Henri Verbeet2010-09-191-0/+8
* gallium/docs: Fixed a typo in the SCS opcode description.Tilman Sauerbeck2010-09-191-1/+1
* auxiliary: fix depth-only and stencil-only clearsLuca Barbieri2010-09-191-1/+1
* r600g: Buffer object maps imply a wait.Henri Verbeet2010-09-196-42/+13
* r600g: Remove a redundant flush in r600_texture_transfer_map().Henri Verbeet2010-09-191-1/+0
* r600g: Check for other references before checking for existing mappings in ra...Henri Verbeet2010-09-191-6/+8
* r600g: Flush upload buffers before draws instead of before flushes.Henri Verbeet2010-09-192-4/+5
* st/egl: s/kms/drm/ on the drm backend.Chia-I Wu2010-09-193-303/+303
* st/egl: Rename kms backend to drm.Chia-I Wu2010-09-198-21/+21
* st/egl: Split modeset code support to modeset.c.Chia-I Wu2010-09-193-587/+647
* r600g: only emit uses waterfall on r6xx hw.Dave Airlie2010-09-191-1/+1
* r600g; add uses waterfall to asm cf for r6xx.Dave Airlie2010-09-193-0/+3
* r600g: Added support for TGSI_SEMANTIC_FACE.Tilman Sauerbeck2010-09-192-2/+16
* nv50: Remove dead initialization.Vinson Lee2010-09-181-1/+1
* nv50: Remove dead initialization.Vinson Lee2010-09-181-1/+1
* nv50: Silence missing initializer warning.Vinson Lee2010-09-181-1/+1
* nv50: fix typo in fifo packet length limitChristoph Bumiller2010-09-182-2/+6
* glsl/builtins: Switch comparison functions to just return an expression.Kenneth Graunke2010-09-185-360/+72
* glsl/builtins: Fix equal and notEqual builtins.Kenneth Graunke2010-09-183-48/+48
* nv50: emit constbuf relocs before uploading constantsChristoph Bumiller2010-09-183-21/+56
* nv50: add relocs for stack and local mem buffersChristoph Bumiller2010-09-185-3/+31
* glsl: Properly handle nested structure types.Kenneth Graunke2010-09-182-25/+11
* r600g: Remove unused variable.Vinson Lee2010-09-181-1/+0
* nvfx: Silence uninitialized variable warnings.Vinson Lee2010-09-181-0/+2
* nvfx: Remove const qualifer from nvfx_vertprog_translate.Vinson Lee2010-09-181-1/+1
* glsl2: Fixed cloning of ir_call error instructions.Tilman Sauerbeck2010-09-181-0/+3
* glsl: Fix 'control reaches end of non-void function' warning.Vinson Lee2010-09-181-0/+1
* x86: Silence unused variable warning on Mac OS X.Vinson Lee2010-09-171-0/+2
* mesa: Silence "'valid_texture_object' defined but not used" warning.Vinson Lee2010-09-171-1/+5
* ir_to_mesa: Remove unused member array_indexed from struct statevar_element.Vinson Lee2010-09-171-1/+0
* mesa: bump version to 7.10Vinson Lee2010-09-171-3/+3
* glsl2: Empty functions can be inlined.Tilman Sauerbeck2010-09-181-1/+4
* r600g: Silence unused variable warnings.Vinson Lee2010-09-171-0/+2
* r600g: Silence uninitialized variable warning.Vinson Lee2010-09-171-1/+2
* r600g: Fix memory leak on error path.Vinson Lee2010-09-171-1/+1
* r600g: Fix implicit declaration warning.Vinson Lee2010-09-171-0/+1
* r600g: Remove unnecessary headers.Vinson Lee2010-09-171-3/+0