summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2010-01-05gallium/util: comments and whitespace fixesBrian Paul
2010-01-05gallium: Handle InstanceID as a true 32-bit uint.Michal Krol
2010-01-05Merge branch 'master' into instanced-arraysMichal Krol
2010-01-05tgsi: Simplify implementation of few interpreter's instructions.Michal Krol
2010-01-05tgsi: Use FREE() to release MALLOC-ed() memories in sanity.Michal Krol
2010-01-05tgsi: Fix bogus loop condition in sanity.Michal Krol
2010-01-05tgsi: Treat MOV source operand as FLOAT so modifiers works as expected.Michal Krol
2010-01-05tgsi: Store ADDR file in interpreter as an int.Michal Krol
2010-01-05tgsi: Remove dead micro_umod().Michal Krol
2010-01-05tgsi: Make interpreter aware of float and integer data types.Michal Krol
2010-01-05gallium: Add UMOD TGSI opcode.Michal Krol
2010-01-05gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.Michal Krol
2010-01-05tgsi/ureg: Improve immediate match & expand logic.Michal Krol
2010-01-05tgsi: Support signed/unsigned integer immediate types.Michal Krol
2010-01-05tgsi: Cleanup interpreter code for other existing integer opcodes.Michal Krol
2010-01-05Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol
2010-01-05tgsi: Implement new integer opcodes.Michal Krol
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-04tgsi: Fix assert.Vinson Lee
2010-01-04Fix testAlan Hourihane
2010-01-03rtasm: Play nicely with Windows's Data Execution Prevention.José Fonseca
2010-01-03util: Minor enhancements/corrections to the bitmask logic.José Fonseca
2010-01-02util: Silent potential loss of precision warnings.José Fonseca
2010-01-01gallium/util: Silence format warnings.Vinson Lee
2010-01-01gallium/util: Replace h_addr with h_addr_list[0].Vinson Lee
2010-01-01tgsi: Add missing semantic name in text parser.Igor Oliveira
2010-01-01gallium: Generate a single library for auxiliaries with Make too.José Fonseca
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca
2010-01-01gallium: Remove the sct module.José Fonseca
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-30Add lame support for instanceID to draw module.Michal Krol
2009-12-30tgsi: Support system values in ureg.Michal Krol
2009-12-30draw: Implement draw_arrays() in terms of draw_arrays_instanced().Michal Krol
2009-12-30Implement instanced indexed draw.Michal Krol
2009-12-30translate: Fix a call to indexed SSE run.Michal Krol
2009-12-30translate: Implement instancing for linear SSE run.Michal Krol
2009-12-30rtasm: Add x86_div().Michal Krol
2009-12-29Implement draw_arrays_instanced() in softpipe.Michal Krol
2009-12-29translate: Fix translate_key_compare().Michal Krol
2009-12-28util: better fix for unused variable warnings with assertsKeith Whitwell
2009-12-27g3dvl: Silence compiler warnings.Vinson Lee
2009-12-27tgsi/ureg: Silence uninitialized variable warnings.Vinson Lee
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-26gallium/util: Remove comma at end of enumerator list.Vinson Lee
2009-12-26rbug: Remove comma at end of enumerator list.Vinson Lee
2009-12-26rbug: Remove comma at end of enumerator list.Vinson Lee
2009-12-26tgsi: Don't dump parenthesis for negation.José Fonseca
2009-12-25gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin
2009-12-25draw: disable some debugging output coming from the geometry shadersZack Rusin
2009-12-25util: put vertices_per_primitive function in its proper locationZack Rusin