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
*
st/mesa: verify that vertex buffer offset isn't negative
Pierre-Eric Pelloux-Prayer
2019-07-15
3
-0
/
+15
*
st/mesa: don't invalidate a buffer range that is mapped
Marek Olšák
2019-07-15
1
-6
/
+21
*
mesa: Port errors.c to util/list.h instead of simple_list.
Kenneth Graunke
2019-07-12
1
-31
/
+18
*
mesa/glspirv: Validate that compute shaders are not linked with other stages
Neil Roberts
2019-07-12
1
-0
/
+10
*
mesa/glspirv: Validate that there is a VS when there is a TCS, TES or GS
Neil Roberts
2019-07-12
1
-0
/
+25
*
i965: don't use disk cache with SPIR-V shaders
Alejandro Piñeiro
2019-07-12
1
-2
/
+16
*
mesa/main: Fix UBO/SSBO ACTIVE_VARIABLES query (ARB_gl_spirv)
Antia Puentes
2019-07-12
3
-15
/
+149
*
mesa/shader_query: Fix LOCATION_INDEX query (ARB_gl_spirv)
Antia Puentes
2019-07-12
1
-12
/
+17
*
mesa/shaderapi: Fix TRANSFORM_FEEDBACK_VARYING program query
Antia Puentes
2019-07-12
1
-5
/
+34
*
mesa/uniforms: Fix GetUniformLocation (ARB_gl_spirv)
Antia Puentes
2019-07-12
1
-1
/
+1
*
mesa/shader_query: Fix NAME_LENGTH queries (ARB_gl_spirv)
Antia Puentes
2019-07-12
1
-2
/
+14
*
mesa: Fix ACTIVE_*_MAX_LENGTH program queries (ARB_gl_spirv)
Alejandro Piñeiro
2019-07-12
2
-7
/
+42
*
mesa: save/restore SSO flag when using ARB_get_program_binary
Timothy Arceri
2019-07-12
1
-0
/
+4
*
compiler: Save a single copy of the softfp64 shader in the context.
Kenneth Graunke
2019-07-10
4
-11
/
+14
*
intel/compiler: Add a "base class" for program keys
Jason Ekstrand
2019-07-10
11
-95
/
+75
*
i965/program_cache: Cast the key to char * before adding key_size
Jason Ekstrand
2019-07-10
1
-1
/
+1
*
gallium: give vertex-shader saturate its own cap
Erik Faye-Lund
2019-07-10
1
-1
/
+1
*
gallium: give fragment-shader derivatives its own cap
Erik Faye-Lund
2019-07-10
1
-1
/
+1
*
gallium: give fragment-shader texture-lod its own cap
Erik Faye-Lund
2019-07-10
1
-1
/
+1
*
mesa/st: drop needless has_shader_model3 boolean
Erik Faye-Lund
2019-07-10
2
-3
/
+1
*
mesa: Set minimum possible GLSL version
Ian Romanick
2019-07-08
1
-0
/
+11
*
i965: disable repacking for compression for applicable gen
Dongwon Kim
2019-07-08
2
-0
/
+10
*
nir: Move st_nir_assign_var_locations() to common code
Connor Abbott
2019-07-08
1
-115
/
+5
*
Revert "mesa/st: Passthrough scissor when clearing by quad"
Marek Olšák
2019-07-04
1
-3
/
+0
*
mesa/st: Passthrough scissor when clearing by quad
Alyssa Rosenzweig
2019-07-03
1
-0
/
+3
*
st/mesa: accelerate glCopyPixels(STENCIL)
Marek Olšák
2019-07-03
1
-20
/
+38
*
mesa/st: simplify format usage in st_bind_egl_image
Mike Blumenkrantz
2019-07-01
1
-15
/
+13
*
sparc: Reuse m_vector_asm.h.
Eric Anholt
2019-07-01
3
-34
/
+14
*
mesa: Enable asm unconditionally, now that gen_matypes is gone.
Eric Anholt
2019-07-01
2
-4
/
+0
*
mesa: Replace gen_matypes with a simple header for V4F/mat layout.
Eric Anholt
2019-07-01
26
-270
/
+101
*
matypes: Drop some unused defines.
Eric Anholt
2019-07-01
1
-113
/
+0
*
swrast: simplify function pointer calls
Eric Engestrom
2019-07-01
2
-3
/
+3
*
glspirv: Enable the new deref-base UBO/SSBO path on gl_spirv
Alejandro Piñeiro
2019-06-30
1
-2
/
+10
*
i965: call to gl_nir_link_uniform_blocks
Alejandro Piñeiro
2019-06-30
1
-0
/
+4
*
i965: use GLboolean for all brw_link_shader returns
Alejandro Piñeiro
2019-06-30
1
-3
/
+3
*
mesa: use binary search for MESA_EXTENSION_OVERRIDE
Eric Engestrom
2019-06-30
1
-6
/
+16
*
mesa: stop trying new filenames if the filename existing is not the issue
Eric Engestrom
2019-06-28
1
-0
/
+6
*
mesa: use os_file_create_unique()
Eric Engestrom
2019-06-28
1
-5
/
+4
*
i965/icl: Apply WA_1606682166 to compute workloads
Anuj Phogat
2019-06-28
1
-1
/
+3
*
Revert "i965/icl: Add WA_2204188704 to disable pixel shader panic dispatch"
Anuj Phogat
2019-06-28
2
-10
/
+0
*
i965/icl: Fix WA_1606682166
Anuj Phogat
2019-06-28
1
-2
/
+1
*
mesa: add display list support for gl(Compressed)TextureSubImage2DEXT
Pierre-Eric Pelloux-Prayer
2019-06-28
1
-0
/
+89
*
mesa: add glTextureParameteri/iv/f/fvEXT
Pierre-Eric Pelloux-Prayer
2019-06-28
4
-6
/
+223
*
mesa: extend _mesa_lookup_or_create_texture to support EXT_dsa
Pierre-Eric Pelloux-Prayer
2019-06-28
2
-3
/
+19
*
mesa: refactor bind_texture
Pierre-Eric Pelloux-Prayer
2019-06-28
2
-17
/
+36
*
mesa: extract helper function for glTexParameter*
Pierre-Eric Pelloux-Prayer
2019-06-28
1
-13
/
+24
*
mesa: add buffer != 0 checks to glNamedBufferEXT functions
Pierre-Eric Pelloux-Prayer
2019-06-28
1
-2
/
+33
*
mesa: fix a typo in map_named_buffer_range
Marek Olšák
2019-06-28
1
-2
/
+2
*
mesa: add support for glMapNamedBufferEXT()
Timothy Arceri
2019-06-28
3
-1
/
+26
*
mesa: add support for glUnmapNamedBufferEXT()
Timothy Arceri
2019-06-28
3
-6
/
+5
[next]