svga: fix referencing a NULL framebuffer cbuf
[mesa.git] / src / gallium / auxiliary /
2015-06-21 Rob Clarkdraw: updates to support SVIEW decls
2015-06-21 Rob Clarktgsi/transform: add support for SVIEW decls
2015-06-19 Brian Paulu_vbuf: fix src_offset alignment in u_vbuf_create_verte...
2015-06-19 Brian Paultgsi: add comments for ureg_emit_label()
2015-06-19 Brian Paultgsi: new comments, assertion for executing TGSI_OPCODE_CAL
2015-06-19 Jose Fonsecallvmpipe: Truncate the binned constants to max const...
2015-06-15 Eric Anholtgallium: Enable build of NIR support on Android.
2015-06-14 Marek Olšákgallium/util: add util_last_bit64
2015-06-13 Tom Stellardgallivm: Only build lp_profile() body when PROFILE...
2015-06-09 Chih-Wei Huangandroid: enable the radeonsi driver
2015-06-09 Jose Fonsecartasm: Generalize executable memory allocator to all...
2015-06-05 Marek Olšáktgsi/ureg: fix a coverity defect in emit_decls
2015-06-05 Marek Olšáktgsi/ureg: don't emit in/out arrays if drivers don...
2015-06-05 Marek Olšáktgsi/ureg: add support for output array declarations
2015-06-05 Marek Olšáktgsi/ureg: add support for GS input array declarations
2015-06-05 Marek Olšáktgsi/ureg: merge input and fs_input arrays
2015-06-05 Marek Olšáktgsi/ureg: rename and simplify ureg_DECL_gs_input
2015-06-05 Marek Olšáktgsi/ureg: add support for FS input array declarations
2015-06-05 Marek Olšáktgsi/scan: get more information about arrays and handle...
2015-06-05 Roland Scheideggerdraw: (trivial) fix NULL pointer dereference
2015-06-01 Brian Paulgallium/util: silence silence unused var warnings for...
2015-06-01 Brian Paulgallivm: silence unused var warnings for non-debug...
2015-06-01 Brian Paulpipebuffer: silence unused var warnings for non-debug...
2015-06-01 Brian Pauldraw: silence unused var warnings for non-debug build
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-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...
next