freedreno/ir3: array rework
[mesa.git] / src / gallium / auxiliary / gallivm /
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
2014-09-23 Roland Scheideggergallivm: fix idiv
2014-09-20 Roland Scheideggergallivm: add information about different sampler/view...
2014-09-17 rcondegallivm,tgsi: fix idiv by zero crash
2014-09-17 Roland Scheideggergallivm: add texture target information for sample...
2014-09-16 Richard Sandifordgallivm: Fix uses of 2^24
2014-09-16 Richard Sandifordgallivm: Add SNORM clamping to lp_build_{add, sub}
2014-09-16 Rafael Ávila de... gallivm: attach DataLayout to module too, not just...
2014-09-16 Roland Scheideggergallivm: handle SAMPLE opcode in aos sampling
2014-09-08 Roland Scheideggergallivm: (trivial) don't try to use rcp when the divisi...
2014-09-08 Roland Scheideggergallivm: (trivial) fix min / max variable names
2014-09-06 Ulrich Weigandgallivm: Fix Altivec pack intrinsics for little-endian
2014-09-03 Michel Dänzergallivm: Fix build against LLVM SVN >= r216982
2014-08-29 Roland Scheideggergallivm: fix somewhat broken NaN behavior for exp2
2014-08-29 Roland Scheideggergallivm: handle cube map arrays for texture sampling
2014-08-20 Vinson Leegallivm: Fix build with LLVM >= 3.6 r215967.
2014-08-11 Marek Olšákgallium: remove PIPE_SHADER_CAP_MAX_ADDRS
2014-08-08 Darius Goadgallivm: Handle MSAA textures in emit_fetch_texels
2014-08-08 Roland Scheideggerdraw: hack around weird primitive id input in gs
2014-08-05 Jan Veselygallivm: Fix build with latest LLVM
2014-08-05 Roland Scheideggergallivm: fix cube map array (and cube map shadow with...
2014-07-30 Roland Scheideggergallivm: fix up out-of-bounds level when using conforma...
2014-07-28 Marek Olšákgallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFF...
2014-07-02 Tom Stellardgallium: Add PIPE_SHADER_CAP_DOUBLES
2014-06-21 Aaron Watrygallivm: Fix build after LLVM commit 211259
2014-06-19 Roland Scheideggergallivm: set mcpu when initializing llvm execution...
2014-06-18 Marek Olšákgallium: implement ARB_texture_query_levels
2014-06-18 Roland Scheideggergallivm: fix SCALED -> NORM conversions
2014-05-23 José Fonsecagallivm: Disable workaround for PR12833 on LLVM 3.2+.
2014-05-23 José Fonsecagallivm: Support MCJIT on Windows.
2014-05-19 Roland Scheideggerllvmpipe: do IR counting for shader cache management...
2014-05-17 Roland Scheideggergallivm: (trivial) fix compilation with llvm 3.1, 3.2
2014-05-16 Roland Scheideggergallivm: print out how long it takes to optimize shader IR.
2014-05-16 Roland Scheideggergallivm: give more verbose names to modules
2014-05-15 Roland Scheideggergallivm: remove optimization workaround when not having...
2014-05-15 Roland Scheideggergallivm: remove workaround for reversing optimization...
2014-05-14 Roland Scheideggergallivm: only fetch pointers to constant buffers once
2014-05-14 Roland Scheideggergallivm: fix output stream flushing in error case for...
2014-05-14 José Fonsecagallivm: Remove lp_func_delete_body.
2014-05-14 José Fonsecagallivm: Remove gallivm_free_function.
2014-05-14 Frank Henigmangallivm: Separate freeing LLVM intermediate data from...
2014-05-14 Frank Henigmangallivm: One code memory pool with deferred free.
2014-05-14 José Fonsecagallivm: Run passes per module, not per function.
2014-05-14 José Fonsecagallivm: Use LLVM global context.
2014-05-14 José Fonsecagallivm: Stop using module providers.
2014-05-14 José Fonsecagallivm,draw,llvmpipe: Remove support for versions...
2014-05-07 Brian Paulgallivm: add PIPE_SHADER_CAP_PREFERRED_IR switch case...
2014-05-01 Roland Scheideggergallivm: fix 2 leaks in disassembly code
2014-04-24 José Fonsecagallivm: Fix wrong operator in lp_exec_default.
2014-04-16 Roland Scheideggergallivm: fix compilation with llvm 3.5 r206241+
2014-03-26 Zack Rusindraw/llvm: improve debugging output a bit
2014-03-26 Roland Scheideggergallivm: fix no-op n:n lp_build_resize()
2014-03-21 Roland Scheideggerllvmpipe: add support for b5g6r5_srgb
2014-03-14 Jeff Muizelaargallivm: optimize repeat linear npot code in the aos...
2014-03-14 Roland Scheideggergallivm: use correct rounding for nearest wrap mode...
2014-03-14 Jeff Muizelaargallivm: use correct rounding for linear wrap mode...
2014-02-20 Roland Scheideggergallivm: add smallfloat to float conversion not relying...
2014-02-06 Zack Rusingallivm: make sure analysis works with large number...
2014-02-06 Zack Rusingallivm: handle huge number of immediates
2014-02-06 Zack Rusingallivm: allow large numbers of temporaries
2014-02-05 Roland Scheideggergallivm: fix F2U opcode
2014-02-03 Zack Rusingallivm: fix opcode and function nesting
2014-02-02 Brian Paulgallivm: add a few const qualifiers
2014-01-28 José Fonsecagallivm: Workaround http://llvm.org/PR18600
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-16 Zack Rusinllvmpipe: do constant buffer bounds checking in shaders
2013-12-14 Roland Scheideggergallivm: fix pointer type for stmxcsr/ldmxcsr
2013-12-10 Zack Rusinllvmpipe: fix blending with half-float formats
2013-11-28 Roland Scheideggergallium: new shader cap bit for the amount of sampler...
2013-11-21 Vinson Leegallivm: Ignore unknown file type in non-debug builds.
2013-11-19 Si Chengallivm: Fix mask calculation for emit_kill_if.
2013-11-14 José Fonsecagallivm: Compile flag to debug TGSI execution through...
2013-11-14 Roland Scheideggergallivm,llvmpipe: fix float->srgb conversion to handle...
2013-11-08 Roland Scheideggergallivm: deduplicate some indirect register address...
2013-11-06 Roland Scheideggergallivm: fix indirect addressing of inputs
2013-11-05 Roland Scheideggergallivm: optimize lp_build_minify for sse
2013-11-05 Vinson Leegallivm: Remove llvm::DisablePrettyStackTrace for LLVM...
2013-10-24 Roland Scheideggergallivm: implement fully accurate corner filtering...
2013-10-21 Roland Scheideggergallivm: implement seamless cube filtering
2013-10-10 Roland Scheideggergallivm: kill old per-quad face selection code
2013-10-10 Roland Scheideggergallivm: handle explicit derivatives for cubemaps
2013-10-10 Roland Scheideggergallivm: ignore rho approximation for cube maps
2013-10-09 Zack Rusinllvmpipe: implement 64 bit mul opcodes in llvmpipe
2013-10-09 Zack Rusingallivm: support printing of 64 bit integers
2013-09-19 Roland Scheideggergallivm: adjust wrap mode to CLAMP_TO_EDGE always for...
2013-09-17 Roland Scheideggergallivm: some bits of seamless cube filtering implement...
2013-09-12 José Fonsecallvmpipe: Remove the special path for TGSI_OPCODE_EXP.
2013-09-06 Zack Rusingallivm: support indirect registers on both dimensions
2013-08-30 Roland Scheideggergallivm: handle unbound textures in texture sampling...
2013-08-30 Roland Scheideggergallivm: (trivial) don't pass sampler_unit variable...
2013-08-30 Roland Scheideggergallivm: don't use AoS path if min/mag filter are diffe...
2013-08-30 Roland Scheideggergallivm: support per-pixel min/mag filter in SoA path
2013-08-30 Roland Scheideggergallivm: don't calculate square root of rho if we use...
2013-08-30 Roland Scheideggergallivm: refactor num_lods handling
2013-08-23 Roland Scheideggergallivm: fix min/mag switchover point for nearest/none...
2013-08-22 Roland Scheideggergallivm: do per-element lod for lod bias and explicit...
2013-08-22 Roland Scheideggergallivm: (trivial) fix int/uint border color clamping
2013-08-22 Roland Scheideggergallivm: (trivial) fix linear aos sampling of 3d compre...
2013-08-22 José Fonsecagallium: Support PIPE_FORMAT_R10G10B10A2_UINT.
next