summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* tgsi: Document vs_2_0 instruction set operations.Michal Krol2009-03-191-0/+14
* tgsi: Document vs_1_1 instruction set operations.Michal Krol2009-03-191-0/+14
* tgsi: Begin documenting ps_2_x instruction set operations.Michal Krol2009-03-191-0/+44
* util: avoid clashprone UINT, UBYTE enum valuesKeith Whitwell2009-03-181-58/+58
* draw: use AOS_ERROR rather than clash-prone ERROR() macroKeith Whitwell2009-03-183-9/+9
* tgsi: Restore statement ordering.José Fonseca2009-03-171-1/+1
* util: Realloc takes bytes.José Fonseca2009-03-171-2/+2
* tgsi: Document ps_2_0 instruction set operations.Michal Krol2009-03-171-0/+57
* tgsi: Document ps_1_4 instruction set operations.Michal Krol2009-03-171-0/+9
* tgsi: Document ps_1_1 instruction set operations.Michal Krol2009-03-171-0/+9
* tgsi: Begin documenting GLSL instruction set operations.Michal Krol2009-03-171-0/+54
* tgsi: Begin documenting NV_geometry_program4 instruction set operations.Michal Krol2009-03-171-0/+14
* tgsi: Silence const pointer cast warnings.Michal Krol2009-03-171-4/+11
* util: bitmask data type.José Fonseca2009-03-163-0/+435
* gallium: Use struct pipe_atomic for pipe refcounts.Thomas Hellstrom2009-03-167-17/+21
* tgsi: Begin documenting NV_gpu_program4 instruction set operations.Michal Krol2009-03-161-0/+107
* tgsi: Document NV_vertex_program3 instruction set operations.`Michal Krol2009-03-161-0/+20
* gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell2009-03-138-54/+29
* gallium: no need to keep a copy of shader tokens in state trackerKeith Whitwell2009-03-134-73/+36
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-2/+2
* tgsi: Localise SCS code.Michal Krol2009-03-121-8/+8
* tgsi: Rewrite NRM opcode, store 1.0 in W component.Michal Krol2009-03-121-23/+27
* tgsi: Begin documenting NV_fragment_program2 instruction set operations.Michal Krol2009-03-121-0/+78
* tgsi: Begin documenting ARB_fragment_program instruction set operations.Michal Krol2009-03-121-0/+30
* tgsi: Document ARB_vertex_program instruction set operations.Michal Krol2009-03-121-0/+16
* tgsi: Begin documenting NV_vertex_program2 instruction set operations.Michal Krol2009-03-121-0/+42
* util: fix debug_assert() to avoid unused variable warnings in release buildsKeith Whitwell2009-03-121-1/+1
* tgsi: Implement RFL, SFL, STR, X2D opcodes.Michal Krol2009-03-111-5/+87
* tgsi: Begin documenting NV_fragment_program instruction set operations.Michal Krol2009-03-111-0/+190
* tgsi: Implement RCC opcode.Michal Krol2009-03-111-1/+32
* tgsi: Document NV_vertex_program1_1 instruction set operations.Michal Krol2009-03-111-0/+28
* tgsi: Untabify.Michal Krol2009-03-101-31/+31
* tgsi: Implement CLAMP opcode.Michal Krol2009-03-101-7/+14
* tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal.Michal Krol2009-03-101-0/+3
* tgsi: ARL and FLOOR opcodes have the same implementation.Michal Krol2009-03-101-11/+2
* tgsi: ARL is a vector instruction.Michal Krol2009-03-101-0/+3
* tgsi: Note that LOG and EXP are approximations.Michal Krol2009-03-101-2/+2
* tgsi: Document EXT_vertex_shader instruction set operations.Michal Krol2009-03-101-0/+108
* tgsi: Implement CND, CND0 opcodes.Michal Krol2009-03-091-2/+14
* tgsi: Remove redundant micro_ge() -- use micro_le().Michal Krol2009-03-091-15/+1
* tgsi: Document ATI_fragment_shader instruction set operations.Michal Krol2009-03-091-0/+54
* tgsi: Document NV_vertex_program instruction set operations.Michal Krol2009-03-081-0/+145
* gallium: added null ptr check in align_free()Brian Paul2009-03-051-3/+5
* indices: add translate/generate functions for unfilled modesKeith Whitwell2009-03-046-1/+1622
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-047-7/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-0419-84/+91
* Merge commit 'origin/gallium-0.1'José Fonseca2009-03-031-1/+1
|\
| * pipebuffer: Fix copy'n'paste typo.José Fonseca2009-03-031-1/+1
* | pipebuffer: Cleanup merge.José Fonseca2009-03-031-43/+0
* | pb: fix up merge mistakesKeith Whitwell2009-03-031-9/+7