nir: Remove old-school deref chain support
[mesa.git] / src / mesa / main /
2018-06-21 Marek Olšákmesa: fix glGetInteger64v for arrays of integers
2018-06-21 Rob Clarkmesa: fix GLES 3.1 version calculation
2018-06-21 Alejandro Piñeiromesa/main: add NULL name check when searching for a...
2018-06-21 Eduardo Lima Mitevmesa/main: Add a 'spirv' flag to gl_shader_program_data
2018-06-21 Emil Velikovmesa: remove struct gl_extensions::ATI_separate_stencil
2018-06-19 Timothy Arcerimesa/util: add allow_glsl_relaxed_es driconfig override
2018-06-19 Timothy Arcerimesa/util: add allow_glsl_builtin_const_expression...
2018-06-18 Timothy Arcerimesa: add ff fragment shader support for geom and tess...
2018-06-18 Eric Engestrommesa: add missing return in error path
2018-06-17 Timothy Arcerimesa: Unconditionally enable floating-point textures
2018-06-15 Rhys Perrymesa: add support for ARB_sample_locations
2018-06-11 Jordan Justenmesa/program_binary: add implicit UseProgram after...
2018-06-05 Mathias Fröhlichmesa: Make sure that imm draws are flushed before other...
2018-06-01 Plamena Manolovamesa: Add GL/GLSL plumbing for ARB_fragment_shader_inte...
2018-05-31 Tapani Pällimesa: don't call Driver.TexEnv with invalid arguments
2018-05-30 Marek Olšákmesa: expose ARB_tessellation_shader in the compatibili...
2018-05-30 Marek Olšákmesa: expose AMD_vertex_shader_layer in the compatibili...
2018-05-30 Marek Olšákmesa: expose ARB_gpu_shader5 in the compatibility profile
2018-05-30 Marek Olšákmesa: update fixed-func state constants for TCS, TES, GS
2018-05-30 Marek Olšákmesa: print Compatibility Profile in the version string
2018-05-30 Marek Olšákmesa: handle GL_UNSIGNED_INT64_ARB properly (v2)
2018-05-29 Timothy Arcerimesa: add display list support for glPatchParameter...
2018-05-25 Jose Dapena Pazmesa: do not leak ctx->Shader.ReferencedProgram references
2018-05-24 Tapani Pällimesa: changes to expose OES_texture_view extension
2018-05-23 Francisco JerezRevert "mesa: simplify _mesa_is_image_unit_valid for...
2018-05-20 Timothy Arcerimesa: stop hiding query parameters from OpenGL compat
2018-05-17 Timothy Arcerimesa: drop GL_EXT_polygon_offset support
2018-05-17 Mathias Fröhlichmesa: The glArrayElement api is independent of the...
2018-05-17 Mathias Fröhlichmesa: Flag _NEW_ARRAY only if we are changing ctx-...
2018-05-17 Mathias Fröhlichmesa: Remove flush_vertices argument from VAO methods.
2018-05-17 Mathias Fröhlichmesa: Remove FLUSH_VERTICES from VAO state changes.
2018-05-17 Timothy Arcerimesa: add glUniform*ui{v} support to display lists
2018-05-16 jenny.q.caomesa: cast the GLenum16 to GLint to avoid compile warni...
2018-05-10 Brian Paulmesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet...
2018-05-10 Brian Paulmesa: fix glGetInteger/Float/etc queries for vertex...
2018-05-10 Mathias Fröhlichmesa/vbo/tnl: Move gl_vertex_array related stuff to...
2018-05-10 Mathias Fröhlichmesa: Remove Array._DrawArrays.
2018-05-10 Mathias Fröhlichmesa: Compute effective buffer bindings in the vao.
2018-05-09 Xiong, Jamesmain: fail texture_storage() call if the size is not...
2018-05-09 Xiong, Jamesmain: return 0 length when the queried program object...
2018-05-09 Rhys Perrymesa: fix error handling in get_framebuffer_parameteriv
2018-05-09 Timothy Arcerimesa: add GLSLVersionCompat constant
2018-05-09 Timothy Arcerimesa: dont call _mesa_override_glsl_version() in _mesa_...
2018-05-09 Timothy Arcerimesa: dont set GLSLVersion in _mesa_init_constants()
2018-05-08 Alejandro Piñeiromesa/formatquery: remove online compression check on...
2018-05-04 Ian Romanickffvertex: Don't try to read output registers in fog...
2018-05-04 Ian Romanickmesa: Add missing support for glFogiv(GL_FOG_DISTANCE_M...
2018-05-04 Ian Romanickmesa: Silence an unused parameter warning
2018-05-04 Gert Wollnymesa/main/readpix: Correct handling of packed floating...
2018-05-01 Rhys Perrymesa: add support for nvidia conservative rasterization...
2018-05-01 Timothy Arcerinir: move GL specific passes to src/compiler/glsl
2018-04-27 Tapani Pällimesa: add TBO support for GL_EXT_texture_norm16
2018-04-27 Timothy Arcerimesa: drop the buffer mode param from the DrawBuffer...
2018-04-25 Tapani Pällimesa: GL_EXT_texture_norm16 extension plumbing
2018-04-24 Boyan Dingmesa: call DrawBufferAllocate driver hook in update_fra...
2018-04-24 Timothy Arcerist/mesa: add new driver function DrawBufferAllocate
2018-04-24 Timothy Arcerimesa: some C99 tidy ups for framebuffer.c
2018-04-23 Timothy Arcerimesa: rename api_validate.{c,h} -> draw_validate.{c,h}
2018-04-17 Timothy Arcerimesa: merge the driver functions DrawBuffers and DrawBuffer
2018-04-14 Brian Paulmesa: remove unused 'i' in dimensions_error_check()
2018-04-13 Brian Paulmesa: remove snprintf macro in imports.h to fix MSVC...
2018-04-13 Juan A. Suarez Romerogetteximage: assume texture image is empty for non...
2018-04-13 Juan A. Suarez Romerogettextureimage: verify cube map is complete
2018-04-13 Juan A. Suarez Romerogettextsubimage: verify zoffset and depth are correct
2018-04-13 Timothy Arcerimesa: free debug messages when destroying the debug...
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-04-12 Marek Olšákmesa: include dispatch.h less
2018-04-11 Ian Romanickmesa: Silence remaining unused parameter warnings in...
2018-04-11 Ian Romanickmesa: Silence unused parameter warning in compressedtex...
2018-04-10 Topi Pohjolainenmesa: Assert base format before truncating to unsigned...
2018-04-10 Timothy Arcerimesa: fix glsl version mismatch in compat profile
2018-04-09 Andres Gomezmesa: adds some comments regarding MESA_GLES_VERSION_OV...
2018-04-09 Marek Olšákmesa: simplify MESA_GL_VERSION_OVERRIDE behavior of...
2018-04-03 Tapani PälliRevert "mesa: add GL_HALF_FLOAT as supported type to...
2018-03-31 Mathias Fröhlichvbo: Remove the now unused vbo draw path.
2018-03-30 Brian Paulmesa: fix MSVC bitshift overflow warnings
2018-03-30 Eduardo Lima Mitevmesa/glspirv: Add a _mesa_spirv_to_nir() function
2018-03-30 Eduardo Lima Mitevmesa/glspirv: Add _mesa_spirv_link_shaders() function
2018-03-30 Eduardo Lima Mitevmesa: Add a reference to gl_shader_spirv_data to gl_lin...
2018-03-30 Nicolai Hähnlemesa: Implement glSpecializeShaderARB
2018-03-30 Nicolai Hähnlemesa: add gl_constants::SpirVCapabilities
2018-03-29 Henri Verbeetmesa: Inherit texture view multi-sample information...
2018-03-27 Lin Johnsonmesa: add GL_HALF_FLOAT as supported type to readpixels
2018-03-23 Mathias Fröhlichmesa: Flag early if we modify a SharedAndImmutable...
2018-03-23 Mathias Fröhlichmesa: When copying a VAO also copy the vertex attribute...
2018-03-22 Mathias Fröhlichmesa: A change of gl_vertex_processing_mode needs an...
2018-03-22 Mathias Fröhlichmesa: Set DriverFlags.NewArray together with vbo.....
2018-03-22 Mathias Fröhlichmesa: Update VAO internal state when setting the _DrawVAO.
2018-03-22 Mathias Fröhlichmesa: Move vbo draw functions into dd_function_table.
2018-03-20 Timothy Arcerimesa: add packing support for setting uniform handles
2018-03-20 Timothy Arcerimesa: add packing support for setting uniforms
2018-03-20 Timothy Arcerimesa: create copy uniform to storage helpers
2018-03-20 Timothy Arcerimesa: rework ParameterList to allow packing
2018-03-20 Timothy Arcerimesa: add PackedDriverUniformStorage const
2018-03-19 Marek Olšákmesa: adjust incorrect comment in texture_buffer_range
2018-03-19 Jordan Justenmain/program_binary: In ProgramBinary set link status...
2018-03-19 Jordan Justenglsl: Remove api_enabled tracking for transform feedback
2018-03-16 Juan A. Suarez Romeromesa: RGB9_E5 invalid for CopyTexSubImage* in GLES
2018-03-15 Samuel PitoisetRevert "mesa: do not trigger _NEW_TEXTURE_STATE in...
2018-03-12 Ian Romanickmesa: Don't write to user buffer in glGetTexParameterIu...
next