summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* raw/clear: Make it portable.José Fonseca2010-05-061-2/+3
* graw-null: New target to ensure we always have a graw implementation available.José Fonseca2010-05-064-3/+145
* graw-xlib: Remove duplicate graw.h file.José Fonseca2010-05-062-37/+1
* Revert "gallium: untrack u_indices_gen.c and u_indices_gen.c"José Fonseca2010-05-061-2/+0
* gallium: untrack u_indices_gen.c and u_indices_gen.cXavier Chantry2010-05-061-0/+2
* gallium: untrack u_indices_gen.c and u_indices_gen.cXavier Chantry2010-05-061-0/+2
* gallium: still more provoking vertex fixesBrian Paul2010-05-052-11/+22
* gallium: added edge flag print/debug code (disabled)Brian Paul2010-05-051-0/+20
* gallium: rename draw() to draw_elements() in vbuf codeBrian Paul2010-05-0510-47/+47
* llvmpipe: update driver's provoking vertex codeBrian Paul2010-05-052-93/+179
* gallium: rework provoking vertex codeBrian Paul2010-05-057-164/+321
* tgsi: make dumping work on non-debug buildsMarek Olšák2010-05-051-1/+1
* llvmpipe: added a new assertion as a hint to CoverityBrian Paul2010-05-051-0/+1
* nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry2010-05-053-8/+27
* graw-xlib: Revert the output dir lib change.José Fonseca2010-05-051-1/+3
* svga: Remove unnecessary header.Vinson Lee2010-05-041-1/+0
* draw: Remove unnecessary header.Vinson Lee2010-05-041-1/+0
* util: Remove unnecessary headers.Vinson Lee2010-05-043-3/+0
* llvmpipe: Remove unnecessary headers.Vinson Lee2010-05-042-2/+0
* r300g: Fix memory leak on error path.Vinson Lee2010-05-041-0/+1
* gallium: remove trailing comma in enum listBrian Paul2010-05-041-2/+2
* llvmpipe: predicate LLVMDumpModule() on DEBUG_JITBrian Paul2010-05-041-3/+2
* tests/raw: Get it building with scons.José Fonseca2010-05-054-5/+8
* draw: Preserve the provoking vertex both when decomposing and clipping.José Fonseca2010-05-052-23/+31
* draw: Adjust wideline vertex coords for D3D.Brian Paul2010-05-051-27/+34
* llvmpipe: fix broken compressed cube mapsBrian Paul2010-05-041-27/+47
* gallium/util: added is_format_compressed()Brian Paul2010-05-041-0/+20
* llvmpipe: do some null pointer checkingBrian Paul2010-05-041-17/+22
* llvmpipe: add some tests for malloc() returning NULL.Brian Paul2010-05-042-22/+38
* r300g: advertise S3TC only when it's available in GalliumMarek Olšák2010-05-041-0/+5
* u_blitter: fix creating fragment shadersWiktor Janas2010-05-041-7/+6
* gallivm: Proper implementation of TXL opcode.José Fonseca2010-05-045-70/+100
* gallivm: Fix several glitches introduced in the prev commit.José Fonseca2010-05-043-6/+7
* gallivm: Implement TXD.José Fonseca2010-05-045-40/+62
* gallium: move surface utility functions into u_surface.cBrian Paul2010-05-0313-181/+182
* gallivm: Increase the TGSI translation limits and centralize them in a header.José Fonseca2010-05-042-13/+69
* gallicm: Newton-Raphson step to improve precision.José Fonseca2010-05-041-2/+27
* cso: use framebuffer utility functionsBrian Paul2010-05-031-41/+7
* gallium: move framebuffer utility functions into a new fileBrian Paul2010-05-039-84/+165
* r300g: use util_format_short_name and util_format_is_plainMarek Olšák2010-05-034-29/+17
* util: add util_format_short_nameMarek Olšák2010-05-031-0/+13
* util: add util_format_is_plainMarek Olšák2010-05-031-0/+15
* r300g: refuse to create a texture with size 0Marek Olšák2010-05-031-0/+11
* r300g: improve texture debug output, split into TEX and TEXALLOC flagsMarek Olšák2010-05-033-6/+22
* Reorder LLVM passes, running mem2reg earlier.Török Edwin2010-05-032-4/+4
* svga: Silent warning.José Fonseca2010-05-031-1/+1
* gallivm: Display message instead of crashing when sampler generator was not s...José Fonseca2010-05-031-0/+8
* translate: Make translate_generic truly generic.José Fonseca2010-05-031-301/+90
* draw: Remove draw_pt_fetch_prepare call from llvm middle end.José Fonseca2010-05-031-12/+0
* tgsi: Parse and dump predicates.José Fonseca2010-05-032-1/+63