summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/vega: Use vgapi.Chia-I Wu2010-05-0716-235/+393
* glapi: Move to src/mapi/.Chia-I Wu2010-05-0713-5/+16
* gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.Török Edwin2010-05-062-2/+18
* softpipe: fix dangling references to shaders in the TGSI executorBrian Paul2010-05-064-20/+22
* tgsi: make SSE ADD instruction SOA-safeBrian Paul2010-05-061-5/+13
* tgsi: code refactoringBrian Paul2010-05-061-16/+34
* tgsi: added tgsi_get_processor_name()Brian Paul2010-05-062-0/+18
* tgsi: fix tgsi_exec_machine_bind_shader() to handle NULL tokens, samplersBrian Paul2010-05-061-1/+20
* gallium/tgsi: remove unused tgsi_exec_labels codeBrian Paul2010-05-062-22/+0
* llvmpipe: Fix fence wait.José Fonseca2010-05-061-1/+4
* scons: Disable graw-null on msvc until linkage works.José Fonseca2010-05-061-1/+3
* graw-null: Try to fix MSVC linkage problems.José Fonseca2010-05-061-1/+4
* svga: Fix scons buildJakob Bornecrantz2010-05-061-0/+2
* llvmpipe: implement occlusion queryQicheng Christopher Li2010-05-0614-50/+277
* util: Recognize FALSE and F in debug_get_bool_optionJakob Bornecrantz2010-05-061-0/+4
* gallium: untrack u_indices_gen.c and u_indices_gen.cJosé Fonseca2010-05-064-6123/+2
* 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