summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw
Commit message (Expand)AuthorAgeFilesLines
* draw: Add missing include.Michal Krol2008-11-121-0/+1
* gallium: use PIPE_ARCH_SSE to protect use of SSE instrinsics onlyBrian2008-11-091-1/+1
* Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-11-061-0/+89
|\
| * gallium: debug code to print vertex array data (disabled)Brian Paul2008-11-061-0/+89
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-11-054-1/+46
|\|
| * gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL codeBrian Paul2008-11-052-0/+20
| * gallium: added some debug code (disabled)Brian Paul2008-11-051-0/+24
| * gallium: disable some debug outputBrian Paul2008-11-051-1/+2
| * draw: Implement TGSI_OPCODE_TRUNC.michal2008-11-051-0/+14
* | draw: Implement TGSI_OPCODE_TRUNC.michal2008-11-051-0/+14
* | gallium: no longer pass max_inst to ppc_init_func()Brian Paul2008-10-291-1/+1
* | gallium: clean-upsBrian Paul2008-10-291-10/+4
* | gallium: remove old codeBrian Paul2008-10-281-29/+0
* | gallium: ppc: don't replicate/smear immediate values, use vspltw instruction ...Brian Paul2008-10-281-4/+4
* | scons: ppc support.Michel Dänzer2008-10-231-0/+1
* | gallium: new PPC built-in constants arrayBrian Paul2008-10-221-2/+6
* | cell: turn on PPC assembly vertex transformBrian Paul2008-10-221-4/+1
* | gallium: temporarily disable PPC vertex shader until more things runBrian Paul2008-10-221-0/+3
* | gallium: PPC vertex shader supportBrian Paul2008-10-224-1/+279
* | gallium: fix the test in vs_exec_prepare() to avoid redundant bindingsBrian Paul2008-10-151-3/+1
* | draw: don't assume output buffer pointer is alignedKeith Whitwell2008-10-151-1/+1
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-10-1010-38/+82
|\|
| * draw: don't assume output buffer pointer is alignedKeith Whitwell2008-10-071-1/+1
| * draw: add switch for drivers to force vertex data passthroughKeith Whitwell2008-10-074-19/+33
| * draw: Fix compiler errors on Windows.Michal Krol2008-10-061-3/+3
| * make draw's vertex_info struct smaller/quicker to compare with memcmp()Keith Whitwell2008-10-066-19/+49
| * draw: modify prefetching slightlyKeith Whitwell2008-10-021-4/+15
| * draw: don't keep refetching constant inputsKeith Whitwell2008-10-026-62/+144
| * draw: add streamlined paths for fetching linear vertsKeith Whitwell2008-10-023-66/+134
| * Gallivm: make it compile again, add some opcodes.Stephane Marchesin2008-09-281-0/+1
* | gallium: silence warningAlan Hourihane2008-10-101-1/+1
* | gallium: Introduce PIPE_ARCH_SSE define for SSE support.José Fonseca2008-10-071-1/+1
* | draw: modify prefetching slightlyKeith Whitwell2008-10-021-4/+15
* | draw: don't keep refetching constant inputsKeith Whitwell2008-10-026-62/+144
* | draw: add streamlined paths for fetching linear vertsKeith Whitwell2008-10-023-66/+134
* | Gallivm: make it compile again, add some opcodes.Stephane Marchesin2008-10-021-0/+1
* | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-181-2/+2
|\|
| * gallium: fix wide point / point coord semantic info (generic, not fog)Brian Paul2008-09-171-2/+2
* | draw: Silence compiler warnings on Windows.Michal Krol2008-09-141-1/+1
* | gallium: avoid redundant tgsi_exec_machine_bind_shader() calls on draw exec pathBrian Paul2008-09-121-6/+11
|/
* draw: Describe the steps in emit_load_R32G32B32A32.José Fonseca2008-09-031-0/+4
* gallium: fix out of bounds array errors in SSE executionBrian Paul2008-09-022-5/+16
* draw: Put INLINES where appropriate.José Fonseca2008-09-021-64/+85
* draw: attempt atomic submit of large drawelements callsKeith Whitwell2008-08-266-26/+29
* gallium: added const qualifiers on some draw funcsBrian2008-08-252-4/+4
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-2436-39/+62
* gallium: replace align_int() with align()Brian Paul2008-08-221-3/+3
* gallium: stop using FABSF() macroBrian Paul2008-08-222-4/+4
* gallium: use new util_fast_exp2(), _log2(), pow() functionsBrian Paul2008-08-221-2/+64
* gallium: fix typo in LINE() macro (replace i+1 with i1 var)Brian Paul2008-08-201-1/+1