mesa.git
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Ã... radeonsi: 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Ã... util/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 Arceridocs: remove link to MissingFunctionality wiki page
2017-08-22 Timothy Arceridocs: remove MSVC testing/building from help wanted
2017-08-22 Timothy Arceridocs: remove automatic testing from help wanted
2017-08-22 Timothy Arceridocs: rename TODOs to Legacy Driver TODOs
2017-08-22 Timothy Arceridocs: remove link to i915g TODOs
2017-08-22 Timothy Arceridocs: remove link to radeonsi TODO wiki page
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
2017-08-21 Matt Turneri965: Mark functions static
2017-08-21 Matt Turneri965/vec4: Use 'class' src_reg, rather than 'struct...
2017-08-21 Matt Turneri965/vec4: Return float from spill_cost_for_type()
2017-08-21 Matt Turneranv: Move clamp_int64() inside the IVB check
2017-08-21 Matt Turnerglsl: Remove unused private fields
2017-08-21 Matt Turnermesa: Don't compare unsigned for < 0
2017-08-21 Matt Turneregl: Fix inclusion of egl.h+mesa_glinterop.h
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 Matt Turneri965: Optimize reading the destination type
2017-08-21 Matt Turneri965: Mark brw_hw_type_to_reg_type() as a pure function
2017-08-21 Matt Turneri965: Hide the register type hardware encodings
2017-08-21 Matt Turneri965: Stop using hardware register types directly
2017-08-21 Matt Turneri965: Add brw_hw_reg_type_to_letters() and use it in...
2017-08-21 Matt Turneri965: Move brw_reg_type_letters() as well
2017-08-21 Matt Turneri965: Switch to using the logical register types
2017-08-21 Matt Turneri965: Add functions to abstract access to register...
2017-08-21 Matt Turneri965: Rename brw_inst's functions that access the regis...
2017-08-21 Matt Turneri965: Index brw_hw_reg_type_to_size()'s table by logica...
2017-08-21 Matt Turneri965: Add a brw_hw_type_to_reg_type() function
next