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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "st/mesa: keep serialized NIR instead of nir_shader in st_program"
Mark Janes
2019-11-20
4
-69
/
+11
*
Revert "st/mesa: call nir_serialize only once per shader"
Mark Janes
2019-11-20
3
-25
/
+22
*
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
*
nir: move data.image.access to data.access
Marek Olšák
2019-11-19
1
-1
/
+1
*
st/mesa: call nir_serialize only once per shader
Marek Olšák
2019-11-19
3
-22
/
+25
*
st/mesa: keep serialized NIR instead of nir_shader in st_program
Marek Olšák
2019-11-19
4
-11
/
+69
*
st/mesa: call nir_sweep in st_finalize_nir
Marek Olšák
2019-11-19
2
-2
/
+3
*
st/mesa: subclass st_vertex_program for VP-specific members
Marek Olšák
2019-11-19
9
-80
/
+92
*
st/mesa: more cleanups after unification of st_vertex/common_program
Marek Olšák
2019-11-19
1
-44
/
+19
*
st/mesa: rename occurences of stcp to stp to correspond to st_program
Marek Olšák
2019-11-19
3
-23
/
+23
*
st/mesa: cleanups after unification of st_vertex/common program
Marek Olšák
2019-11-19
4
-140
/
+55
*
st/mesa: rename st_common_program to st_program
Marek Olšák
2019-11-19
17
-131
/
+131
*
st/mesa: trivially merge st_vertex_program into st_common_program
Marek Olšák
2019-11-19
14
-103
/
+69
*
st/mesa: consolidate and simplify code flagging program::affected_states
Marek Olšák
2019-11-19
5
-30
/
+20
*
st/mesa: initialize affected_states and uniform storage earlier in deserialize
Marek Olšák
2019-11-19
1
-3
/
+3
*
st/mesa: start deduplicating some program code
Marek Olšák
2019-11-19
4
-13
/
+13
*
st/mesa: decrease the size of st_fp_variant_key from 48 to 40 bytes
Marek Olšák
2019-11-19
1
-3
/
+3
*
st/mesa: rename delete_basic_variant -> delete_common_variant
Marek Olšák
2019-11-19
1
-4
/
+4
*
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
*
i965: Ensure that all 2101010 image imports can pass framebuffer completeness.
Miguel Casas-Sanchez
2019-11-19
1
-2
/
+6
*
Call shmget() with permission 0600 instead of 0777
Brian Paul
2019-11-18
1
-1
/
+2
*
intel/compiler: Add a flag to avoid compacting push constants
Jason Ekstrand
2019-11-18
1
-0
/
+1
*
i965: Unify CC_STATE and BLEND_STATE atoms on Haswell as a workaround
Danylo Piliaiev
2019-11-18
1
-2
/
+35
*
mesa/st: Reuse st_choose_matching_format from st_choose_format().
Eric Anholt
2019-11-15
5
-94
/
+39
[next]