mesa: add KHR_no_error support to glBindBufferOffsetEXT()
[mesa.git] / src /
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ähnleac/debug: invoke valgrind checks while parsing IBs
2017-08-23 Nicolai Hähnleac/debug: annotate IB dumps with the raw values
2017-08-23 Nicolai Hähnleac/debug: use an explicit getter for fetching words...
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 Francisco Jerezanv: Check that in_fence fd is valid before closing it.
2017-08-22 Francisco Jerezanv: Add error handling to setup_empty_execbuf().
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 Samuel Pitoisetst/glsl_to_tgsi: fix getting the image type for array...
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šákac/surface/gfx9: don't allow DCC for the smallest mipma...
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 Marek Olšákglsl_to_tgsi: clean up opcode translation
2017-08-22 Timothy Arcerimesa: pass ctx to add_uniform_to_shader constructor
2017-08-22 Gwan-gyeong Munegl: deduplicate allocations of local buffer over each...
2017-08-22 Samuel Pitoisetmesa: only expose EXT_memory_object functions if the...
2017-08-22 Samuel Pitoisetmesa: only expose glImportMemoryFdEXT if the ext is...
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ähnleamd/common: split out ac_parse_ib_chunk from ac_parse_ib
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 Ian Romanickglsl/linker: Make several functions not static
2017-08-22 Jason Ekstrandi965/clear: Quantize the depth clear value based on...
2017-08-22 Timothy Arcerimesa/st: simplify some UBO index logic
2017-08-22 Timothy Arcerii965: enable STD430 packing by default on IVB+
2017-08-22 Timothy Arceriglsl: pass UseSTD430AsDefaultPacking to where it will...
2017-08-22 Timothy Arceriglsl: add get_internal_ifc_packing() type helper
2017-08-22 Timothy Arcerimesa: add UseSTD430AsDefaultPacking constant
2017-08-22 Aaron Watryclover/device: Calculate CL_DEVICE_MEM_BASE_ADDR_ALIGN...
2017-08-22 Brian Paulmesa: optimize _mesa_attr_zero_aliases_vertex()
2017-08-22 Brian Paulvbo: use new _is_vertex_position() helper in vbo_attrib...
2017-08-22 Brian Paulvbo: make vbo_bind_arrays() static
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 Paulmesa: formatting clean-up in syncobj.c
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-22 Timothy Arcerimesa: fix ES only draw if we have vertex positions
2017-08-21 Matt Turnerglsl: Add prototype for udivmod64()
2017-08-21 Matt Turnerglsl: Mark functions static
next