aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Collapse)AuthorAgeFilesLines
* gallivm: added some vector length sanity checksBrian Paul2010-05-141-0/+2
|
* gallivm: added lp_sizeof_llvm_type()Brian Paul2010-05-142-0/+41
|
* gallivm: comments, const qualifiersBrian Paul2010-05-141-4/+11
|
* tgsi: clean up in emit_fetch()Brian Paul2010-05-141-43/+41
|
* tgsi: add a dummy function to silence warningBrian Paul2010-05-141-0/+8
|
* gallium: remove forward declarations of non-existent objectsMarek Olšák2010-05-145-5/+0
|
* r300g: do not abort if a constant buffer is too largeMarek Olšák2010-05-141-14/+18
| | | | What else can we do with misbehaving apps?
* r300g: add framebuffer state debug loggingMarek Olšák2010-05-143-1/+35
|
* r300g: sort out debug flagsMarek Olšák2010-05-141-13/+16
|
* nouveau/nvfx: Define some capabilities for shadersPatrice Mandin2010-05-141-0/+38
| | | | Signed-off-by: Patrice Mandin <[email protected]>
* util: fix copy_rect stride in default transfer_inline_writeKeith Whitwell2010-05-141-2/+2
|
* r300g: fix for piglit/fp-indirections2Marek Olšák2010-05-141-1/+1
|
* rtasm: fix void * / func * casting warningsBrian Paul2010-05-132-4/+24
|
* draw: silence casting warningsBrian Paul2010-05-131-5/+38
|
* gallivm: silence uninitialized var warningBrian Paul2010-05-131-1/+1
|
* llvmpipe: silence casting warningsBrian Paul2010-05-133-15/+32
|
* gallivm: silence casting warningBrian Paul2010-05-131-1/+17
|
* gallivm: silence uninitialized var warningBrian Paul2010-05-131-1/+1
|
* llvmpipe: silence uninitialized var warningsBrian Paul2010-05-131-1/+2
|
* llvmpipe: silence cast warnings in test programsBrian Paul2010-05-134-6/+63
|
* gallivm: added lp_dump_llvmtype() debug helperBrian Paul2010-05-132-0/+40
|
* llvmpipe: additional commentsBrian Paul2010-05-131-3/+5
|
* gallivm: rename a varBrian Paul2010-05-131-3/+4
|
* util: Fix ptr -> int conversion.José Fonseca2010-05-131-1/+1
|
* Conditionally revert "gallivm: Use a more compact approach for ↵José Fonseca2010-05-131-0/+10
| | | | | | lp_build_broadcast_scalar()." This reverts commit a09e46c72461183c879d8472b44fe740ecc79b9f.
* r300g: fix texture transfersMarek Olšák2010-05-133-2/+8
| | | | | | | The regression has first shown up after this state tracker change: b0427bedde80e3189524651a327235bdfddbc613. FDO bug #28082.
* llvmpipe: Update instructions for MSVC builds.José Fonseca2010-05-131-1/+9
|
* trace: Add missing header.Vinson Lee2010-05-131-0/+1
| | | | Fixes GCC implicit function declaration warning.
* gallium: Add tokens for Cygwin.Vinson Lee2010-05-133-6/+11
|
* trace: Remove unnecessary headers.Vinson Lee2010-05-132-2/+0
|
* r300g: re-order capsMarek Olšák2010-05-131-40/+28
|
* r300g: fill out the shader limitsMarek Olšák2010-05-131-2/+56
|
* trace: Update READMEJakob Bornecrantz2010-05-121-25/+12
|
* rbug: Update and add READMEsJakob Bornecrantz2010-05-122-1/+59
|
* graw: Make functions publicJakob Bornecrantz2010-05-121-7/+7
|
* gallivm: Ensure PIPE_OS_xxx are defined.José Fonseca2010-05-121-0/+1
|
* gallivm: Use a more compact approach for lp_build_broadcast_scalar().José Fonseca2010-05-121-8/+10
| | | | | | | It produces exactly the same machine code, but it cuts 5% of the number of instructions generated for a typical shader. Also, preserve the scalar when length is 1.
* llvmpipe: Dump fs key's stencil state.José Fonseca2010-05-121-0/+10
|
* util: Add function to dump PIPE_STENCIL_OP_xxxJosé Fonseca2010-05-122-0/+30
|
* llvmpipe: Enable mem2reg pass even with LP_DEBUG=nopt.José Fonseca2010-05-121-0/+5
| | | | Otherwise things start crashing.
* rbug: Add to all targets that link against traceJakob Bornecrantz2010-05-1231-8/+47
| | | | | | Also added calls to the create function in target helpers and in tr_drm.c the latter being a hack and should be replaced with the wrap screen target helper. But at least this way we don't regress.
* trace: Remove rbug from traceJakob Bornecrantz2010-05-1210-1277/+5
|
* rbug: Use container of macroJakob Bornecrantz2010-05-121-7/+10
|
* rbug: Fix draw blockingJakob Bornecrantz2010-05-123-2/+84
|
* rbug: Fix sampler views and surfaces in context infoJakob Bornecrantz2010-05-124-19/+39
|
* rbug: Fix shadersJakob Bornecrantz2010-05-125-36/+188
|
* rbug: Break out of traceJakob Bornecrantz2010-05-1210-0/+2797
|
* gallivm: additional commentsBrian Paul2010-05-122-6/+39
|
* llvmpipe: s/bool/boolean/ in test progsBrian Paul2010-05-123-6/+6
|
* gallivm: s/bool/booleanBrian Paul2010-05-121-3/+3
|