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: avoid triggering assert in implementation
Lionel Landwerlin
2019-12-17
1
-0
/
+6
*
main: Change u_mmAllocMem align2 from bytes (old API) to bits (new API)
Kenneth Graunke
2019-12-05
1
-1
/
+1
*
mesa: Silence unused parameter warning
Ian Romanick
2019-12-04
2
-3
/
+3
*
mesa: Silence 'left shift of negative value' warning in BPTC compression code
Ian Romanick
2019-12-04
1
-4
/
+3
*
mesa/main/util: moving gallium u_mm to util, remove main/mm
Alejandro Piñeiro
2019-12-02
3
-378
/
+6
*
driconf, glsl: Add a vs_position_always_invariant option
Kenneth Graunke
2019-11-27
1
-0
/
+3
*
mapi: add GetInteger64vEXT with EXT_disjoint_timer_query
Tapani Pälli
2019-11-26
1
-1
/
+3
*
mesa: enable ARB_shading_language_include
Timothy Arceri
2019-11-20
1
-1
/
+1
*
mesa: implement glCompileShaderIncludeARB()
Timothy Arceri
2019-11-20
1
-3
/
+63
*
mesa: add shader include lookup support for relative paths
Timothy Arceri
2019-11-20
1
-10
/
+75
*
mesa: add support cursor support for relative path shader includes
Timothy Arceri
2019-11-20
2
-0
/
+19
*
mesa: implement glDeleteNamedStringARB()
Timothy Arceri
2019-11-20
1
-0
/
+25
*
mesa: split _mesa_lookup_shader_include() in two
Timothy Arceri
2019-11-20
1
-4
/
+14
*
mesa: implement glGetNamedStringivARB()
Timothy Arceri
2019-11-20
1
-0
/
+28
*
mesa: implement glIsNamedStringARB()
Timothy Arceri
2019-11-20
1
-1
/
+14
*
mesa: make error checking optional in _mesa_lookup_shader_include()
Timothy Arceri
2019-11-20
2
-10
/
+19
*
mesa: implement glGetNamedStringARB()
Timothy Arceri
2019-11-20
1
-0
/
+22
*
mesa: add glNamedStringARB() support
Timothy Arceri
2019-11-20
1
-0
/
+59
*
mesa: add copy_string() helper
Timothy Arceri
2019-11-20
1
-0
/
+20
*
mesa: add _mesa_lookup_shader_include() helper
Timothy Arceri
2019-11-20
2
-0
/
+37
*
mesa: add helper to validate tokenise shader include path
Timothy Arceri
2019-11-20
1
-0
/
+82
*
mesa: add ARB_shading_language_include infrastructure to gl_shared_state
Timothy Arceri
2019-11-20
4
-0
/
+77
*
glsl: add infrastructure for ARB_shading_language_include
Timothy Arceri
2019-11-20
1
-0
/
+1
*
mesa: add ARB_shading_language_include stubs
Timothy Arceri
2019-11-20
3
-6
/
+65
*
mesa: fix warning in 32 bits build
Pierre-Eric Pelloux-Prayer
2019-11-19
1
-1
/
+1
*
mesa: enable EXT_direct_state_access
Pierre-Eric Pelloux-Prayer
2019-11-19
1
-0
/
+1
*
mesa: add ARB_sparse_buffer NamedBufferPageCommitmentEXT function
Pierre-Eric Pelloux-Prayer
2019-11-19
3
-0
/
+25
*
mesa: add ARB_vertex_attrib_binding glVertexArray* functions
Pierre-Eric Pelloux-Prayer
2019-11-19
3
-5
/
+120
*
mesa: extend vertex_array_attrib_format to support EXT_dsa
Pierre-Eric Pelloux-Prayer
2019-11-19
1
-12
/
+6
*
mesa: implement ARB_texture_storage_multisample + EXT_dsa functions
Pierre-Eric Pelloux-Prayer
2019-11-19
3
-2
/
+60
*
mesa: add ARB_texture_buffer_range glTextureBufferRangeEXT function
Pierre-Eric Pelloux-Prayer
2019-11-19
3
-1
/
+51
*
mesa: add ARB_instanced_arrays EXT_dsa function
Pierre-Eric Pelloux-Prayer
2019-11-19
3
-0
/
+52
*
mesa: add ARB_clear_buffer_object named functions
Pierre-Eric Pelloux-Prayer
2019-11-19
3
-2
/
+46
*
mesa: add ARB_vertex_attrib_64bit VertexArrayVertexAttribLOffsetEXT
Pierre-Eric Pelloux-Prayer
2019-11-19
3
-0
/
+39
*
mesa: add ARB_framebuffer_no_attachments named functions
Pierre-Eric Pelloux-Prayer
2019-11-19
3
-2
/
+86
*
mesa: Don't put sRGB formats in the array format table.
Eric Anholt
2019-11-15
1
-8
/
+6
*
mesa: Handle GL_COLOR_INDEX in _mesa_format_from_format_and_type().
Kenneth Graunke
2019-11-15
1
-0
/
+3
*
mesa: allow bit queries for EXT_disjoint_timer_query
Tapani Pälli
2019-11-15
1
-4
/
+14
*
Revert "mesa: allow bit queries for EXT_disjoint_timer_query"
Tapani Pälli
2019-11-14
1
-14
/
+4
*
mesa: allow bit queries for EXT_disjoint_timer_query
Tapani Pälli
2019-11-14
1
-4
/
+14
*
s/APIENTRY/GLAPIENTRY/ in teximage.c
Brian Paul
2019-11-12
1
-1
/
+1
*
mesa: check framebuffer completeness only after state update
Lionel Landwerlin
2019-11-11
1
-6
/
+6
*
mesa: expose SPIR-V extensions in the Compatibility profile too
Marek Olšák
2019-11-07
1
-2
/
+2
*
mesa: Redefine MESA_FORMAT_* in terms of PIPE_FORMAT_*.
Eric Anholt
2019-11-07
1
-329
/
+271
*
mesa: Prepare for the MESA_FORMAT_* enum to be sparse.
Eric Anholt
2019-11-07
3
-4
/
+21
*
mesa: Stop defining a full separate format for RGBA_UINT8.
Eric Anholt
2019-11-07
3
-6
/
+7
*
mesa/imports: let the build system detect strtok_r()
Eric Engestrom
2019-11-05
1
-1
/
+1
*
mesa: fix call to _mesa_lookup_vao_err
Pierre-Eric Pelloux-Prayer
2019-11-05
1
-1
/
+1
*
util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
Dylan Baker
2019-11-05
6
-12
/
+12
*
mesa/main: delete now unused _mesa_little_endian
Dylan Baker
2019-11-05
1
-12
/
+0
[next]