summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Always call ProgramBinarySerializeDriverBlobJordan Justen2018-07-091-10/+8
* mesa: Add disk shader cache driver blob callbackJordan Justen2018-07-091-0/+15
* mesa: verify MaxVertexAttribStride for GLES 3.1Erik Faye-Lund2018-07-091-0/+1
* mesa: verify MaxVertexAttribStride for GL 4.4Erik Faye-Lund2018-07-091-0/+1
* python: Stop using the Python 2 exception syntaxMathieu Bridon2018-07-061-1/+1
* python: Use the print functionMathieu Bridon2018-07-064-34/+40
* mesa: enable ARB_direct_state_access in OpenGL 4.5 compat profileTimothy Arceri2018-07-052-100/+100
* Shorten u_queue namesMarek Olšák2018-07-041-1/+1
* mesa/glspirv: lower workgroup access to offsetsAntia Puentes2018-07-031-0/+1
* st/mesa/i965: Allow decompressing ETC2 to GL_RGBATomeu Vizoso2018-07-022-23/+36
* mesa: add header for share bptc decompress functionsDenis Pauk2018-07-012-1434/+1760
* mesa: enable ARB_vertex_attrib_64bit in compat profileTimothy Arceri2018-06-303-13/+14
* mesa: add outstanding ARB_vertex_attrib_64bit dlist supportTimothy Arceri2018-06-301-0/+178
* vbo_save: add support for doubles to display list codeDave Airlie2018-06-301-1/+1
* mesa: add compat profile support for ARB_multi_draw_indirectTimothy Arceri2018-06-301-1/+1
* mesa: make valid_draw_indirect_multi() accessible externallyTimothy Arceri2018-06-302-12/+15
* mesa: add ARB_draw_indirect support to compat profileTimothy Arceri2018-06-302-3/+2
* mesa: generate GL_INVALID_OPERATION using draw indirect in dlistTimothy Arceri2018-06-301-0/+47
* mesa: add missing display list support for ARB_compute_shaderTimothy Arceri2018-06-301-0/+39
* mesa: expose some ARB_viewport_array dependent extensions in compatTimothy Arceri2018-06-301-2/+2
* mesa: enable ARB_viewport_array in compat profileTimothy Arceri2018-06-302-9/+10
* mesa: add ARB_viewport_array display list supportTimothy Arceri2018-06-301-0/+211
* mesa: enable ARB_shader_subroutine in compat profileTimothy Arceri2018-06-302-11/+10
* mesa: add glUniformSubroutinesuiv() display list supportTimothy Arceri2018-06-301-0/+34
* mesa: stop hiding remaining query parameters from OpenGL compatTimothy Arceri2018-06-301-5/+1
* mesa: enable ARB_gpu_shader_fp64 in compat profileTimothy Arceri2018-06-302-20/+20
* mesa: add ProgramUniform*d display list supportTimothy Arceri2018-06-301-0/+514
* mesa: add Uniform*d support to display listsTimothy Arceri2018-06-301-0/+493
* mesa: add a space between headers and source (trivial)Tapani Pälli2018-06-271-0/+1
* mesa: Return number of result bits for GL_ANY_SAMPLES_PASSED_CONSERVATIVEDanylo Piliaiev2018-06-271-0/+1
* mesa: fix glGetInteger64v for arrays of integersMarek Olšák2018-06-211-1/+1
* mesa: fix GLES 3.1 version calculationRob Clark2018-06-211-1/+2
* mesa/main: add NULL name check when searching for a resource nameAlejandro Piñeiro2018-06-211-0/+5
* mesa/main: Add a 'spirv' flag to gl_shader_program_dataEduardo Lima Mitev2018-06-211-0/+6
* mesa: remove struct gl_extensions::ATI_separate_stencilEmil Velikov2018-06-214-12/+2
* mesa/util: add allow_glsl_relaxed_es driconfig overrideTimothy Arceri2018-06-191-0/+6
* mesa/util: add allow_glsl_builtin_const_expression driconf overrideTimothy Arceri2018-06-191-0/+6
* mesa: add ff fragment shader support for geom and tess shadersTimothy Arceri2018-06-191-1/+5
* mesa: add missing return in error pathEric Engestrom2018-06-181-1/+3
* mesa: Unconditionally enable floating-point texturesTimothy Arceri2018-06-181-2/+0
* mesa: add support for ARB_sample_locationsRhys Perry2018-06-1411-28/+351
* mesa/program_binary: add implicit UseProgram after successful ProgramBinaryJordan Justen2018-06-101-0/+31
* mesa: Make sure that imm draws are flushed before other draws execute.Mathias Fröhlich2018-06-052-26/+16
* mesa: Add GL/GLSL plumbing for ARB_fragment_shader_interlock.Plamena Manolova2018-06-012-0/+6
* mesa: don't call Driver.TexEnv with invalid argumentsTapani Pälli2018-05-311-20/+34
* mesa: expose ARB_tessellation_shader in the compatibility profileMarek Olšák2018-05-291-1/+1
* mesa: expose AMD_vertex_shader_layer in the compatibility profileMarek Olšák2018-05-291-1/+1
* mesa: expose ARB_gpu_shader5 in the compatibility profileMarek Olšák2018-05-291-1/+1
* mesa: update fixed-func state constants for TCS, TES, GSMarek Olšák2018-05-291-28/+36
* mesa: print Compatibility Profile in the version stringMarek Olšák2018-05-291-1/+3