swrastg: Use trace
[mesa.git] / src / gallium / auxiliary /
2010-04-30 Brian Paulllvmpipe: fix out-of-bounds texture sampling
2010-04-30 Brian Paulllvmpipe: added lp_build_sample_nop() for debugging
2010-04-30 José Fonsecadraw: Fix memory leaks in llvm code.
2010-04-30 Jakob Bornecrantzutil: Add missing break statement in u_caps.c
2010-04-29 Jakob Bornecrantzutil: Update caps after helpfull input
2010-04-29 Jakob Bornecrantzutil: Add small caps checker helper
2010-04-29 Jakob Bornecrantzutil: Format error format string as the rest of the...
2010-04-29 Zack Rusindraw llvm: stay in bounds even if fetch_count % 4 != 0
2010-04-29 Brian Paulcso: remove commented-out code, update function docs
2010-04-29 Brian Paulgallivm: add some assertions in special-case sampler...
2010-04-29 Michel Dänzergallium/draw: Fix PPC compiler warning.
2010-04-29 Michel Dänzergallium/draw: Fix PPC build failure.
2010-04-28 Brian Pauldraw: remove extra semicolons
2010-04-28 Brian Pauldraw: use a cast wrapper
2010-04-28 Brian Pauldraw: put 'create' in the vs varient create function...
2010-04-28 Brian Pauldraw: add missing function parameter
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Brian Paulgallium/util: convert //-style comments
2010-04-28 Brian Paulgallium/util: convert //-style comments
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 José Fonsecatgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
2010-04-27 José Fonsecagallivm: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-27 Brian Paulutil: fix assorted problems in the image packing functions
2010-04-27 José Fonsecagallivm: Disable llvm.cos.v4f32 and llvm.sin.v4f32...
2010-04-27 José Fonsecagallivm: Ensure all allocas are in the first block.
2010-04-26 Zack Rusindraw/llvm: implement fetch elts paths
2010-04-26 Alan Hourihanegallivm: BGNFOR/ENDFOR fallthrough to BGNLOOP/ENDLOOP
2010-04-26 José Fonsecadraw: Always use the llvm middle end when available...
2010-04-26 José Fonsecadraw: Pass-through pipe_buffer::max_index to translate.
2010-04-26 José Fonsecatranslate: Take and respect a max_index argument.
2010-04-26 Vinson Leeos: Check for spurious wakeups in pipe_barrier_wait.
2010-04-25 José Fonsecallvmpipe: Respect pipe_sampler_view::swizzle_r/g/b/a
2010-04-25 José Fonsecadraw: Respect pipe_vertex_buffer::max_index in llvm...
2010-04-25 Vinson Leegallivm: Rename variable info to opcode_info.
2010-04-25 Vinson Leegallivm: Remove NULL check of pointer that can't be...
2010-04-24 José Fonsecallvmpipe: Implement shader bias.
2010-04-24 José Fonsecautil: Add missing static keyword.
2010-04-24 José Fonsecautil: Fix unsigned <-> ptr conversions.
2010-04-24 José Fonsecagallivm: Centralize the cpu caps detection.
2010-04-24 José Fonsecacso_cache: Ensure irrelevant state of the blend state...
2010-04-24 José Fonsecagallivm: LLVMConstBitCast -> LLVMBuildBitCast
2010-04-24 Vinson Leegallium: In option helpers, move assignment outside...
2010-04-24 Brian Paulgallium/util: document that pack/unpack strides are...
2010-04-23 Brian Paulgallium/draw: remove old comment
2010-04-23 Jakob Bornecrantzgallium: Convert some uses of get option to static
2010-04-23 Jakob Bornecrantzgallium: Add static get option helpers
2010-04-23 Jakob Bornecrantzgallium: Add option to not print options
2010-04-23 José Fonsecagallium: s/free/FREE/ and same for friends.
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Stephen Johnsondraw: use FREE() instead of free()
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Zack Rusingallivm: implement indirect addressing over temporaries
2010-04-22 Zack Rusingallivm: implement indirect addressing over constants
2010-04-22 Brian Paulgallivm: remove Z/stencil special case code in lp_build...
2010-04-22 Zack Rusingallivm: update comments
2010-04-22 Zack Rusingallivm: fix nested cont statements
2010-04-22 Zack Rusingallivm: fix nested break statemants
2010-04-22 Zack Rusingallivm: make sure we return the correct type when...
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-22 José Fonsecau_format: Reduce code duplication.
2010-04-22 Vinson Leegallivm: Remove unused variable.
2010-04-22 Vinson Leegallium/util: Fix deviation calculation in u_cache.
2010-04-22 Brian Paulgallivm: added some assertions in loop-gen code
2010-04-21 Brian Paulgallivm: fix copy&paste error: s/cont_stack_size/break_...
2010-04-21 Brian Paulgallivm: emit_instruction() is boolean
2010-04-21 Brian Paulgallivm: implement TGSI KILP
2010-04-21 José Fonsecadraw: Make LLVM integration work without llvmpipe too...
2010-04-21 Brian Paulgallium/draw: fix point sprite handling
2010-04-21 Brian Paulgallium/draw: use local var to simplify code
2010-04-21 Jakob Bornecrantztargets: Don't check if we should use trace
2010-04-21 Vinson Leegallivm: Remove unnecessary headers.
2010-04-20 Brian Paulgallium/util: remove bogus return statement
2010-04-20 Brian Paulgallium: replace pipe_resource::_usage with pipe_resour...
2010-04-20 José Fonsecagallivm: Universal format support on lp_build_fetch_rgb...
2010-04-20 José Fonsecagallivm: Cleanups and bugfixes to aos format translation.
2010-04-20 José Fonsecadraw: Fallback to gallivm for translation of A8R8G8B8...
2010-04-20 José Fonsecagallivm: New function to fetch a pixel into a 4xfloat...
2010-04-20 José Fonsecagallivm: Bring aos format back to life.
2010-04-20 José Fonsecadraw: Remove draw_vs_llvm.c.
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 José Fonsecadraw: No need to rebase for elt_bias.
2010-04-20 José Fonsecadraw: Fix cache elt_bias implementation.
2010-04-20 José Fonsecadraw: Fix typo resulting from bad regular expression...
2010-04-20 Vinson Leedraw llvm: Move dereference of pointer after NULL check.
2010-04-20 Vinson Leedraw llvm: Remove unnecessary header.
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Brian Paulgallivm: pass 3D texture stride as an array
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Zack Rusindraw llvm: make sure use_llvm isn't used when not defined
2010-04-19 Zack Rusindraw llvm: fix typo (boolean, not bool)
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Zack Rusindraw llvm: allow runtime switching of pipelines (yes...
2010-04-19 Zack Rusindraw llvm: fix constructor mess
2010-04-19 Brian Paulgallium/util: specify binding type for blit src texture
2010-04-19 José Fonsecadraw: Implement index bias.
2010-04-19 Brian Paulgallium/draw: use a local var to simplify some code
2010-04-19 Brian PaulMerge branch '7.8'
next