tgsi/ureg: enable creating tessellation shaders with ureg_create_shader
[mesa.git] / src / gallium / auxiliary /
2015-05-26 Marek Olšáktgsi/ureg: enable creating tessellation shaders with...
2015-05-26 Marek Olšáktgsi/text: enable parsing tessellation shaders
2015-05-26 Marek Olšákgallium: rename TGSI tessellation processor types to...
2015-05-21 Dave Airlieu_math: uses assert, include assert.h
2015-05-20 Jason Ekstrandnir: Get rid of the array elements parameter on load...
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2015-05-20 Marek Olšákcso: add context cleanup code from st/mesa
2015-05-20 Dave Airlietgsi: handle TG4 opcode in tgsi exec
2015-05-16 Ilia Mirkintgsi/dump: fix declaration printing of tessellation...
2015-05-16 Ilia Mirkintgsi/ureg: allow ureg_dst to have dimension indices
2015-05-16 Marek Olšáktgsi/ureg: use correct limit for max input count
2015-05-16 Ilia Mirkintgsi/sanity: set implicit in/out array sizes based...
2015-05-16 Ilia Mirkintgsi/scan: allow scanning tessellation shaders
2015-05-16 Marek Olšákgallium: disable tessellation shaders for meta ops
2015-05-16 Marek Olšákgallium/cso: set NULL shaders at context destruction
2015-05-16 Marek Olšákgallium/cso: add support for tessellation shaders
2015-05-16 Marek Olšákgallium/u_blitter: disable tessellation for all operations
2015-05-16 Marek Olšákgallium/util: print vertices_per_patch in util_dump_dra...
2015-05-16 Ilia Mirkingallium: add tessellation shader properties
2015-05-16 Ilia Mirkingallium: add new semantics for tessellation
2015-05-16 Ilia Mirkingallium: add new PATCHES primitive type
2015-05-16 Ilia Mirkingallium: add tessellation shader types
2015-05-15 Alexander von Gluck IVgallium/aux: Add needed extern "C" wrappers
2015-05-13 Roland Scheideggerllvmpipe: enable ARB_texture_view
2015-05-13 Roland Scheideggergallium/util: fix blitter sampler view target initializ...
2015-05-09 Jason Ekstrandutil: Move gallium's linked list to util
2015-05-09 Jason Ekstrandgallium/double_list: s/INLINE/inline and remove the...
2015-05-06 Roland Scheideggerdraw: (trivial) fix out-of-bounds vector initialization
2015-05-05 Samuel Pitoisetgallium: replace pipe_driver_query_info::max_value...
2015-05-05 Samuel Pitoisetgallium: add new fields to pipe_driver_query_info
2015-04-29 Marek Olšákwinsys/radeon: move radeon_winsys.h to drivers/radeon
2015-04-28 Leo Liugallium/util: get h264 level based on number of max...
2015-04-27 Roland Scheideggersoftpipe: fix another stencil-as-float issue
2015-04-27 Zoë BladeFix a few typos
2015-04-25 Gediminas Jakutisgallium/hud: add more options to customize HUD panes
2015-04-23 Jose Fonsecaos/os_memory_aligned.h: Handle integer overflow.
2015-04-23 Roland Scheideggerdraw: fix prim ids when there's no gs
2015-04-22 Brian Paulcso: minor comment fix
2015-04-22 Chih-Wei Huangandroid: fix the building rules for Android 5.0
2015-04-22 Emil Velikovandroid: add $(mesa_top)/src include to the whole of...
2015-04-20 Nick Sarniegallivm: Fix build against LLVM 3.7 SVN r235265
2015-04-18 Ilia Mirkinindices: fix provoking vertex for quads/quadstrips
2015-04-18 Ilia Mirkinprimconvert: select pv convention only from flatshade_first
2015-04-17 Rob Clarkgallium/ttn: fix TXF
2015-04-17 Rob Clarkgallium/ttn: add UBO support
2015-04-17 Rob Clarkgallium/ttn: minor cleanup
2015-04-17 Rob Clarkgallium/ttn: add support for TXL2
2015-04-17 Rob Clarkgallium/ttn: add support for texture offsets
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.
next