mesa.git
2019-07-22 Jose Maria... v3d: add shader-db stat to count SFU stalls
2019-07-21 Eric Engestromradv: replace memset()+strcpy() with snprintf()
2019-07-21 Eric Engestromradv: drop unnecessary memset() before snprintf()
2019-07-20 Bas Nieuwenhuizenradv: Fix uninitialized warning.
2019-07-20 Chia-I Wuvirgl: fix a sync issue in virgl_buffer_transfer_extend
2019-07-20 Chia-I Wuvirgl: rework virgl_transfer_queue_extend
2019-07-20 Chia-I Wuvirgl: fix virgl_buffer_transfer_extend
2019-07-20 Marek Olšákradeonsi: initialize scissor registers etc. without...
2019-07-20 Marek Olšákradeonsi: return success from vi_dcc_clear_level to...
2019-07-20 Marek Olšákradeonsi: fix compute-based culling regression in 1ce52...
2019-07-20 Marek Olšákradeonsi/gfx10: fix VGT_PRIMITIVE_TYPE programming
2019-07-20 Marek Olšákradeonsi/gfx10: enable Wave32 for vertex, geometry...
2019-07-20 Marek Olšákradeonsi/gfx10: add debug options to enable/disable...
2019-07-20 Marek Olšákradeonsi/gfx10: add as_ngg variant for TES as ES to...
2019-07-20 Marek Olšákradeonsi/gfx10: implement Wave32
2019-07-20 Marek Olšákradeonsi/gfx10: use 32-bit wavemasks for Wave32
2019-07-20 Marek Olšákac: create the LLVM builder in ac_llvm_context_init
2019-07-20 Marek Olšákac: create the LLVM module for Wave32 or Wave64 in...
2019-07-20 Marek Olšákac/rtld: add support for Wave32
2019-07-20 Marek Olšákac: add Wave32 LLVM target machine
2019-07-20 Marek Olšákac: initial Wave32 support in LLVM build helpers
2019-07-20 Marek Olšákradeonsi: assume that selector != NULL for compute...
2019-07-20 Marek Olšákradeonsi: remove what appears to be legacy compute...
2019-07-20 Marek Olšákradeonsi: remove si_program::use_code_object_v2
2019-07-20 Marek Olšákradeonsi: add si_shader_selector into si_compute
2019-07-20 Marek Olšákradeonsi: set threadgroup size to 0 for threadgroups...
2019-07-20 Marek Olšákradeonsi/gfx10: set as_ngg for GS prolog
2019-07-20 Marek Olšákradeonsi/gfx10: remove the disable_ngg option
2019-07-20 Marek Olšákradeonsi/gfx10: combine hw edgeflags with user edgeflag...
2019-07-20 Marek Olšákradeonsi/gfx10: deduplicate code for esvert_lds_size
2019-07-20 Marek Olšákradeonsi/gfx10: simplify a streamout loop in gfx10_emit...
2019-07-20 Marek Olšákradeonsi/gfx10: don't use MALLOC for outputs
2019-07-20 Marek Olšákradeonsi/gfx10: clean up ESGS ring size computation
2019-07-20 Marek Olšákradeonsi/gfx10: fix unnecessary LDS overallocation...
2019-07-20 Marek Olšákradeonsi/gfx10: don't compile the GS copy shader if...
2019-07-20 Marek Olšákradeonsi/gfx10: set GE_CTNL.PACKET_TO_ONE_PA for NGG
2019-07-20 Marek Olšákradeonsi/gfx10: update a tunable max_es_verts_base...
2019-07-20 Marek Olšákradeonsi/gfx10: implement ARB_post_depth_coverage
2019-07-20 Marek Olšákradeonsi: fix leaked compute shader NIR
2019-07-20 Marek Olšákradeonsi: save the enable_nir option in the shader...
2019-07-20 Marek Olšákradeonsi/gfx10: enable SDMA
2019-07-20 Marek Olšákac: use llvm.amdgcn.writelane
2019-07-20 Marek Olšákac: fix shader clock on LLVM 9
2019-07-20 Boyuan Zhangradeon/vcn: adding engine type for new fw interface
2019-07-20 Marek Olšákradeonsi: use the correct buffer size in si_vid_clear_b...
2019-07-20 Pierre-Eric... mesa: add EXT_dsa glEnabledIndexedEXT
2019-07-20 Pierre-Eric... mesa: add EXT_dsa glGetTextureLevelParameter*vEXT functions
2019-07-20 Pierre-Eric... mesa: add EXT_dsa gl(Copy)Texture(Sub)Image1D/2D/3DEXT...
2019-07-20 Pierre-Eric... mesa: move lookup_texture_ext_dsa up in teximage.c
2019-07-20 Pierre-Eric... mesa: pass gl_texture_object as arg to not depend on...
2019-07-20 Pierre-Eric... mesa: refactor get_texture_image to remove duplicate...
2019-07-19 Jeremy Newtonpipe-loader: use radeonsi for MM if amdgpu dri is used
2019-07-19 Eric Engestromegl: drop incorrect pkg-config file for glvnd
2019-07-19 Eric Engestromdocs: simplify `Fixes:` git command
2019-07-19 Eric Engestrommesa/tests: add missing dep_thread
2019-07-19 Eric Engestromutil: drop strncat(), strcmp(), strncmp(), snprintf...
2019-07-19 Eric Engestromutil: use standard name for vsnprintf()
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-07-19 Eric Engestromutil: use standard name for vasprintf()
2019-07-19 Eric Engestromutil: use standard name for sprintf()
2019-07-19 Eric Engestromutil: use standard name for strcmp()
2019-07-19 Eric Engestromutil: use standard name for strcasecmp()
2019-07-19 Eric Engestromutil: use standard name for strncmp()
2019-07-19 Eric Engestromutil: use standard name for strncat()
2019-07-19 Eric Engestromutil: use standard name for strdup()
2019-07-19 Eric Engestromutil: use standard name for strchrnul()
2019-07-19 Eric Engestromutil: drop unused vsprintf() wrapper
2019-07-19 Eric Engestromutil: drop unused strchr() wrapper
2019-07-19 Eric Engestromutil: drop unused strstr() wrapper
2019-07-19 Jason Ekstrandnir: Only rematerialize comparisons with all SSA sources
2019-07-19 Daniel Schürmannspirv: Fix order of barriers in SpvOpControlBarrier
2019-07-19 Caio Marcelo... nir: use a switch when printing intrinsic indices
2019-07-19 Rhys Perrynir/algebraic: mark a few comparison simplifications...
2019-07-19 Rhys Perrynir/algebraic: optimize contradictory iand operands
2019-07-19 Erico Nuneslima/ppir: handle all node types in ppir_node_replace_child
2019-07-19 Erico Nuneslima/ppir: branch regalloc fixes
2019-07-19 Yevhenii Kolesnikovmain: Destroy static hash table
2019-07-19 Dave Airlieradv: reset the window scissor with no clear state.
2019-07-19 Dave Airlieradv: fix crash in shader tracing.
2019-07-18 Timothy Arceriiris: change last_vue_stage() to look at uncompiled...
2019-07-18 Timothy Arcerinir/lower_clip: add support for geometry shaders
2019-07-18 Timothy Arcerinir/lower_clip: add lower_clip_outputs() helper
2019-07-18 Timothy Arcerinir/lower_clip: add create_clipdist_vars() helper
2019-07-18 Timothy Arcerinir/lower_clip: add a find_clipvertex_and_position_outp...
2019-07-18 Alyssa Rosenzweigpanfrost: Set rt_count
2019-07-18 Alyssa Rosenzweigpanfrost: Trace invisible BOs
2019-07-18 Alyssa Rosenzweigpanfrost/decode: Preserve empty tiler heap symmetry
2019-07-18 Alyssa Rosenzweigpanfrost: Zero polygon list body size for clears
2019-07-18 Alyssa Rosenzweigpanfrost/mfbd: Unify depth-only with masked FBO path
2019-07-18 Alyssa Rosenzweigpanfrost: Simplify set_framebuffer_state
2019-07-18 Alyssa Rosenzweigpanfrost: Check for NULL surface in places
2019-07-18 Alyssa Rosenzweigpanfrost: Expose 4 render targets
2019-07-18 Alyssa Rosenzweigpanfrost: Shrink tiler heap
2019-07-18 Caio Marcelo... nir/large_constants: De-duplicate constants
2019-07-18 Caio Marcelo... nir/large_constants: Use ralloc for var_infos
2019-07-18 Eric Anholtfreedreno: Convert nir_lower_tg4_to_tex to the NIR...
2019-07-18 Eric Anholtfreedreno: Convert load_barycentric_at_sample to the...
2019-07-18 Eric Anholtfreedreno: Convert load_barycentric_at_offset to the...
2019-07-18 Eric Anholtv3d: Use nir_shader_lower_instructions() for txf_ms...
2019-07-18 Eric Anholtnir: Allow internal changes to the instr in nir_shader_...
next