aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: allow indirect draws with the default VAO and compatibility profileMarek Olšák2018-07-241-1/+2
* mesa: Fix copy-paste error in ConservativeRasterDilateRange initializationDanylo Piliaiev2018-07-241-1/+1
* python: Use range() instead of xrange()Mathieu Bridon2018-07-241-2/+2
* mesa: fix make check for AMD_performance_monitorMarek Olšák2018-07-191-0/+13
* mesa: remove dead code from api_loopbackMarek Olšák2018-07-191-17/+0
* mesa: expose ARB_indirect_parameters in the compatibility profileMarek Olšák2018-07-192-5/+5
* mesa: expose ARB_shader_viewport_layer_array in the compatibility profileMarek Olšák2018-07-191-1/+1
* mesa: expose ARB_ES3_1_compatibility in the compatibility profileMarek Olšák2018-07-191-1/+1
* Allow AMD_perfmon on GLES contextsEric Anholt2018-07-181-1/+1
* mesa: don't double incr/decr ActiveCountersRob Clark2018-07-181-4/+8
* mesa: fix error msg typoRob Clark2018-07-181-1/+1
* mesa: handle a bunch of formats in IMPLEMENTATION_COLOR_READ_*Tomeu Vizoso2018-07-181-32/+43
* mesa: Add gl_shader_program param to ProgramBinarySerializeDriverBlobJordan Justen2018-07-092-1/+3
* 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