vc4: Hook up VC4_DEBUG=perf to some useful printfs.
[mesa.git] / src / gallium / auxiliary /
2015-04-15 Brian Paultgsi: also dump label for TGSI_OPCODE_BGNSUB opcode
2015-04-11 Rob Clarkgallium/ttn: add support for system values
2015-04-11 Rob Clarkgallium/ttn: fix TXD
2015-04-11 Rob Clarkgallium/ttn: add TXQ support (v2)
2015-04-11 Rob Clarkgallium/ttn: split out helper to get texture info
2015-04-11 Rob Clarkgallium/ttn: add support for temp arrays
2015-04-11 Rob Clarkgallium/ttn: minor cleanup
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 Scheideggerdraw: (trivial) don't print the shader twice with GALLI...
2015-04-08 Roland Scheideggergallivm: don't use control flow when doing indirect...
2015-04-08 Dave Airlieu_tile: fix warnings about incompatible casts.
2015-04-07 Dave Airlieu_tile: fix stencil texturing tests under softpipe
2015-04-05 Rob Clarkgallium/ttn: MOD is an integer instruction
2015-04-05 Rob Clarkgallium/ttn: add UMAD
2015-04-02 Stéphane Marchesini915g: Implement EGL_EXT_image_dma_buf_import
2015-04-01 Emil Velikovgallium: ship tgsi_to_nir.h in the tarball
2015-04-01 Jose Fonsecaautomake,scons: Put NIR source files in a separate...
2015-04-01 Jose Fonsecaautomake: Fix out-of-source builds.
2015-04-01 Eric Anholtgallium: Add tgsi_to_nir to get a nir_shader for a...
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 Jose Fonsecautil/debug: Update MgwHelp link, drop BfdHelp link.
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-27 Christian Königgallium/vl: partially revert "Use util_cpu_to_le{16...
2015-03-27 Ilia Mirkintgsi: fix out-of-bounds access for cube arrays
2015-03-27 Ilia Mirkingallium/util: remove u_linkage
2015-03-27 Ilia Mirkingallium/hud: avoid overflowing hud graph name size
2015-03-24 Jonathan Graygallium/util: Use HAVE___BUILTIN_FFS* macros.
2015-03-24 Eric Anholtvc4: Allow DRI3 on simulation, as well.
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-21 Emil Velikovgalahad: remove driver
2015-03-19 Dave Airlieu_primconvert: add primitive restart support
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 Emil Velikovauxiliary/os: fix the android build - s/drm_munmap...
2015-03-16 Marek Olšáktgsi: handle bitwise opcodes in tgsi_opcode_infer_type...
2015-03-16 Marek Olšákgallium: add FMA and DFMA opcodes (v3)
2015-03-13 Brian Paulutil: convert slab macros to inline functions
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-07 Mark Janesnouveau: Fix build, invalid extern "C" around header...
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-03-04 Brian Paulgallivm: init MM = NULL to silence warning
2015-03-04 Jose Fonsecascons: Use -Werror MSVC compatibility flags per-directory.
2015-03-04 Marc-Andre Lureaugallium/auxiliary/indices: fix start param
2015-03-03 Rob Clarktgsi/lowering: don't forget interp for BCOLOR inputs
2015-03-03 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-03-02 Marek Olšákdraw: fix division-by-zero for empty geometry shaders
2015-02-28 Kenneth GraunkeRevert "configure: Leverage gcc warn options to enable...
2015-02-27 Jonathan Grayauxilary/os: correct sysctl use in os_get_total_physica...
2015-02-27 Brian Paulgallium/util: add debug_print_usage_enum() debug helper
2015-02-27 Brian Paulgallium/util: fix 'statement with no effect' warning
2015-02-27 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-02-26 Jose Fonsecainclude,auxiliary: Remove support for MSVC older then...
2015-02-26 Brian Paulutil: add debug_print_bind_flags() debug helper
2015-02-23 Brian Paulmesa: move math-related function into new c99_math...
2015-02-23 Matt Turnergallium: Use util_cpu_to_le{16,32} in many more places.
2015-02-23 Matt Turnergallium/util: Use HAVE___BUILTIN_* macros.
2015-02-23 Matt Turnermesa: Move C99 MSVC compatibility code from u_math...
2015-02-23 Brian Paulutil: move pipe_prim_names array into u_prim_name()
2015-02-23 Brian Paulutil: rewrite debug_print_transfer_flags() using debug_...
2015-02-21 Ilia Mirkintgsi: avoid returning pointer to local var, make it...
2015-02-20 Marek Olšáktgsi: fix type-mismatch warning
2015-02-20 Marek Olšákgallivm: fix uninitialized-variable warnings
2015-02-20 Eric Anholtgallium/util: Don't include unused debug functions...
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-02-20 Ilia Mirkingallium: add some more double opcodes to avoid unnecess...
2015-02-19 Dave Airliesoftpipe/tgsi: expose doubles for softpipe.
2015-02-19 Dave Airlietgsi: add support for flt64 constants
2015-02-19 Dave Airliegallium: add double opcodes and TGSI execution (v4.2)
2015-02-19 Brian Paulgallium/util: indentation fix
2015-02-19 Ilia Mirkingallium: add ETC2 format support
2015-02-18 Emil Velikovauxiliary/vl: honour the DRI2PROTO_CFLAGS
2015-02-18 Emil Velikovauxiliary/vl: Build vl_winsys_dri.c only when needed.
2015-02-13 Jose Fonsecaos,llvmpipe: Set rasterizer thread names on Linux.
2015-02-12 Emil Velikovauxiliary/vl: bring back the VL code for the dri targets
2015-02-07 Brian Paulgallium/hud: also try R8_UNORM format for font texture
2015-02-07 Brian Paulgallium/hud: flush stdout in print_help(), for Windows
2015-02-07 Park, Jeongminpostprocess: Check for depth buffer in pp_jimenezmlaa
2015-02-06 Eric Anholttgsi/ureg: Add missing some missing opcodes opcode_tmp.h
2015-02-06 Eric Anholttgsi/ureg: Move ureg_dst_register() to the header.
2015-02-06 Marek Olšákgallium/u_tests: test a NULL buffer sampler view
2015-02-06 Marek Olšákgallium/u_tests: test a NULL constant buffer
2015-02-06 Marek Olšákgallium/u_tests: test a NULL texture sampler view
2015-02-06 Marek Olšákgallium/u_tests: restructure the only test, refactor...
2015-02-06 Marek Olšákgallium: run gallium tests if GALLIUM_TESTS=1 is set
2015-02-04 Jose Fonsecagallium/util: Don't implement u_bit_scan64 on MSVC.
2015-02-04 Jose Fonsecagallium/util: Define ffsll on MinGW.
2015-02-04 Marek Olšákgallium/u_pstipple: add ability to specify a fixed...
next