aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit 'origin/gallium-0.1'Keith Whitwell2009-03-031-9/+64
|\|
| * pipebuffer: Cleanup code & comments.José Fonseca2009-03-021-11/+7
| * pipebuffer: Handle PIPE_BUFFER_USAGE_DONTBLOCK flag.José Fonseca2009-03-021-5/+15
| * pipebuffer: Wait for the GPU to finish reading too.José Fonseca2009-03-021-3/+4
| * pipebuffer: Remove unused var.José Fonseca2009-03-021-1/+0
| * tgsi: More descriptive sanity diagnostic messages.Michal Krol2009-02-281-15/+15
* | tgsi: More descriptive sanity diagnostic messages.Michal Krol2009-02-281-15/+15
* | tgsi: don't dump interpolation info except for fragment shader inputsKeith Whitwell2009-02-271-2/+6
* | util: set vbuf.max_index in draw_vertex_buffer()Keith Whitwell2009-02-271-0/+2
* | gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close2009-02-255-15/+19
* | pipebuffer: Allow asymmetric guard sizes for under/overflow detection.José Fonseca2009-02-242-8/+13
* | util: Don't use 0-sized arrays.José Fonseca2009-02-241-0/+6
* | gallium: Add pipe_buffer_write/read inlines.José Fonseca2009-02-242-21/+6
* | pipebuffer: Remove unused var.José Fonseca2009-02-241-1/+0
* | Merge commit 'origin/gallium-0.1'José Fonseca2009-02-235-18/+127
|\|
| * util: Use a checkboard pattern instead of asserting for unknown formats.José Fonseca2009-02-201-2/+24
| * util: Support PIPE_FORMAT_Z32_FLOAT in pipe_tile_raw_to_rgbaJosé Fonseca2009-02-191-0/+29
| * pipebuffer: Dump debugging info for fenced buffer list.José Fonseca2009-02-183-9/+100
| * pipebuffer: Don't retry to alloc memory block on mm.José Fonseca2009-02-181-7/+3
* | gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct...Brian Paul2009-02-201-0/+3
* | util/debug: need to fflush(stderr) on windowsKeith Whitwell2009-02-201-0/+1