index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: 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
*
mesa: add ff fragment shader support for geom and tess shaders
Timothy Arceri
2018-06-19
1
-1
/
+5
*
mesa: add missing return in error path
Eric Engestrom
2018-06-18
1
-1
/
+3
*
mesa: Unconditionally enable floating-point textures
Timothy Arceri
2018-06-18
1
-2
/
+0
*
mesa: add support for ARB_sample_locations
Rhys Perry
2018-06-14
11
-28
/
+351
*
mesa/program_binary: add implicit UseProgram after successful ProgramBinary
Jordan Justen
2018-06-10
1
-0
/
+31
*
mesa: Make sure that imm draws are flushed before other draws execute.
Mathias Fröhlich
2018-06-05
2
-26
/
+16
*
mesa: Add GL/GLSL plumbing for ARB_fragment_shader_interlock.
Plamena Manolova
2018-06-01
2
-0
/
+6
*
mesa: don't call Driver.TexEnv with invalid arguments
Tapani Pälli
2018-05-31
1
-20
/
+34
*
mesa: expose ARB_tessellation_shader in the compatibility profile
Marek Olšák
2018-05-29
1
-1
/
+1
*
mesa: expose AMD_vertex_shader_layer in the compatibility profile
Marek Olšák
2018-05-29
1
-1
/
+1
*
mesa: expose ARB_gpu_shader5 in the compatibility profile
Marek Olšák
2018-05-29
1
-1
/
+1
*
mesa: update fixed-func state constants for TCS, TES, GS
Marek Olšák
2018-05-29
1
-28
/
+36
*
mesa: print Compatibility Profile in the version string
Marek Olšák
2018-05-29
1
-1
/
+3
*
mesa: handle GL_UNSIGNED_INT64_ARB properly (v2)
Marek Olšák
2018-05-29
1
-0
/
+2
*
mesa: add display list support for glPatchParameter{i,fv}()
Timothy Arceri
2018-05-30
1
-0
/
+78
*
mesa: do not leak ctx->Shader.ReferencedProgram references
Jose Dapena Paz
2018-05-25
1
-0
/
+3
*
mesa: changes to expose OES_texture_view extension
Tapani Pälli
2018-05-24
5
-6
/
+17
*
Revert "mesa: simplify _mesa_is_image_unit_valid for buffers"
Francisco Jerez
2018-05-23
1
-13
/
+12
*
mesa: stop hiding query parameters from OpenGL compat
Timothy Arceri
2018-05-21
1
-14
/
+7
*
mesa: drop GL_EXT_polygon_offset support
Timothy Arceri
2018-05-18
6
-25
/
+0
*
mesa: The glArrayElement api is independent of the current program.
Mathias Fröhlich
2018-05-17
1
-1
/
+1
*
mesa: Flag _NEW_ARRAY only if we are changing ctx->Array.VAO.
Mathias Fröhlich
2018-05-17
1
-6
/
+14
*
mesa: Remove flush_vertices argument from VAO methods.
Mathias Fröhlich
2018-05-17
4
-30
/
+28
*
mesa: Remove FLUSH_VERTICES from VAO state changes.
Mathias Fröhlich
2018-05-17
1
-59
/
+6
*
mesa: add glUniform*ui{v} support to display lists
Timothy Arceri
2018-05-17
1
-33
/
+17
*
mesa: cast the GLenum16 to GLint to avoid compile warning on android
jenny.q.cao
2018-05-16
1
-1
/
+1
*
mesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet type to TYPE_INT
Brian Paul
2018-05-10
1
-2
/
+2
*
mesa: fix glGetInteger/Float/etc queries for vertex arrays attribs
Brian Paul
2018-05-10
2
-13
/
+84
*
mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.
Mathias Fröhlich
2018-05-10
2
-26
/
+0
*
mesa: Remove Array._DrawArrays.
Mathias Fröhlich
2018-05-10
4
-22
/
+0
*
mesa: Compute effective buffer bindings in the vao.
Mathias Fröhlich
2018-05-10
5
-6
/
+644
*
main: fail texture_storage() call if the size is not okay
Xiong, James
2018-05-10
1
-0
/
+1
*
main: return 0 length when the queried program object's not linked
Xiong, James
2018-05-10
1
-1
/
+1
*
mesa: fix error handling in get_framebuffer_parameteriv
Rhys Perry
2018-05-09
1
-31
/
+41
*
mesa: add GLSLVersionCompat constant
Timothy Arceri
2018-05-09
2
-3
/
+2
*
mesa: dont call _mesa_override_glsl_version() in _mesa_init_constants()
Timothy Arceri
2018-05-09
1
-3
/
+0
*
mesa: dont set GLSLVersion in _mesa_init_constants()
Timothy Arceri
2018-05-09
1
-1
/
+0
*
mesa/formatquery: remove online compression check on is_resource_supported
Alejandro Piñeiro
2018-05-08
1
-2
/
+1
*
ffvertex: Don't try to read output registers in fog calculation
Ian Romanick
2018-05-04
1
-4
/
+6
*
mesa: Add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV)
Ian Romanick
2018-05-04
1
-0
/
+1
[prev]
[next]