index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: allow indirect draws with the default VAO and compatibility profile
Marek Olšák
2018-07-24
1
-1
/
+2
*
mesa: Fix copy-paste error in ConservativeRasterDilateRange initialization
Danylo Piliaiev
2018-07-24
1
-1
/
+1
*
python: Use range() instead of xrange()
Mathieu Bridon
2018-07-24
1
-2
/
+2
*
mesa: fix make check for AMD_performance_monitor
Marek Olšák
2018-07-19
1
-0
/
+13
*
mesa: remove dead code from api_loopback
Marek Olšák
2018-07-19
1
-17
/
+0
*
mesa: expose ARB_indirect_parameters in the compatibility profile
Marek Olšák
2018-07-19
2
-5
/
+5
*
mesa: expose ARB_shader_viewport_layer_array in the compatibility profile
Marek Olšák
2018-07-19
1
-1
/
+1
*
mesa: expose ARB_ES3_1_compatibility in the compatibility profile
Marek Olšák
2018-07-19
1
-1
/
+1
*
Allow AMD_perfmon on GLES contexts
Eric Anholt
2018-07-18
1
-1
/
+1
*
mesa: don't double incr/decr ActiveCounters
Rob Clark
2018-07-18
1
-4
/
+8
*
mesa: fix error msg typo
Rob Clark
2018-07-18
1
-1
/
+1
*
mesa: handle a bunch of formats in IMPLEMENTATION_COLOR_READ_*
Tomeu Vizoso
2018-07-18
1
-32
/
+43
*
mesa: Add gl_shader_program param to ProgramBinarySerializeDriverBlob
Jordan Justen
2018-07-09
2
-1
/
+3
*
mesa: Always call ProgramBinarySerializeDriverBlob
Jordan Justen
2018-07-09
1
-10
/
+8
*
mesa: Add disk shader cache driver blob callback
Jordan Justen
2018-07-09
1
-0
/
+15
*
mesa: verify MaxVertexAttribStride for GLES 3.1
Erik Faye-Lund
2018-07-09
1
-0
/
+1
*
mesa: verify MaxVertexAttribStride for GL 4.4
Erik Faye-Lund
2018-07-09
1
-0
/
+1
*
python: Stop using the Python 2 exception syntax
Mathieu Bridon
2018-07-06
1
-1
/
+1
*
python: Use the print function
Mathieu Bridon
2018-07-06
4
-34
/
+40
*
mesa: enable ARB_direct_state_access in OpenGL 4.5 compat profile
Timothy Arceri
2018-07-05
2
-100
/
+100
*
Shorten u_queue names
Marek Olšák
2018-07-04
1
-1
/
+1
*
mesa/glspirv: lower workgroup access to offsets
Antia Puentes
2018-07-03
1
-0
/
+1
*
st/mesa/i965: Allow decompressing ETC2 to GL_RGBA
Tomeu Vizoso
2018-07-02
2
-23
/
+36
*
mesa: add header for share bptc decompress functions
Denis Pauk
2018-07-01
2
-1434
/
+1760
*
mesa: enable ARB_vertex_attrib_64bit in compat profile
Timothy Arceri
2018-06-30
3
-13
/
+14
*
mesa: add outstanding ARB_vertex_attrib_64bit dlist support
Timothy Arceri
2018-06-30
1
-0
/
+178
*
vbo_save: add support for doubles to display list code
Dave Airlie
2018-06-30
1
-1
/
+1
*
mesa: add compat profile support for ARB_multi_draw_indirect
Timothy Arceri
2018-06-30
1
-1
/
+1
*
mesa: make valid_draw_indirect_multi() accessible externally
Timothy Arceri
2018-06-30
2
-12
/
+15
*
mesa: add ARB_draw_indirect support to compat profile
Timothy Arceri
2018-06-30
2
-3
/
+2
*
mesa: generate GL_INVALID_OPERATION using draw indirect in dlist
Timothy Arceri
2018-06-30
1
-0
/
+47
*
mesa: add missing display list support for ARB_compute_shader
Timothy Arceri
2018-06-30
1
-0
/
+39
*
mesa: expose some ARB_viewport_array dependent extensions in compat
Timothy Arceri
2018-06-30
1
-2
/
+2
*
mesa: enable ARB_viewport_array in compat profile
Timothy Arceri
2018-06-30
2
-9
/
+10
*
mesa: add ARB_viewport_array display list support
Timothy Arceri
2018-06-30
1
-0
/
+211
*
mesa: enable ARB_shader_subroutine in compat profile
Timothy Arceri
2018-06-30
2
-11
/
+10
*
mesa: add glUniformSubroutinesuiv() display list support
Timothy Arceri
2018-06-30
1
-0
/
+34
*
mesa: stop hiding remaining query parameters from OpenGL compat
Timothy Arceri
2018-06-30
1
-5
/
+1
*
mesa: enable ARB_gpu_shader_fp64 in compat profile
Timothy Arceri
2018-06-30
2
-20
/
+20
*
mesa: add ProgramUniform*d display list support
Timothy Arceri
2018-06-30
1
-0
/
+514
*
mesa: add Uniform*d support to display lists
Timothy Arceri
2018-06-30
1
-0
/
+493
*
mesa: add a space between headers and source (trivial)
Tapani Pälli
2018-06-27
1
-0
/
+1
*
mesa: Return number of result bits for GL_ANY_SAMPLES_PASSED_CONSERVATIVE
Danylo Piliaiev
2018-06-27
1
-0
/
+1
*
mesa: fix glGetInteger64v for arrays of integers
Marek Olšák
2018-06-21
1
-1
/
+1
*
mesa: fix GLES 3.1 version calculation
Rob Clark
2018-06-21
1
-1
/
+2
*
mesa/main: add NULL name check when searching for a resource name
Alejandro Piñeiro
2018-06-21
1
-0
/
+5
*
mesa/main: Add a 'spirv' flag to gl_shader_program_data
Eduardo Lima Mitev
2018-06-21
1
-0
/
+6
*
mesa: remove struct gl_extensions::ATI_separate_stencil
Emil Velikov
2018-06-21
4
-12
/
+2
*
mesa/util: add allow_glsl_relaxed_es driconfig override
Timothy Arceri
2018-06-19
1
-0
/
+6
*
mesa/util: add allow_glsl_builtin_const_expression driconf override
Timothy Arceri
2018-06-19
1
-0
/
+6
[next]