docs: update differences to d3d11
[mesa.git] / src / gallium / auxiliary /
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-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.
2010-05-03 José Fonsecadraw: Remove draw_pt_fetch_prepare call from llvm middl...
2010-05-03 José Fonsecatgsi: Parse and dump predicates.
2010-05-03 José Fonsecagallium: Remove loop register file.
2010-05-03 José Fonsecagallivm: Replace predicate assertion failure with warni...
2010-05-03 José Fonsecadraw: Disable rtasm compilation when using LLVM.
2010-05-03 Zack Rusingallivm: fix nested break and continue statements
2010-05-02 Luca Barbierigallium/util: print \n after DXTn printf
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
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 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
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-27 Roland Scheideggergallium: fix glaring bugs in last commit
2010-04-26 Roland Scheideggergallium: interface changes for multisampling
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-30 José Fonsecadraw: Fix memory leaks in llvm code.
2010-04-30 Jakob Bornecrantzutil: Add missing break statement in u_caps.c
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'
next