tgsi: Remove duplicate case value.
[mesa.git] / src /
2010-09-21 Vinson Leetgsi: Remove duplicate case value.
2010-09-21 Francisco Jerezdri/nouveau: Fix software mipmap generation on 1x1...
2010-09-21 Francisco Jerezdri/nv10-nv20: Fix texturing in some cases after a...
2010-09-21 Francisco Jerezdri/nouveau: Cleanup more references to old FBOs and...
2010-09-21 Francisco Jerezdri/nouveau: Remove unnecessary assertion.
2010-09-21 Francisco Jerezdri/nv04: Use nvgl_wrap_mode().
2010-09-21 Jakob Bornecrantztgsi: Actually care what check_soa_dependencies says
2010-09-21 José Fonsecatgsi: Don't ignore indirect registers in tgsi_check_soa...
2010-09-20 Timo WirenFix typos in comments and debug output strings.
2010-09-20 Jerome Glisser600g: add back reference check when mapping buffer
2010-09-20 Jerome Glisser600g: use pipe context for flushing inside map
2010-09-20 Tilman Sauerbeckpython/tests: Fixed tri.py for API and TGSI syntax...
2010-09-20 Tilman Sauerbeckr600g: Implemented the Z and W component write for...
2010-09-20 Tilman Sauerbeckr600g: Honour destination operand's writemask in the...
2010-09-20 Luca Barbierisoftpipe: fix whitespace
2010-09-20 Luca Barbieritgsi: add switch/case opcodes to tgsi_opcode_tmp.h
2010-09-20 Luca Barbierisoftpipe: make z/s test always pass if no zsbuf, instea...
2010-09-20 Luca Barbierigallium: avoid the C++ keyword "template" in sw_winsys.h
2010-09-20 Brian Paulgallivm: remove debug code
2010-09-20 Brian Paulllvmpipe: fix query bug when no there's no scene
2010-09-20 Marek Olšákst/mesa: fix assertion failure in GetTexImage for cubemaps
2010-09-20 Jerome Glisser600g: move chip class to radeon common structure
2010-09-20 Kenneth Graunkeglsl: Fix broken handling of ir_binop_equal and ir_bino...
2010-09-20 Kenneth Graunkeglsl: Add comments to clarify the types of comparison...
2010-09-20 Brian Paulglsl2: silence compiler warnings in printf() calls
2010-09-20 Brian Paulmesa: don't call valid_texture_object() in non-debug...
2010-09-20 Ian Romanickglsl: Add doxygen comments
2010-09-20 Jakob Bornecrantzi915g: Link with wrapper sw winsys with scons
2010-09-20 Michal Krolsvga: Integer constant register file has a separate...
2010-09-20 Michal Krolsvga: Fix relative addressing translation for pixel...
2010-09-20 Corbin Simpsonr600g: Cleanup viewport floats.
2010-09-20 Corbin Simpsonr600g: Clean up PS setup.
2010-09-20 Dave Airlier600g: only flush for the correct colorbuffer, not...
2010-09-20 Dave Airlier600g: add missing BC_INST wrapper for evergreen
2010-09-20 Dave Airlier600g: fixup r700 CB_SHADER_CONTROL register.
2010-09-20 Dave Airlier600g: fix r700 cube map sizing.
2010-09-20 Dave Airlier600g: add color/texture support for more depth formats.
2010-09-20 Dave Airlier600g: add z16 to color setup
2010-09-20 Dave Airlier600g: fix tiling support for ddx supplied buffers
2010-09-20 Corbin Simpsonr600g: "tmp" is such a bad name for a texture.
2010-09-20 Corbin Simpsonr600g: Fix false and true.
2010-09-20 Corbin Simpsonr600g: Clean up some indentation and |= vs. | usage.
2010-09-20 Corbin Simpsonr600g: Deobfuscate and comment a few more functions...
2010-09-20 Corbin Simpsonr600g: Trivially deobfuscate r600_hw_states.
2010-09-20 Corbin Simpsonr600g: Use align() instead of handrolled code.
2010-09-20 Dave Airlier600g: drop debugging that snuck in
2010-09-20 Dave Airlier600g: clean up valgrind issues on maxtargets test.
2010-09-20 Dave Airlier600g: fix fbo-drawbuffers-maxtargets
2010-09-20 Dave Airlier600g: send correct surface base update for multi-cbufs
2010-09-19 Dave Airlier600g: modify index buffers for sizes the hw can't...
2010-09-19 Dave Airlieutil/r300g: split the r300 index buffer modifier functi...
2010-09-19 Henri Verbeetr600g: fix exports_ps to export a number not a mask.
2010-09-19 Jakob Bornecrantzscons: Link against talloc in the Gallium DRI drivers
2010-09-19 Jakob Bornecrantzrbug: Add function to get opcode name string
2010-09-19 Jakob Bornecrantzrbug: Cast opcode to corrent int size
2010-09-19 Henri VerbeetRevert "r600g: Flush upload buffers before draws instea...
2010-09-19 Henri Verbeetr600g: Respect PB_USAGE_UNSYNCHRONIZED in radeon_bo_pb_...
2010-09-19 Tilman Sauerbeckgallium/docs: Fixed a typo in the SCS opcode description.
2010-09-19 Luca Barbieriauxiliary: fix depth-only and stencil-only clears
2010-09-19 Henri Verbeetr600g: Buffer object maps imply a wait.
2010-09-19 Henri Verbeetr600g: Remove a redundant flush in r600_texture_transfe...
2010-09-19 Henri Verbeetr600g: Check for other references before checking for...
2010-09-19 Henri Verbeetr600g: Flush upload buffers before draws instead of...
2010-09-19 Chia-I Wust/egl: s/kms/drm/ on the drm backend.
2010-09-19 Chia-I Wust/egl: Rename kms backend to drm.
2010-09-19 Chia-I Wust/egl: Split modeset code support to modeset.c.
2010-09-19 Dave Airlier600g: only emit uses waterfall on r6xx hw.
2010-09-19 Dave Airlier600g; add uses waterfall to asm cf for r6xx.
2010-09-19 Tilman Sauerbeckr600g: Added support for TGSI_SEMANTIC_FACE.
2010-09-19 Vinson Leenv50: Remove dead initialization.
2010-09-19 Vinson Leenv50: Remove dead initialization.
2010-09-18 Vinson Leenv50: Silence missing initializer warning.
2010-09-18 Christoph Bumillernv50: fix typo in fifo packet length limit
2010-09-18 Kenneth Graunkeglsl/builtins: Switch comparison functions to just...
2010-09-18 Kenneth Graunkeglsl/builtins: Fix equal and notEqual builtins.
2010-09-18 Christoph Bumillernv50: emit constbuf relocs before uploading constants
2010-09-18 Christoph Bumillernv50: add relocs for stack and local mem buffers
2010-09-18 Kenneth Graunkeglsl: Properly handle nested structure types.
2010-09-18 Vinson Leer600g: Remove unused variable.
2010-09-18 Vinson Leenvfx: Silence uninitialized variable warnings.
2010-09-18 Vinson Leenvfx: Remove const qualifer from nvfx_vertprog_translate.
2010-09-18 Tilman Sauerbeckglsl2: Fixed cloning of ir_call error instructions.
2010-09-18 Vinson Leeglsl: Fix 'control reaches end of non-void function...
2010-09-18 Vinson Leex86: Silence unused variable warning on Mac OS X.
2010-09-18 Vinson Leemesa: Silence "'valid_texture_object' defined but not...
2010-09-18 Vinson Leeir_to_mesa: Remove unused member array_indexed from...
2010-09-18 Vinson Leemesa: bump version to 7.10
2010-09-17 Tilman Sauerbeckglsl2: Empty functions can be inlined.
2010-09-17 Vinson Leer600g: Silence unused variable warnings.
2010-09-17 Vinson Leer600g: Silence uninitialized variable warning.
2010-09-17 Vinson Leer600g: Fix memory leak on error path.
2010-09-17 Vinson Leer600g: Fix implicit declaration warning.
2010-09-17 Vinson Leer600g: Remove unnecessary headers.
2010-09-17 Vinson Leer600g: Remove unnecessary header.
2010-09-17 José Fonsecallvmpipe: Default to no threading on single processor...
2010-09-17 José Fonsecautil: linearized sRGB values don't fit into 8bits
2010-09-17 Brian Paulgallivm: added missing case for PIPE_TEXTURE_RECT
2010-09-17 Jerome Glisser600g: alternative command stream building from context
2010-09-17 Tilman Sauerbeckr600g: Fixed the shift in S_02880C_KILL_ENABLE.
2010-09-17 Tilman Sauerbeckr600g: Enable PIPE_SHADER_CAP_TGSI_CONT_SUPPORTED.
next