summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: replace binary constants with hexadecimal constants18.2-branchpointAndres Gomez2018-08-021-58/+58
* mesa: add ASTC 2D LDR decoderMarek Olšák2018-07-314-0/+1963
* arb_gl_spirv: add calls to several nir loweringsAlejandro Piñeiro2018-07-311-0/+8
* mesa/glspirv: Set last_vert_progNeil Roberts2018-07-311-0/+7
* mesa: fix a typo (trivial)Tapani Pälli2018-07-311-1/+1
* mesa: add glRenderbufferStorage support for EXT_texture_norm16 formatsTapani Pälli2018-07-311-3/+7
* mesa: add switch case for GL 2.1 in _mesa_compute_version()Brian Paul2018-07-271-0/+3
* mesa: replace tabs with spaces in mipmap.cBrian Paul2018-07-271-28/+28
* mesa: whitespace clean-up in texstore.cBrian Paul2018-07-271-45/+50
* mesa: move var decls in texstore_rgba()Brian Paul2018-07-271-6/+8
* mesa: remove unneeded free() call in texstore_rgba()Brian Paul2018-07-271-1/+0
* mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig2018-07-278-17/+48
* 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