ureg: add buffer support to ureg
[mesa.git] / src / gallium / auxiliary / gallivm /
2016-01-07 Oded Gabbayllvmpipe: use sse2 conv code for altivec
2016-01-06 Edward O'Callaghangallium: Use unsigned for loop index
2016-01-06 Edward O'Callaghangallium: Remove unnecessary semicolons
2015-12-09 Dave Airliellvmpipe: fix fp64 inputs to geom shader.
2015-12-06 Edward O'Callaghangallium/auxiliary: Sanitize NULL checks into canonical...
2015-12-06 Edward O'Callaghangallium/auxiliary: Trivial code style cleanup
2015-11-20 Roland Scheideggergallivm: use sampler index 0 for texel fetches
2015-11-18 Oded Gabbayllvmpipe: disable VSX in ppc due to LLVM PPC bug
2015-11-04 Roland Scheideggergallivm: fix sampling for s3tc srgb formats when using...
2015-11-04 Roland Scheideggerllvmpipe: add cache for compressed textures
2015-10-26 Roland Scheideggergallivm: disable f16c when not using AVX
2015-10-24 Roland Scheideggergallivm: fix tex offsets with mirror repeat linear
2015-10-24 Roland Scheideggergallivm: fix sampling with texture offsets in SoA path
2015-10-23 Jose Fonsecagallivm: Explicitly disable unsupported CPU features.
2015-10-22 Jose Fonsecagallivm: Translate all util_cpu_caps bits to LLVM attri...
2015-10-20 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
2015-10-17 Marek Olšákgallivm: implement the correct version of LRP
2015-10-17 Marek Olšákgallivm: set correct opcode info from unary/binary...
2015-10-02 Tom Stellardgallivm: Allow drivers and state trackers to initialize...
2015-09-04 Oded Gabbayllvmpipe: convert double to long long instead of unsign...
2015-07-31 Vinson Leegallivm: Fix GCC unused-variable warning.
2015-07-31 Marek Olšákgallivm: add LLVMAttribute parameter to lp_build_intrinsic
2015-07-23 Jose Fonsecagallivm: Fix profile build.
2015-07-23 Tom Stellardgallivm: Add ifdefs so raw_debug_stream is only defined...
2015-07-23 Tom Stellardgallivm: Don't use raw_debug_ostream for dissasembling
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-20 Tom Stellardgallivm: Initialize LLVM Modules's DataLayout to an...
2015-07-06 Roland Scheideggergallivm: fix lp_build_compare_ext
2015-07-01 Dave Airliegallivm: add fp64 support. (v2.1)
2015-06-25 Marek Olšáksoftpipe,llvmpipe: fix PIPE_SHADER_CAP_MAX_INPUTS value
2015-06-23 Dave Airliedraw/gallivm: add invocation ID support for llvmpipe.
2015-06-19 Jose Fonsecallvmpipe: Truncate the binned constants to max const...
2015-06-13 Tom Stellardgallivm: Only build lp_profile() body when PROFILE...
2015-06-05 Marek Olšáktgsi/ureg: don't emit in/out arrays if drivers don...
2015-06-01 Brian Paulgallivm: silence unused var warnings for non-debug...
2015-06-01 Jose Fonsecagallivm: Remove stub disassemblerSymbolLookupCB.
2015-05-29 Roland Scheideggergallivm: make sampling more robust when the sampler...
2015-05-29 Jose Fonsecagallivm: Use the LLVM's C disassembly interface.
2015-05-29 Jose Fonsecagallivm: Disable frame pointer omission on LLVM 3.7.
2015-05-28 Jose Fonsecagallivm: Workaround LLVM PR23628.
2015-05-28 Vinson Leegallivm: Do not use NoFramePointerElim with LLVM 3.7.
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-05-13 Roland Scheideggerllvmpipe: enable ARB_texture_view
2015-04-20 Nick Sarniegallivm: Fix build against LLVM 3.7 SVN r235265
2015-04-10 Nick Sarniegallivm: Fix build since llvm-3.7.0svn r234495
2015-04-09 Vinson Leegallivm: Fix build since llvm-3.7.0svn r234460.
2015-04-08 Roland Scheideggergallivm: don't use control flow when doing indirect...
2015-04-01 Roland Scheideggergallivm: (trivial) fix the logic deciding if function...
2015-03-31 Roland Scheideggergallivm: do some hack heuristic to disable texture...
2015-03-31 Roland Scheideggergallivm: implement TG4 for ARB_texture_gather
2015-03-31 Roland Scheideggergallivm: add gather support to sampler interface
2015-03-31 Roland Scheideggergallivm: simplify sampler interface
2015-03-31 Michel Dänzergallivm: Fix build against LLVM 3.7 SVN r233648
2015-03-28 Roland Scheideggergallivm: fix texture function name (key) when using...
2015-03-27 Jan Veselygallivm: Fix build since llvm r233411
2015-03-27 Roland Scheideggergallivm: use llvm function calls for texturing instead...
2015-03-27 Roland Scheideggergallivm: pass jit_context pointer through to sampling
2015-03-23 Tom Stellardgallivm: Use MCInstrInfo in the disassembler for queryi...
2015-03-22 Jose Fonsecagallivm: Silence unused variable warnings on release...
2015-03-19 Brian Paulgallivm: remove unused 'builder' variable
2015-03-18 Jose Fonsecagallivm: Use INFINITY directly.
2015-03-16 Roland Scheideggergallivm: abort properly when running out of buffer...
2015-03-16 Marek Olšákgallium: add FMA and DFMA opcodes (v3)
2015-03-13 Alexandre Demersgallivm: (trivial) Fix typo in comment introduced by...
2015-03-12 Jose Fonsecagallivm: Prevent double delete on LLVM 3.6
2015-03-04 Brian Paulgallivm: init MM = NULL to silence warning
2015-02-20 Marek Olšákgallivm: fix uninitialized-variable warnings
2015-02-20 Ilia Mirkingallium: add shader cap for dldexp/dfracexp support
2015-02-20 Ilia Mirkingallium: add a cap to enable double rounding opcodes
2015-01-29 Eric Anholtgallium: Replace u_simple_list.h with util/simple_list.h
2015-01-05 Brian Paulgallivm: silence a couple compiler warnings
2014-12-16 Roland Scheideggerdraw: implement support for the VERTEXID_NOBASE and...
2014-12-03 José Fonsecagallivm: Update for RTDyldMemoryManager becoming an...
2014-11-26 José Fonsecagallivm: Removed unused variable.
2014-11-26 José Fonsecadraw,gallivm,llvmpipe: Avoid implicit casts of 32-bit...
2014-11-24 Eric Anholtgallium: Drop the unused CND opcode.
2014-11-24 Eric Anholtgallium: Drop unused BRA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused SFL/STR opcodes.
2014-11-24 Eric Anholtgallium: Drop the unused RFL opcode.
2014-11-24 Eric Anholtgallium: Drop unused X2D opcode.
2014-11-24 Eric Anholtgallium: Drop the unused ARA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused RCC opcode.
2014-11-24 Eric Anholtgallium: Drop the NRM and NRM4 opcodes.
2014-11-18 Roland Scheideggergallivm: fix alignment issue for vertex data fetch
2014-11-12 José Fonsecagallivm: Fix build with LLVM 3.6 (r221751).
2014-11-03 José Fonsecagallivm: Disable frame-pointer-omission on x86 to ensur...
2014-11-03 José Fonsecagallivm: When disassemble a function, start by printing...
2014-10-23 José Fonsecagallivm: Fix build with LLVM 3.3.
2014-10-23 José Fonsecagallivm: Properly update for removal of JITMemoryManage...
2014-10-23 José Fonsecagallivm: Fix white-space.
2014-10-23 José Fonsecagallivm,llvmpipe,clover: Bump required LLVM version...
2014-10-21 Marek Olšákgallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it...
2014-10-04 Marek Olšáktgsi: change tgsi_shader_info::properties to a one...
2014-10-04 Marek Olšáktgsi: simplify shader properties in tgsi_shader_info
2014-09-30 Mathias Fröhlichgallivm: Fix build for LLVM 3.2
2014-09-30 Mathias Fröhlichllvmpipe: Make a llvmpipe OpenGL context thread safe.
2014-09-30 Mathias Fröhlichllvmpipe: Use two LLVMContexts per OpenGL context inste...
2014-09-26 Michel Dänzergallivm: More fallout from disabling with LLVM 3.6
2014-09-24 Tom Stellardgallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306
2014-09-24 Tom Stellardgallivm: Disable gallivm to fix build with LLVM 3.6
next