broadcom/vc5: Move V3D 3.3 texturing to a separate file.
[mesa.git] / src / mesa /
2018-01-12 Roland Scheideggermesa: require at least 14 UBOs for GL 4.3
2018-01-11 Dylan Bakermeson: Use dependencies for nir
2018-01-11 Dylan Bakermeson: don't use intermediate variables that are immedi...
2018-01-11 Dylan Bakermeson: Use consistent style for tests
2018-01-11 Dylan Bakermeson: Use consistent style
2018-01-10 Marek Olšákdri_util: remove ALLOW_RGB10_CONFIGS option (v2)
2018-01-10 Iago Toral Quirogai965/nir: lower TES PatchVerticesIn to a constant when...
2018-01-10 Iago Toral Quirogaglsl: remove Lower{TCS,TES}PatchVerticesIn
2018-01-10 Iago Toral Quirogai965: lower gl_PatchVerticesIn to a uniform
2018-01-10 Iago Toral Quirogai965/nir: add a helper to lower gl_PatchVerticesIn...
2018-01-09 Jon TurneyFix use of alloca() without #include <c99_alloca.h>
2018-01-09 Kenneth Graunkeintel: Apply Geminilake "Barrier Mode" workaround.
2018-01-07 Karol Herbstnir: fix st_nir_assign_var_locations for patch variables
2018-01-07 Kenneth Graunkei965: Torch public intel_batchbuffer_emit_dword/float...
2018-01-07 Kenneth Graunkei965: Require space for MI_BATCHBUFFER_END.
2018-01-07 Kenneth Graunkei965: Shut up a few unused variable warnings.
2018-01-06 Marek Olšákmesa: remove dd_function_table::GetCompressedTexSubImag...
2018-01-05 Timothy Arcerist/glsl_to_nir/radeonsi: enable tessellation shaders
2018-01-04 Ilia Mirkinmesa/bindless: fix missing image _Layer initialization
2018-01-03 Mario Kleinermesa: Add GL_UNSIGNED_INT_2_10_10_10_REV OES read type...
2018-01-03 Mario Kleinerst/mesa: Handle BGR[A/X]1010102 formats.
2018-01-03 Mario Kleinermesa: Add GL_RGBA + GL_UNSIGNED_INT_2_10_10_10_REV...
2018-01-03 Mario Kleineri965/screen: Honor 'allow_rgb10_configs' option. (v2)
2018-01-03 Mario Kleinerdri/common: Add option to allow exposure of 10 bpc...
2018-01-03 Mario Kleineri965/screen: Add basic support for rendering 10 bpc...
2018-01-03 Mario Kleineri965/screen: Add XRGB2101010 and ARGB2101010 support...
2018-01-03 Mario Kleineri965: Support accelerated blit for depth 30 formats...
2018-01-03 Mario Kleineri965: Support xrgb/argb2101010 formats for glx_texture_...
2018-01-03 Kenneth Graunkei965: Drop support for the legacy SNORM -> Float equation.
2018-01-03 Ian Romanickmeta: Don't pollute the texture namespace
2018-01-03 Ian Romanickmeta: Use _mesa_bind_texture instead of _mesa_BindTexture
2018-01-03 Ian Romanickmeta: Use _mesa_CreateTextures instead of _mesa_GenTextures
2018-01-03 Ian Romanickmeta: Track temporary textures using gl_texture_object...
2018-01-03 Ian Romanickmeta/blit: Track temporary texture using gl_texture_obj...
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.
next