glsl: fix counting of vertex shader output slots used by explicit vars
[mesa.git] / src / gallium /
2017-08-28 Gwan-gyeong Mungallium/docs: Fix an inequality sign of TGSI_SEMANTIC_S...
2017-08-28 Gwan-gyeong Mungallium/docs: fix a typo
2017-08-28 Eduardo Lima Mitevi915g: Remove a few unused variables
2017-08-27 Marek OlšákRevert "radeonsi: get the raster config from AMDGPU...
2017-08-26 Christian Gmeineretnaviv: use correct param for etna_compatible_rs_forma...
2017-08-26 Brian Paulgallium/vbuf: fix buffer reference bugs
2017-08-25 Marek Olšákgallium/u_threaded: fix a typo
2017-08-25 Ilia Mirkina2xx: fix DST_ALPHA blending for non-alpha formats
2017-08-25 Ilia Mirkina2xx: set constant blend color
2017-08-25 Timothy Arceriradeonsi: set IF_THRESHOLD to 4
2017-08-25 Timothy Arceriglsl: pass shader source keys to the disk cache
2017-08-24 Marek Olšákradeonsi: get the raster config from AMDGPU on SI
2017-08-24 Marek Olšákradeonsi: clean up setting GRBM_GFX_INDEX
2017-08-24 Marek Olšákradeonsi: move PA_SC_RASTER_CONFIG emission into a...
2017-08-24 Brian Paulgallivm: remove unused variable
2017-08-24 Brian Paulpipe-loader: use MAYBE_UNUSED to silence warning
2017-08-24 Ilia Mirkinnv50/ir: properly set sType for TXF ops to U32
2017-08-23 Leo Liust/va: exclude the buffer reallocation for encode case
2017-08-23 Tim Rowleyswr: limit pipe_draw_info->restart_index usage
2017-08-23 Samuel Pitoisetradeonsi: fix wrong assertion in si_init_bindless_descr...
2017-08-23 Leo Liuradeon/video: Return false explicitly for HEVC if not...
2017-08-23 Gwan-gyeong Mungallium/docs: Fix the math formula of U2I64
2017-08-23 Gwan-gyeong Mungallium/docs: Add missing word "Not"
2017-08-23 Nicolai Hähnletgsi: store opcode mnemonics in a separate table
2017-08-23 Nicolai Hähnlegallium: use tgsi_get_opcode_name instead of tgsi_opcod...
2017-08-23 Nicolai Hähnletgsi: macro-ify the opcodes table
2017-08-23 Nicolai Hähnletgsi: remove post_indent from some 64-bit opcodes
2017-08-23 Nicolai Hähnletgsi: reduce tgsi_opcode_info::pre_dedent and post_inde...
2017-08-23 Nicolai Hähnlegallium/radeon: fix saving multi-part command streams
2017-08-23 Nicolai Hähnleradeonsi: update comment describing indices into sctx...
2017-08-23 Nicolai Hähnleutil: fix valgrind errors when dumping pipe_draw_info
2017-08-23 Samuel Pitoisetradeonsi: do not assert when reserving bindless slot 0
2017-08-23 Samuel Pitoisetradeonsi: rename some bindless-related helper functions
2017-08-23 Samuel Pitoisetradeonsi: minor cleanups in si_make_{texture,image...
2017-08-23 Rob HerringAndroid: gallium_dri: pass dri.sym to linker
2017-08-22 Leo Liust/va: enable P016 format i.e. reallocate buffer if...
2017-08-22 Leo Liuradeon/vcn: enable P016 mode support
2017-08-22 Leo Liuradeon/vcn: correct target buffer pitch calculation
2017-08-22 Marek Olšáktgsi/scan: fix uses_double
2017-08-22 Marek Olšákgallium: remove TGSI opcode SCS
2017-08-22 Marek Olšákgallium/u_blitter: don't use boolean, TRUE, FALSE
2017-08-22 Marek Olšákgallium/u_simple_shaders: do util_make_layered_clear_ve...
2017-08-22 Marek Olšákgallium/u_blitter: remove get_next_surface_layer callback
2017-08-22 Marek Olšákgallium: remove TGSI opcode BREAKC
2017-08-22 Marek Olšákgallium: remove TGSI opcode XPD
2017-08-22 Marek Olšákgallium: remove TGSI opcode DPH
2017-08-22 Marek Olšákgallium: remove TGSI opcode DP2A
2017-08-22 Marek Olšákgallium: remove TGSI_OPCODE_CALLNZ
2017-08-22 Marek Olšákgallium: remove TGSI FENCE opcodes
2017-08-22 Marek Olšákgallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ
2017-08-22 Marek Olšákradeonsi: emit VGT_REUSE_OFF in the right place
2017-08-22 Marek Olšákradeonsi: add support for TGSI opcodes DCEIL, DFLR...
2017-08-22 Marek Olšákradeonsi: use a faster version of PK2H
2017-08-22 Marek Olšákradeonsi: don't decompress Z/S if there is no HTILE
2017-08-22 Marek Olšákgallium/radeon: add helpers for whether HTILE is enabled
2017-08-22 Marek Olšákradeonsi/gfx9: don't flush L2 metadata for DB if not...
2017-08-22 Marek Olšákradeonsi/gfx9: don't flush L2 metadata for CB if not...
2017-08-22 Marek Olšákradeonsi/gfx9: don't flush TC L2 between rendering...
2017-08-22 Marek Olšákradeonsi/gfx9: use correct TC flush flags when invalida...
2017-08-22 Marek Olšákradeonsi/gfx9: don't use GS scenario A for VS writing...
2017-08-22 Marek Olšákgallium/radeon: clean up EOP_DATA_SEL magic numbers
2017-08-22 Marek Olšákradeonsi/gfx9: set 'not a query' for r600_gfx_write_eve...
2017-08-22 Marek Olšákradeonsi/gfx9: prevent shader-db crashes
2017-08-22 Marek Olšákradeonsi/gfx9: properly handle imported textures with...
2017-08-22 Marek Olšákradeonsi: remove Constant Engine support
2017-08-22 Marek Olšákradeonsi/gfx9: add a temporary workaround for a tessell...
2017-08-22 Samuel Pitoisetradeonsi: try to re-use previously deleted bindless...
2017-08-22 Samuel Pitoisetradeonsi: use slot indexes for bindless handles
2017-08-22 Samuel Pitoisetradeonsi: add si_emit_global_shader_pointers() helper
2017-08-22 Samuel Pitoisetradeonsi: only initialize dirty_mask when CE is used
2017-08-22 Samuel Pitoisetradeonsi: make some si_descriptors fields 32-bit
2017-08-22 Samuel Pitoisetradeonsi: declare new user SGPR indices for bindless...
2017-08-22 Samuel Pitoisetgallium/util: add new module that allocate "numbers"
2017-08-22 Nicolai Hähnleradeonsi/gfx9: add performance counters
2017-08-22 Nicolai Hähnleradeonsi: extract common code of si_upload_{graphics...
2017-08-22 Nicolai Hähnlegallium: remove unused PIPE_DUMP_* defines
2017-08-22 Nicolai Hähnleddebug: remove dd_draw_record::driver_state_log
2017-08-22 Nicolai Hähnleradeonsi: emit string markers to log context
2017-08-22 Nicolai Hähnleradeonsi: log decompress blits
2017-08-22 Nicolai Hähnleradeonsi: log draw and compute state into log context
2017-08-22 Nicolai Hähnleradeonsi: print saved CS to the log context
2017-08-22 Nicolai Hähnleradeonsi: start using u_log_context for debugging
2017-08-22 Nicolai Hähnleradeonsi: re-order debug state dumping
2017-08-22 Nicolai Hähnleradeonsi: make si_shader_selector_reference globally...
2017-08-22 Nicolai Hähnleradeonsi: add reference count to si_compute
2017-08-22 Nicolai Hähnleradeonsi: implement pipe_context::set_log_context
2017-08-22 Nicolai Hähnleddebug: add driver log to record dumps
2017-08-22 Nicolai Hähnlegallium: add pipe_context::set_log_context
2017-08-22 Nicolai Hähnleutil/log: add auto logger facility
2017-08-22 Nicolai Hähnleutil: add chunk logging module
2017-08-22 Aaron Watryclover/device: Calculate CL_DEVICE_MEM_BASE_ADDR_ALIGN...
2017-08-22 Brian Paulsvga: replace gotos with conditionals in array drawing...
2017-08-22 Brian Paulllvmpipe: add some whitespace between functions in...
2017-08-22 Brian Paulsvga: whitespace clean-up in svga_draw_private.h
2017-08-22 Timothy Arcerigallium/docs: remove old llvmpipe TODO
2017-08-21 Marek Olšákradeonsi: don't prefetch VBO descriptors if vertex...
2017-08-21 Marek Olšákr600g: don't set up and don't call the fetch shader...
2017-08-21 Rob HerringAndroid: Fix LLVM duplicated symbols linking for N...
2017-08-21 Leo Liust/va: add MJPEG for config
2017-08-21 Leo Liust/va: reallocate surface with YUYV stream
next