summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-05-08egl_g3d: Check external modules for client APIs first.Chia-I Wu
2010-05-07gallium/draw: additional comments in the clipping codeBrian Paul
2010-05-07tgis: fix SOA aliasing for MUL instruction in SSE codegenBrian Paul
2010-05-07wgl: Add mapi to includes.José Fonseca
2010-05-07st/vega: Use vgapi.Chia-I Wu
2010-05-07glapi: Move to src/mapi/.Chia-I Wu
2010-05-06gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.Török Edwin
2010-05-06softpipe: fix dangling references to shaders in the TGSI executorBrian Paul
2010-05-06tgsi: make SSE ADD instruction SOA-safeBrian Paul
2010-05-06tgsi: code refactoringBrian Paul
2010-05-06tgsi: added tgsi_get_processor_name()Brian Paul
2010-05-06tgsi: fix tgsi_exec_machine_bind_shader() to handle NULL tokens, samplersBrian Paul
2010-05-06gallium/tgsi: remove unused tgsi_exec_labels codeBrian Paul
2010-05-06llvmpipe: Fix fence wait.José Fonseca
2010-05-06scons: Disable graw-null on msvc until linkage works.José Fonseca
2010-05-06graw-null: Try to fix MSVC linkage problems.José Fonseca
2010-05-06svga: Fix scons buildJakob Bornecrantz
2010-05-06llvmpipe: implement occlusion queryQicheng Christopher Li
2010-05-06util: Recognize FALSE and F in debug_get_bool_optionJakob Bornecrantz
2010-05-06gallium: untrack u_indices_gen.c and u_indices_gen.cJosé Fonseca
2010-05-06raw/clear: Make it portable.José Fonseca
2010-05-06graw-null: New target to ensure we always have a graw implementation available.José Fonseca
2010-05-06graw-xlib: Remove duplicate graw.h file.José Fonseca
2010-05-06Revert "gallium: untrack u_indices_gen.c and u_indices_gen.c"José Fonseca
2010-05-06gallium: untrack u_indices_gen.c and u_indices_gen.cXavier Chantry
2010-05-06gallium: untrack u_indices_gen.c and u_indices_gen.cXavier Chantry
2010-05-05gallium: still more provoking vertex fixesBrian Paul
2010-05-05gallium: added edge flag print/debug code (disabled)Brian Paul
2010-05-05gallium: rename draw() to draw_elements() in vbuf codeBrian Paul
2010-05-05llvmpipe: update driver's provoking vertex codeBrian Paul
2010-05-05gallium: rework provoking vertex codeBrian Paul
2010-05-05tgsi: make dumping work on non-debug buildsMarek Olšák
2010-05-05llvmpipe: added a new assertion as a hint to CoverityBrian Paul
2010-05-05nouveau: only advertise PIPE_FORMAT_DXT* if s3tc availableXavier Chantry
2010-05-05graw-xlib: Revert the output dir lib change.José Fonseca
2010-05-04svga: Remove unnecessary header.Vinson Lee
2010-05-04draw: Remove unnecessary header.Vinson Lee
2010-05-04util: Remove unnecessary headers.Vinson Lee
2010-05-04llvmpipe: Remove unnecessary headers.Vinson Lee
2010-05-04r300g: Fix memory leak on error path.Vinson Lee
2010-05-04gallium: remove trailing comma in enum listBrian Paul
2010-05-04llvmpipe: predicate LLVMDumpModule() on DEBUG_JITBrian Paul
2010-05-05tests/raw: Get it building with scons.José Fonseca
2010-05-05draw: Preserve the provoking vertex both when decomposing and clipping.José Fonseca
2010-05-05draw: Adjust wideline vertex coords for D3D.Brian Paul
2010-05-04llvmpipe: fix broken compressed cube mapsBrian Paul
2010-05-04gallium/util: added is_format_compressed()Brian Paul
2010-05-04llvmpipe: do some null pointer checkingBrian Paul
2010-05-04llvmpipe: add some tests for malloc() returning NULL.Brian Paul
2010-05-04r300g: advertise S3TC only when it's available in GalliumMarek Olšák