gallivm: use llvm function calls for texturing instead of inlining
[mesa.git] / src / gallium / drivers /
2015-03-27 Roland Scheideggergallivm: pass jit_context pointer through to sampling
2015-03-27 Ilia Mirkingallium/util: remove u_linkage
2015-03-24 Eric Anholtvc4: Add a dump-the-surface-contents routine.
2015-03-24 Eric Anholtvc4: Fix pitch alignment of linear textures.
2015-03-24 Eric Anholtvc4: Write the alignment of level width consistently...
2015-03-24 Eric Anholtvc4: Fix use of a bool as an enum.
2015-03-24 Eric Anholtvc4: Decide the HW's format before laying out the miptree.
2015-03-24 Eric Anholtvc4: Use our device-specific ioctls for create/mmap.
2015-03-24 Eric Anholtvc4: Make a new #define for making code conditional...
2015-03-24 Eric Anholtvc4: Add some useful debug printfs for miptrees.
2015-03-24 Ilia MirkinRevert "nv50,nvc0: remove bogus 64_FLOAT formats"
2015-03-23 Giuseppe Bilottagallium: implement get_device_vendor() for existing...
2015-03-21 Emil Velikovgalahad: actually remove the driver
2015-03-21 Roland Scheideggerllvmpipe: use global llvm context for PIPE_SUBSYSTEM_EM...
2015-03-19 Dave Airlieu_primconvert: add primitive restart support
2015-03-18 Rob Clarkfreedreno/ir3: fix infinite recursion in sched
2015-03-18 Rob Clarkfreedreno: fix spelling
2015-03-18 Marek Olšákradeonsi: increase coords array size for radeon_llvm_em...
2015-03-17 Emil Velikovr600g: constify r600_shader_tgsi_instruction lists.
2015-03-17 Emil Velikovr600g: kill off r600_shader_tgsi_instruction::{tgsi_opc...
2015-03-17 Emil Velikovr600g: use the tgsi opcode from parse.FullToken.FullIns...
2015-03-16 Marek Olšákradeonsi: implement TGSI_OPCODE_BFI (v2)
2015-03-16 Marek Olšákradeonsi: add a helper for extracting bitfields from...
2015-03-16 Marek Olšákradeonsi: move scratch reloc state setup
2015-03-16 Marek Olšákradeonsi: don't emit PA_SC_LINE_STIPPLE if not renderin...
2015-03-16 Marek Olšákradeonsi: don't emit PA_SC_LINE_STIPPLE after every...
2015-03-16 Marek Olšákradeonsi: move PA_SU_SC_MODE_CNTL to rasterizer state
2015-03-16 Marek Olšákradeonsi: implement line and polygon smoothing
2015-03-16 Marek Olšákradeonsi: add shader code for smoothing
2015-03-16 Marek Olšákradeonsi: split sample locations into its own state...
2015-03-16 Marek Olšákradeonsi: add basic code for overrasterization
2015-03-16 Marek Olšákradeonsi: small cleanup in si_shader_selector_key
2015-03-16 Marek Olšákradeonsi: simplify accessing alpha pointer in si_llvm_e...
2015-03-16 Marek Olšákradeonsi: add support for easy opcodes from ARB_gpu_shader5
2015-03-16 Marek Olšákradeonsi: implement bit-finding opcodes from ARB_gpu_sh...
2015-03-16 Marek Olšákradeonsi: implement gl_SampleMaskIn
2015-03-16 Marek Olšákradeonsi: add support for SQRT
2015-03-16 Marek Olšákradeonsi: add support for FMA
2015-03-16 Marek Olšákgallium/radeon: don't use LLVMReadOnlyAttribute for ALU
2015-03-16 Marek Olšákgallium: add FMA and DFMA opcodes (v3)
2015-03-15 Rob Clarkfreedreno: update generated headers
2015-03-15 Rob Clarkfreedreno/ir3: remove old compiler
2015-03-15 Rob Clarkfreedreno/ir3: avoid scheduler deadlock
2015-03-15 Rob Clarkfreedreno/ir3: bit of cleanup
2015-03-13 Ilia Mirkinfreedreno: fix slice pitch calculations
2015-03-13 Ilia Mirkinfreedreno/a3xx: use the same layer size for all slices
2015-03-10 Samuel Pitoisetnvc0: fix wrong max value for driver queries
2015-03-09 Alexandre Demersr600g: Use R600_MAX_VIEWPORTS instead of 16
2015-03-09 Marek Olšákr300g: fix sRGB->sRGB blits
2015-03-09 Marek Olšákr300g: fix a crash when resolving into an sRGB texture
2015-03-09 Marek Olšákr300g: use memset for clearing the shader key
2015-03-09 Marek Olšákr300g: remove the broken SNORM->UNORM shader lowering...
2015-03-09 Marek Olšákr300g: fix RGTC1 and LATC1 SNORM formats
2015-03-09 Stefan Dösingerr300g: Fix the ATI1N swizzle (RGTC1 and LATC1)
2015-03-09 Tom Stellardradeonsi: Add additional information to shader dumps
2015-03-09 Tom Stellardradeonsi/compute: Use value from compiler for COMPUTE_P...
2015-03-09 Ilia Mirkinfreedreno/ir3: get the # of miplevels from getinfo
2015-03-09 Ilia Mirkinfreedreno/ir3: fix array count returned by TXQ
2015-03-09 Ilia Mirkinfreedreno: move fb state copy after checking for size...
2015-03-08 Rob Clarkfreedreno: replace glsl130 debug flag with glsl120
2015-03-08 Rob Clarkfreedreno/ir3: relative dst
2015-03-08 Rob Clarkfreedreno/ir3: split out array_fanin() helper
2015-03-08 Rob Clarkfreedreno/ir3: drop deref nodes
2015-03-08 Rob Clarkfreedreno/ir3: helpful iterator macros
2015-03-08 Rob Clarkfreedreno/ir3: fix register usage calculations
2015-03-08 Rob Clarkfreedreno/ir3: couple tweaks for cmdline compiler
2015-03-08 Rob Clarkfreedreno/ir3: split up ssa_dst
2015-03-08 Rob Clarkfreedreno/ir3: fix failed assert in grouping
2015-03-07 Mark Janesr300g: Fix build, invalid extern "C" around header...
2015-03-07 Mark Janesnouveau: Fix build, invalid extern "C" around header...
2015-03-07 Ilia Mirkinnv50,nvc0: remove bogus 64_FLOAT formats
2015-03-06 Chia-I Wuilo: clarify valid and preferred tilings
2015-03-06 Chia-I Wuilo: clean up Gen6 WAs
2015-03-06 Chia-I Wuilo: add generic ilo_render_3dprimitive()
2015-03-06 Chia-I Wuilo: add generic ilo_render_pipe_control()
2015-03-06 Chia-I Wuilo: fix padding of linear sampler views
2015-03-06 Chia-I Wuilo: do not check for interleaved_samples
2015-03-05 Chia-I Wuilo: enable L3 cache in MOCS
2015-03-05 Chia-I Wuilo: track if a ilo_view_surface is a scanout
2015-03-05 Chia-I Wuilo: clean up SURFACE_STATE and BINDING_TABLE_STATE
2015-03-05 Rob Clarkfreedreno/ir3: fix silly typo for binning pass shaders
2015-03-05 Chia-I Wuilo: add more convenient intel_bo_{ref,unref}()
2015-03-05 Chia-I Wuilo: add intel_bo_set_tiling()
2015-03-05 Chia-I Wuilo: replace intel_tiling_mode by gen_surface_tiling
2015-03-05 Chia-I Wuilo: update genhw headers
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-03-04 Chia-I Wuilo: improve WA handling in rectlist path
2015-03-04 Chia-I Wuilo: clean up Gen7.5 WAs
2015-03-04 Chia-I Wuilo: add ILO_DEBUG=hang
2015-03-04 Chia-I Wuilo: add some more winsys functions
2015-03-04 Matt Turnerr300g: Check return value of snprintf().
2015-03-04 Matt Turnerr300g: Use PATH_MAX instead of limiting ourselves to...
2015-03-04 Rob Clarkfreedreno/ir3: fix old compiler after f6b2e8af742
2015-03-04 Jose Fonsecasvga: Set MSVC2013 compat flags.
2015-03-04 Jose Fonsecasoftpipe,trace: Set MSVC 2008 compat flags.
2015-03-04 Jose Fonsecascons: Use -Werror MSVC compatibility flags per-directory.
2015-03-03 Rob Clarkfreedreno/a4xx: re-enable int (conditional on glsl130)
2015-03-03 Rob Clarkfreedreno/ir3: handle flat bypass for a4xx
2015-03-03 Rob Clarkfreedreno/ir3: add support for memory (cat6) instructions
2015-03-03 Rob Clarkfreedreno/ir3: fix up cat6 instruction encodings
next