glsl: Add new expressions for INTEL_shader_integer_functions2
[mesa.git] / src / mesa / main /
2020-01-23 Ian Romanickmesa: Extension boilerplate for INTEL_shader_integer_fu...
2020-01-13 Eric Anholtmesa: Fix detection of invalidating both depth and...
2020-01-13 Gurchetan Singhglapi / teximage: implement EGLImageTargetTexStorageEXT
2020-01-13 Gurchetan Singhteximage: split out helper from EGLImageTargetTexture2DOES
2020-01-10 Samuel Iglesias... main: fix coverity error in _mesa_program_resource_find...
2020-01-08 Thong Thaimesa: Prevent _MaxLevel from being less than zero
2020-01-08 Yevhenii Kolesnikovmain: allow external textures for BindImageTexture
2020-01-07 Tapani Pällimesa/st/i965: add a ProgramResourceHash for quicker...
2020-01-06 Timothy Arcerimesa: add new UseNIRGLSLLinker constant
2019-12-28 Eric Engestrommesa: avoid returning a value in a void function
2019-12-17 Lionel Landwerlinmesa: avoid triggering assert in implementation
2019-12-05 Kenneth Graunkemain: Change u_mmAllocMem align2 from bytes (old API...
2019-12-04 Ian Romanickmesa: Silence unused parameter warning
2019-12-04 Ian Romanickmesa: Silence 'left shift of negative value' warning...
2019-12-02 Alejandro Piñeiromesa/main/util: moving gallium u_mm to util, remove...
2019-11-27 Kenneth Graunkedriconf, glsl: Add a vs_position_always_invariant option
2019-11-26 Tapani Pällimapi: add GetInteger64vEXT with EXT_disjoint_timer_query
2019-11-20 Timothy Arcerimesa: enable ARB_shading_language_include
2019-11-20 Timothy Arcerimesa: implement glCompileShaderIncludeARB()
2019-11-20 Timothy Arcerimesa: add shader include lookup support for relative...
2019-11-20 Timothy Arcerimesa: add support cursor support for relative path...
2019-11-20 Timothy Arcerimesa: implement glDeleteNamedStringARB()
2019-11-20 Timothy Arcerimesa: split _mesa_lookup_shader_include() in two
2019-11-20 Timothy Arcerimesa: implement glGetNamedStringivARB()
2019-11-20 Timothy Arcerimesa: implement glIsNamedStringARB()
2019-11-20 Timothy Arcerimesa: make error checking optional in _mesa_lookup_shad...
2019-11-20 Timothy Arcerimesa: implement glGetNamedStringARB()
2019-11-20 Timothy Arcerimesa: add glNamedStringARB() support
2019-11-20 Timothy Arcerimesa: add copy_string() helper
2019-11-20 Timothy Arcerimesa: add _mesa_lookup_shader_include() helper
2019-11-20 Timothy Arcerimesa: add helper to validate tokenise shader include...
2019-11-20 Timothy Arcerimesa: add ARB_shading_language_include infrastructure...
2019-11-20 Timothy Arceriglsl: add infrastructure for ARB_shading_language_include
2019-11-20 Timothy Arcerimesa: add ARB_shading_language_include stubs
2019-11-19 Pierre-Eric Pellou... mesa: fix warning in 32 bits build
2019-11-19 Pierre-Eric Pellou... mesa: enable EXT_direct_state_access
2019-11-19 Pierre-Eric Pellou... mesa: add ARB_sparse_buffer NamedBufferPageCommitmentEX...
2019-11-19 Pierre-Eric Pellou... mesa: add ARB_vertex_attrib_binding glVertexArray*...
2019-11-19 Pierre-Eric Pellou... mesa: extend vertex_array_attrib_format to support...
2019-11-19 Pierre-Eric Pellou... mesa: implement ARB_texture_storage_multisample + EXT_d...
2019-11-19 Pierre-Eric Pellou... mesa: add ARB_texture_buffer_range glTextureBufferRange...
2019-11-19 Pierre-Eric Pellou... mesa: add ARB_instanced_arrays EXT_dsa function
2019-11-19 Pierre-Eric Pellou... mesa: add ARB_clear_buffer_object named functions
2019-11-19 Pierre-Eric Pellou... mesa: add ARB_vertex_attrib_64bit VertexArrayVertexAttr...
2019-11-19 Pierre-Eric Pellou... mesa: add ARB_framebuffer_no_attachments named functions
2019-11-15 Eric Anholtmesa: Don't put sRGB formats in the array format table.
2019-11-15 Kenneth Graunkemesa: Handle GL_COLOR_INDEX in _mesa_format_from_format...
2019-11-15 Tapani Pällimesa: allow bit queries for EXT_disjoint_timer_query
2019-11-14 Tapani PälliRevert "mesa: allow bit queries for EXT_disjoint_timer_...
2019-11-14 Tapani Pällimesa: allow bit queries for EXT_disjoint_timer_query
2019-11-12 Brian Pauls/APIENTRY/GLAPIENTRY/ in teximage.c
2019-11-11 Lionel Landwerlinmesa: check framebuffer completeness only after state...
2019-11-07 Marek Olšákmesa: expose SPIR-V extensions in the Compatibility...
2019-11-07 Eric Anholtmesa: Redefine MESA_FORMAT_* in terms of PIPE_FORMAT_*.
2019-11-07 Eric Anholtmesa: Prepare for the MESA_FORMAT_* enum to be sparse.
2019-11-07 Eric Anholtmesa: Stop defining a full separate format for RGBA_UINT8.
2019-11-05 Eric Engestrommesa/imports: let the build system detect strtok_r()
2019-11-05 Pierre-Eric Pellou... mesa: fix call to _mesa_lookup_vao_err
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
2019-11-05 Dylan Bakermesa/main: delete now unused _mesa_little_endian
2019-11-05 Dylan Bakermesa/main: replace uses of _mesa_little_endian with...
2019-11-05 Pierre-Eric Pellou... mesa: add EXT_dsa glGetVertexArray* 4 functions
2019-11-05 Pierre-Eric Pellou... mesa: extract helper function from _mesa_GetPointerv
2019-11-05 Pierre-Eric Pellou... mesa: add EXT_dsa EnableVertexArrayAttribEXT / DisableV...
2019-11-05 Pierre-Eric Pellou... mesa: add EXT_dsa glEnableVertexArrayEXT / glDisableVer...
2019-11-05 Pierre-Eric Pellou... mesa: add gl_vertex_array_object parameter to client...
2019-11-05 Pierre-Eric Pellou... mesa: add EXT_dsa glVertexArray* functions implementation
2019-11-05 Pierre-Eric Pellou... mesa: add vao/vbo lookup helper for EXT_dsa
2019-11-05 Pierre-Eric Pellou... mesa: rework _mesa_lookup_vao_err to allow usage from...
2019-11-05 Pierre-Eric Pellou... mesa: add EXT_dsa glVertexArray* functions declarations
2019-11-05 Pierre-Eric Pellou... mesa: pass vao as a function paramter
2019-11-02 Lionel Landwerlinmesa: check draw buffer completeness on glClearBufferfi...
2019-10-31 Andrii Simiklitmain: fix several 'may be used uninitialized' warnings
2019-10-30 Tapani Pällimesa: enable ARB_gpu_shader_int64 in compat profile
2019-10-30 Tapani Pällimesa: add [Program]Uniform*64ARB display list support
2019-10-25 Illia Iorinmesa/main: Ignore filter state for MS texture completeness
2019-10-25 Illia IorinRevert "mesa/main: Fix multisample texture initialize"
2019-10-24 Adam Jacksongallium: Fix a bunch of undefined left-shifts in u_format_*
2019-10-20 Eric Anholtmesa: Redefine the RG formats as array formats.
2019-10-20 Eric Anholtmesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB...
2019-10-20 Eric Anholtmesa: Replace the LA16_UNORM packed formats with one...
2019-10-18 Hal GentzRevert "egl: Fixes transparency with EGL and X11."
2019-10-18 Iago Toral Quirogamesa/main: GL_GEOMETRY_SHADER_INVOCATIONS exists in...
2019-10-18 Pierre-Eric Pellou... mesa: implement glTextureStorageNDEXT functions
2019-10-18 Pierre-Eric Pellou... mesa: add EXT_dsa NamedCopyBufferSubDataEXT function
2019-10-18 Pierre-Eric Pellou... mesa: add EXT_dsa NamedRenderbufferStorageMultisampleEX...
2019-10-18 Pierre-Eric Pellou... mesa: add EXT_dsa Generate*MipmapEXT functions
2019-10-18 Pierre-Eric Pellou... mesa: refactor GenerateTextureMipmap handling
2019-10-18 Pierre-Eric Pellou... mesa: add EXT_dsa glGetFloati_vEXT/glGetDoublei_vEXT
2019-10-18 Pierre-Eric Pellou... mesa: add EXT_dsa + EXT_gpu_program_parameters functions
2019-10-18 Pierre-Eric Pellou... mesa: add EXT_dsa + EXT_gpu_shader4 functions
2019-10-18 Pierre-Eric Pellou... mesa: add EXT_dsa + EXT_texture_integer functions
2019-10-18 Pierre-Eric Pellou... mesa: add EXT_dsa + EXT_texture_buffer_object functions
2019-10-18 Pierre-Eric Pellou... mesa: add EXT_dsa glProgramUniform*EXT functions
2019-10-18 Pierre-Eric Pellou... mesa: add EXT_dsa NamedProgram functions
2019-10-18 Pierre-Eric Pellou... mesa: add EXT_dsa glClientAttribDefaultEXT / glPushClie...
2019-10-18 Pierre-Eric Pellou... mesa: add EXT_dsa glNamedRenderbufferStorageEXT and...
2019-10-17 Eric Anholtmesa: Refactor the entirety of _mesa_format_matches_for...
2019-10-17 Eric Anholtmesa: Add support for array formats of depth and stencil.
2019-10-17 Eric Anholtmesa: Add format/type matching for DEPTH/UINT_24_8.
next