ac/nir: account for view index in the user sgpr allocation.
[mesa.git] / src / mesa /
2018-01-03 Ian Romanickmeta/blit: Use _mesa_bind_texture instead of _mesa_Bind...
2018-01-03 Ian Romanickmeta/blit: Don't bind texture in _mesa_meta_bind_rb_as_...
2018-01-03 Ian Romanickmeta/blit: Track source texture using gl_texture_object...
2018-01-03 Ian Romanickmeta/blit: Since _mesa_meta_bind_rb_as_tex_image has...
2018-01-03 Ian Romanickmeta/blit: Don't return the texture handle from _mesa_m...
2018-01-03 Ian Romanickmeta/blit: Don't return the target from _mesa_meta_bind...
2018-01-03 Ian Romanickmeta/blit: Don't restore state of the temporary texture
2018-01-03 Ian Romanickmeta/blit: Check the values instead of the target befor...
2018-01-03 Ian Romanickmesa: Add _mesa_bind_texture method
2018-01-03 Ian RomanickRevert "mesa: remove unused _mesa_delete_nameless_textu...
2018-01-03 Ian Romanickmesa: Fold _mesa_record_error into its only caller
2017-12-28 Brian Paulst/mesa: increase size of glsl_base_type bitfields
2017-12-27 Timothy Arcerist/glsl_to_nir: add patch support to st_nir_assign_var_...
2017-12-27 Timothy Arcerist/glsl_to_nir: call post opt functions after opts...
2017-12-27 Timothy Arcerist/st_glsl_to_nir: call nir_lower_64bit_pack
2017-12-25 Miklós Mátémesa: always compare optype with symbolic name in ATI_fs
2017-12-25 Miklós Mátémesa: document ati_fragment_shader::cur_pass and swizzlerq
2017-12-25 Miklós Mátémesa: move ATI_fs state compile changes after the error...
2017-12-25 Miklós Mátétnl: fix not having texture coords in ATI_fs in swrast
2017-12-25 Miklós Mátémesa: fix not having secondary color in ATI_fs in swrast
2017-12-25 Miklós Mátémesa: fix validate for secondary interpolator
2017-12-25 Miklós Mátémesa: fix typo in ATI_fs dstMod error checking
2017-12-25 Miklós Mátémesa: fix crash when an ATI_fs pass begins with an...
2017-12-25 Miklós Mátémesa: add fallback texture for SampleMapATI if there...
2017-12-19 Rob Clarkgallium: plumb context priority through to driver
2017-12-19 Rafael Antognolliintel/compiler/gen10: Disable push constants.
2017-12-15 Chris Wilsoni965: Allow old begin/end queryobj for gen4/5 with...
2017-12-15 Tapani Pällii965: enable EXT_disjoint_timer_query extension
2017-12-15 Tapani Pällimesa: GL_EXT_disjoint_timer_query extension API bits
2017-12-15 Tapani Pälliglapi: add GL_EXT_disjoint_timer_query
2017-12-15 Tapani Pällimesa: add DisjointOperation to gl_shared_state
2017-12-14 Jason Ekstrandintel/decoder: Take a bit offset in gen_print_group
2017-12-14 Kenneth Graunkei965: Don't allocate an MCS for 16x MSAA and width...
2017-12-13 Dylan Bakermesa: Add glSpecializeShaderARB to common_desktop_functions
2017-12-13 Jordan Justenprogram: Don't reset SamplersValidated when restoring...
2017-12-13 Kai Wasserbächmesa: remove second include of errors.h in src/mesa...
2017-12-13 Timothy Arcerist/glsl_to_nir: skip forced array splitting for tcs
2017-12-12 Kevin Rogovini965: compute scratch space size correctly for Gen9+
2017-12-12 Kevin Rogovini965: Program MEDIA_VFE_STATE in a more readable fashion.
2017-12-12 Brian Paulxlib: call _mesa_warning() instead of fprintf()
2017-12-12 Brian Paulst/mesa: trivial whitespace/formatting fixes in st_atom...
2017-12-12 Eric Engestromi915: add missing 0 defines
2017-12-12 Nicolai Hähnlemesa: refuse to compile SPIR-V shaders or link mixed...
2017-12-12 Nicolai Hähnlemesa/shaderapi: add a getter for GL_SPIR_V_BINARY_ARB
2017-12-12 Nicolai Hähnlemesa: implement SPIR-V loading in glShaderBinary
2017-12-12 Eduardo Lima Mitevmesa/glspirv: Add struct gl_shader_spirv_data
2017-12-12 Nicolai Hähnlemesa/glspirv: Add struct gl_spirv_module
2017-12-12 Nicolai Hähnlemesa: add GL_ARB_gl_spirv boilerplate
2017-12-12 Ilia Mirkinst/mesa: swizzle argument when there's a vector size...
2017-12-08 Jordan Justeni965: Add ARB_get_program_binary support using nir_seri...
2017-12-08 Jordan Justenmain: Clear shader program data whenever ProgramBinary...
2017-12-08 Jordan Justenmain: add binary support to ProgramBinary
2017-12-08 Jordan Justenmain: add binary support to GetProgramBinary
2017-12-08 Jordan Justenmain: Support getting GL_PROGRAM_BINARY_LENGTH
2017-12-08 Jordan Justenmesa: Add Mesa ARB_get_program_binary helper functions
2017-12-08 Timothy Arcerimesa: add driver callbacks for serialising ProgramBinar...
2017-12-08 Jordan Justenmain: Support 1 Mesa format with get for GL_PROGRAM_BIN...
2017-12-08 Jordan Justenmain: Allow non-zero NUM_PROGRAM_BINARY_FORMATS
2017-12-08 Jordan Justeni965: Fix memory leak when serializing nir
2017-12-08 Jordan Justeni965: Add brw_program_serialize_nir
2017-12-08 Jordan Justeni965: Free serialized nir after deserializing
2017-12-08 Jordan Justeni965: Add brw_program_deserialize_nir
2017-12-08 Jordan Justenmain, glsl: Add UniformDataDefaults which stores unifor...
2017-12-07 Alejandro Piñeiromesa/spirv: move and rename nir_spirv_supported_capabil...
2017-12-07 Alejandro Piñeiromesa: remove set_entry from forward type declarations
2017-12-07 Kenneth Graunkemeta: Fix ClearTexture with GL_DEPTH_COMPONENT.
2017-12-07 Kenneth Graunkemeta: Initialize depth/clear values on declaration.
2017-12-06 Alejandro Piñeiromesa: define nir_spirv_supported_capabilities
2017-12-06 Emil Velikovi965: include brw_pipe_control.h in the tarball
2017-12-06 Emil Velikovmesa: document _mesa_extension_override_* variables
2017-12-06 Eduardo Lima Mitevmesa/st: Handle 16-bit types at st_glsl_storage_type_size()
2017-12-06 Eduardo Lima Mitevglsl: Add 16-bit types
2017-12-05 Brian Paulmesa: add const qualifier on _mesa_is_renderable_textur...
2017-12-05 Brian Paulmesa: add const qualifier on _mesa_base_fbo_format()
2017-12-05 Brian Paulmesa: s/%u/%d/ in _mesa_error() call in check_layer()
2017-12-05 Brian Paulmesa: simplify/improve some _mesa_error() calls in...
2017-12-05 Brian Paulmesa: trivial whitespace fixes in transformfeedback.c
2017-12-05 Brian Paulmesa: add const qualifier in test_attachment_completeness()
2017-12-05 Brian Paulst/mesa: remove unneeded #include in st_format.h
2017-12-05 Brian Paulst/mesa: rename a few vars to 'bindings'
2017-12-05 Brian Paulst/mesa: whitespace fixes in st_format.c
2017-12-05 Rob Clarkmesa/st: move cloning of NIR shader for compute
2017-12-05 Dave Airliest/mesa: handle compute atomics
2017-12-04 Nanley Cheryi965/cnl: Avoid fast-clearing sRGB render buffers
2017-12-04 Dylan Bakermeson: Install dri.pc file when building gallium dri...
2017-12-04 Lionel Landwerlini965: read CS timestamp frequency from the kernel on...
2017-12-04 Kenneth Graunkei965: Emit CS stall before MEDIA_VFE_STATE.
2017-12-04 Kenneth Graunkei965: Move PIPE_CONTROL defines and prototypes to brw_p...
2017-12-04 Fabian Bielerglsl: Fix gl_NormalScale.
2017-12-04 Timothy Arcerist/glsl_to_nir/radeonsi: enable gs support for nir...
2017-12-04 Timothy Arcerist/glsl_to_nir: add gs support to st_nir_assign_var_loc...
2017-12-04 Timothy Arcerist/glsl_to_nir: use nir_lower_io_arrays_to_elements...
2017-12-03 Timothy Arcerist/glsl_to_nir: enable NIR link time opts
2017-12-03 Timothy Arcerist/glsl_to_nir: move some calls out of st_glsl_to_nir_p...
2017-12-03 Timothy Arcerist/glsl_to_nir: call some lowering passes earlier
2017-12-03 Timothy Arcerist/glsl_to_nir: add basic NIR opt loop helper
2017-12-03 Timothy Arcerist/glsl_to_nir: make st_glsl_to_nir() static
2017-12-03 Timothy Arcerist/glsl_to_nir: split the st_glsl_to_nir() function...
2017-12-03 Timothy Arcerist/glsl_to_nir: create set_st_program() helper
2017-12-03 Timothy Arcerist/glsl: move nir linking loop to new function st_link_...
next