Merge branch 'mesa_7_7_branch'
[mesa.git] / src / gallium / auxiliary /
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-14 Michal KrolMerge branch 'instanced-arrays'
2010-01-14 Brian Paulgallium/util: silence warning about array initializers
2010-01-14 Brian Paulgallium/draw: s/clipper/clip_stage/ to be consistant...
2010-01-14 Brian Paulgallium/draw: whitespace and comments
2010-01-14 Brian Paulgallium/draw: remove always-true conditional
2010-01-12 José Fonsecagallium: Simplify PIPE_ALIGN_VAR.
2010-01-12 José Fonsecagallium: Generalize the alignment macros to other compi...
2010-01-12 Brian PaulRevert "util: Build u_bitmask.o when using make."
2010-01-11 Jesse BarnesMerge branch 'master' of ssh://people.freedesktop.org...
2010-01-11 Corbin Simpsonutil: Set flatshade for blitter.
2010-01-11 Keith Whitwellutil/blitter: remove unused variable
2010-01-11 Corbin Simpsonutil: Apply Brian's suggested blit improvements.
2010-01-11 Dave Airliegallium: u_blitter add overlapping blit support.
2010-01-08 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-08 Michal Kroltgsi: Cleanup dot-product opcodes in interpreter.
2010-01-07 Brian Paultgsi: fix SSE code emit for XPD
2010-01-07 Brian Paultgsi: add assertion to verify legal register file
2010-01-07 Brian Paultgsi: fix incorrectly placed braces, add more braces...
2010-01-07 Brian Paultgsi: move register checking code before check_register...
2010-01-07 Brian Paulgallium/util: remove useless assertions
2010-01-07 Brian Paulgallium/util: update comment: s/src_pitch/src_stride
2010-01-07 Brian Paulgallium/util: make src_y unsigned like the other x...
2010-01-07 Michal Krolgallium: Fix texture sampling with explicit LOD in...
2010-01-07 Michal Krolgallium: Pass per-element (not per-quad) LOD bias value...
2010-01-07 Michal Kroltgsi: Cleanup exec_tex().
2010-01-07 Jakob BornecrantzRevert "pipebuffer: Multi-threading fixes for fencing."
2010-01-11 Thomas Hellstromutil: Build u_bitmask.o when using make.
2010-01-09 Vinson Leetgsi: Silence uninitialized variable warnings.
2010-01-06 Marek Olšákutil/blitter: allow NULL CSOs to be saved
2010-01-06 Michal Krolutil: Fix format descriptor table entries.
2010-01-06 Michal Krolutil: Handle the remaining format cases in pipe_tile_ra...
2010-01-06 Jakob Bornecrantzutil: Add u_bitmask to make build
2010-01-06 José FonsecaMerge remote branch 'origin/mesa_7_7_branch'
2010-01-06 José Fonsecapipebuffer: Multi-threading fixes for fencing.
2010-01-06 Luca Barbierigallium: remove PIPE_TEX_FILTER_ANISO
2010-01-06 Brian Paulgallium/util: replace 8 with PIPE_MAX_COLOR_BUFS
2010-01-05 Brian Paulgallium/util: comments and whitespace fixes
2010-01-05 Corbin SimpsonMerge branch 'gallium-docs'
2010-01-05 Kristian HøgsbergMerge branch 'remove-intel-dri1'
2010-01-05 Keith WhitwellMerge commit 'origin/gallium-draw-retval'
2010-01-05 Michal Krolgallium: Handle InstanceID as a true 32-bit uint.
2010-01-05 Michal KrolMerge branch 'master' into instanced-arrays
2010-01-05 Michal Kroltgsi: Simplify implementation of few interpreter's...
2010-01-05 Michal Kroltgsi: Use FREE() to release MALLOC-ed() memories in...
2010-01-05 Michal Kroltgsi: Fix bogus loop condition in sanity.
2010-01-05 Michal Kroltgsi: Treat MOV source operand as FLOAT so modifiers...
2010-01-05 Michal Kroltgsi: Store ADDR file in interpreter as an int.
2010-01-05 Michal Kroltgsi: Remove dead micro_umod().
2010-01-05 Michal Kroltgsi: Make interpreter aware of float and integer data...
2010-01-05 Michal Krolgallium: Add UMOD TGSI opcode.
2010-01-05 Michal Krolgallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcode...
2010-01-05 Michal Kroltgsi/ureg: Improve immediate match & expand logic.
2010-01-05 Michal Kroltgsi: Support signed/unsigned integer immediate types.
2010-01-05 Michal Kroltgsi: Cleanup interpreter code for other existing integ...
2010-01-05 Michal KrolRemove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCO...
2010-01-05 Michal Kroltgsi: Implement new integer opcodes.
2010-01-05 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-04 Vinson Leetgsi: Fix assert.
2010-01-04 Brian PaulMerge branch 'gallium-conditional-rendering'
2010-01-04 Alan HourihaneFix test
2010-01-03 José Fonsecartasm: Play nicely with Windows's Data Execution Preven...
2010-01-03 José Fonsecautil: Minor enhancements/corrections to the bitmask...
2010-01-02 José Fonsecautil: Silent potential loss of precision warnings.
2010-01-01 Vinson Leegallium/util: Silence format warnings.
2010-01-01 Vinson Leegallium/util: Replace h_addr with h_addr_list[0].
2010-01-01 Igor Oliveiratgsi: Add missing semantic name in text parser.
2010-01-01 José Fonsecagallium: Generate a single library for auxiliaries...
2010-01-01 José Fonsecascons: Aggregate all tiny libraries in a single library.
2010-01-01 José Fonsecagallium: Remove the sct module.
2009-12-31 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-30 Michal KrolAdd lame support for instanceID to draw module.
2009-12-30 Michal Kroltgsi: Support system values in ureg.
2009-12-30 Michal Kroldraw: Implement draw_arrays() in terms of draw_arrays_i...
2009-12-30 Michal KrolImplement instanced indexed draw.
2009-12-30 Michal Kroltranslate: Fix a call to indexed SSE run.
2009-12-30 Michal Kroltranslate: Implement instancing for linear SSE run.
2009-12-30 Michal Krolrtasm: Add x86_div().
2009-12-29 Michal KrolImplement draw_arrays_instanced() in softpipe.
2009-12-29 Michal Kroltranslate: Fix translate_key_compare().
2009-12-28 Keith Whitwellutil: better fix for unused variable warnings with...
2009-12-28 Vinson Leeg3dvl: Silence compiler warnings.
2009-12-28 Vinson Leetgsi/ureg: Silence uninitialized variable warnings.
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-27 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-27 Vinson Leegallium/util: Remove comma at end of enumerator list.
2009-12-27 Vinson Leerbug: Remove comma at end of enumerator list.
2009-12-27 Vinson Leerbug: Remove comma at end of enumerator list.
2009-12-26 José Fonsecatgsi: Don't dump parenthesis for negation.
2009-12-25 Zack Rusingallium: remove TGSI_SEMANTIC_VERTICES
2009-12-25 Zack Rusindraw: disable some debugging output coming from the...
2009-12-25 Zack Rusinutil: put vertices_per_primitive function in its proper...
2009-12-25 Zack Rusindraw/tgsi: fix geometry shader input/output swizzling
2009-12-25 Zack Rusintgsi: dump the indices correctly when dealing with...
2009-12-25 Zack Rusintgsi: fix property parsing/building
2009-12-25 Zack Rusintgsi: add missing support for two dimensional arrays...
2009-12-25 Zack Rusintgsi: make the tgsi assembly parser report line/column...
2009-12-25 Zack Rusingallium: add geometry shader support to gallium
2009-12-24 Keith Whitwellgallium/util: quieten compiler
2009-12-24 Vinson Leegallium/util: Initialize variable in util_clear.
next