glsl: silence unused var warnings
[mesa.git] / src / gallium / auxiliary /
2010-05-24 Qicheng Christopher Ligallivm: Efficient implementation of sin/cos.
2010-05-23 Marek Olšákutil/blitter: allow NULL clear color
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-20 Brian Paulgallivm: rename a var: s/val/array_size/
2010-05-20 Brian Paulgallivm: fix spelling in comment
2010-05-20 Brian Paulgallivm: handle pointer types in lp_dump_llvmtype()
2010-05-20 Brian Paulgallium: fix/update tex target dumping
2010-05-20 Brian Paulgallium: added util_dump_logicop()
2010-05-19 Roland Scheideggerutil: fix obvious util_blitter_copy bugs...
2010-05-19 Roland Scheideggerutil: util_blitter_fill no longer needs to handle overlap
2010-05-18 Roland Scheideggerutil: fix some leftover util_surface_fill/copy calls
2010-05-17 Roland Scheideggergallium/util: adapt util code to interface changes
2010-05-14 Keith Whitwelldraw: fix front/back error in unfilled pipeline stage
2010-05-14 Keith Whitwelldraw: fix typo checking for unfilled polygons
2010-05-14 Keith Whitwellgallium: more work on ccw flag removal
2010-05-14 Keith Whitwellgallium: convert rasterizer state to use gl-style front...
2010-05-14 Keith Whitwellutil: fix copy_rect stride in default transfer_inline_write
2010-05-13 Brian Paulrtasm: fix void * / func * casting warnings
2010-05-13 Brian Pauldraw: silence casting warnings
2010-05-13 Brian Paulgallivm: silence uninitialized var warning
2010-05-13 Brian Paulgallivm: silence casting warning
2010-05-13 Brian Paulgallivm: silence uninitialized var warning
2010-05-13 Brian Paulllvmpipe: silence uninitialized var warnings
2010-05-13 Brian Paulgallivm: added lp_dump_llvmtype() debug helper
2010-05-13 Brian Paulllvmpipe: additional comments
2010-05-13 Brian Paulgallivm: rename a var
2010-05-13 José Fonsecautil: Fix ptr -> int conversion.
2010-05-13 José FonsecaConditionally revert "gallivm: Use a more compact appro...
2010-05-13 Vinson Leegallium: Add tokens for Cygwin.
2010-05-12 Jakob Bornecrantzrbug: Update and add READMEs
2010-05-12 José Fonsecagallivm: Ensure PIPE_OS_xxx are defined.
2010-05-12 José Fonsecagallivm: Use a more compact approach for lp_build_broad...
2010-05-12 José Fonsecautil: Add function to dump PIPE_STENCIL_OP_xxx
2010-05-12 Jakob Bornecrantzrbug: Add to all targets that link against trace
2010-05-12 Brian Paulgallivm: additional comments
2010-05-12 Brian Paulgallivm: s/bool/boolean
2010-05-12 Brian Paulgallivm: rename vars, update comments, etc
2010-05-12 Brian Paulgallivm: comment out LLVMUnionTypeKind case
2010-05-12 Brian Paulgallivm: rename texel result param
2010-05-12 Brian Paulgallivm: add a few comments
2010-05-12 Brian Paulgallivm/llvmpipe: add const qualifiers
2010-05-12 Brian Paulgallivm: added lp_typekind_name() util function
2010-05-12 Brian Paultgsi: also count instructions in tgsi_scan_shader()
2010-05-12 José Fonsecasoftpipe: Adverstise (tgsi_exec's) shader limits.
2010-05-11 José Fonsecamesa/st+tgsi: Provide a free callback to match with...
2010-05-10 Brian Paulgallivm/llvmpipe: move an old comment to a better location
2010-05-10 José Fonsecagallivm: Silent warning.
2010-05-10 José Fonsecagallivm: Add missing lvalue.
2010-05-10 José Fonsecagallivm: Temporarily disable custom LLVMDumpValue on...
2010-05-10 José Fonsecagallivm: cosf/sinf are macros on MSVC.
2010-05-08 José Fonsecagallivm: Add an alternative to LLVMDumpValue that works...
2010-05-08 José Fonsecagallivm: Fix mipfiltering with negative lod bias.
2010-05-08 José Fonsecagallivm: Actually do floor/ceil/trunc for scalars.
2010-05-08 José Fonsecagallivm: Import the code to compute the minimax polynom...
2010-05-08 José Fonsecagallivm: Use a minimax polynomial for exp2 in range...
2010-05-08 José Fonsecagallivm: Don't hardcode number of args twice.
2010-05-08 José Fonsecagallivm: The the JIT engine to use our sinf()/cosf...
2010-05-08 José Fonsecagallivm: Fix BREAK/CONT translation.
2010-05-08 José Fonsecagallivm: Fix segfaul when inserting allocas in an empty...
2010-05-08 José Fonsecagallivm: Centralize SoA swizzling into a single place.
2010-05-08 José Fonsecagallivm: Support predicates.
2010-05-07 Brian Paulgallium/draw: additional comments in the clipping code
2010-05-07 Brian Paultgis: fix SOA aliasing for MUL instruction in SSE codegen
2010-05-06 Török Edwingallivm: Require SSE2 for draw_llvm/llvmpipe due to...
2010-05-06 Brian Paultgsi: make SSE ADD instruction SOA-safe
2010-05-06 Brian Paultgsi: code refactoring
2010-05-06 Brian Paultgsi: added tgsi_get_processor_name()
2010-05-06 Brian Paultgsi: fix tgsi_exec_machine_bind_shader() to handle...
2010-05-06 Brian Paulgallium/tgsi: remove unused tgsi_exec_labels code
2010-05-06 Jakob Bornecrantzutil: Recognize FALSE and F in debug_get_bool_option
2010-05-06 José Fonsecagallium: untrack u_indices_gen.c and u_indices_gen.c
2010-05-06 José FonsecaRevert "gallium: untrack u_indices_gen.c and u_indices_...
2010-05-06 Xavier Chantrygallium: untrack u_indices_gen.c and u_indices_gen.c
2010-05-06 Xavier Chantrygallium: untrack u_indices_gen.c and u_indices_gen.c
2010-05-06 Brian Paulgallium: still more provoking vertex fixes
2010-05-06 Brian Paulgallium: added edge flag print/debug code (disabled)
2010-05-06 Brian Paulgallium: rename draw() to draw_elements() in vbuf code
2010-05-06 Brian Paulgallium: rework provoking vertex code
2010-05-05 Marek Olšáktgsi: make dumping work on non-debug builds
2010-05-05 Vinson Leedraw: Remove unnecessary header.
2010-05-05 Vinson Leeutil: Remove unnecessary headers.
2010-05-04 José Fonsecadraw: Preserve the provoking vertex both when decomposi...
2010-05-04 Brian Pauldraw: Adjust wideline vertex coords for D3D.
2010-05-04 Brian Paulgallium/util: added is_format_compressed()
2010-05-04 Wiktor Janasu_blitter: fix creating fragment shaders
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-04 José Fonsecagallivm: Proper implementation of TXL opcode.
2010-05-04 José Fonsecagallivm: Fix several glitches introduced in the prev...
2010-05-04 José Fonsecagallivm: Implement TXD.
2010-05-03 Brian Paulgallium: move surface utility functions into u_surface.c
2010-05-03 José Fonsecagallivm: Increase the TGSI translation limits and centr...
2010-05-03 José Fonsecagallicm: Newton-Raphson step to improve precision.
2010-05-03 Brian Paulcso: use framebuffer utility functions
2010-05-03 Brian Paulgallium: move framebuffer utility functions into a...
2010-05-03 Marek Olšákutil: add util_format_short_name
2010-05-03 Marek Olšákutil: add util_format_is_plain
2010-05-03 Török EdwinReorder LLVM passes, running mem2reg earlier.
2010-05-03 José Fonsecagallivm: Display message instead of crashing when sampl...
2010-05-03 José Fonsecatranslate: Make translate_generic truly generic.
next