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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mesa: add support for glCompressedTextureSubImage2DEXT()
Timothy Arceri
2019-06-28
3
-25
/
+59
*
mesa: add support for glTextureSubImage2DEXT()
Timothy Arceri
2019-06-28
3
-29
/
+116
*
mesa: add support for glMapNamedBufferRangeEXT()
Timothy Arceri
2019-06-28
3
-14
/
+36
*
mesa: add support for glNamedBufferStorageEXT
Timothy Arceri
2019-06-28
3
-0
/
+19
*
mesa: add support for glNamedBuffer*DataEXT()
Timothy Arceri
2019-06-28
3
-2
/
+39
*
mesa: add support for glBindMultiTextureEXT
Timothy Arceri
2019-06-28
3
-10
/
+37
*
mesa: delete framebuffer texture attachment sampler views
Pierre-Eric Pelloux-Prayer
2019-06-28
1
-0
/
+15
*
meson: set up a proper internal dependency for xmlconfig
Eric Engestrom
2019-06-27
2
-5
/
+5
*
mesa: use a correct function return type
Andrii Simiklit
2019-06-27
2
-2
/
+2
*
st/mesa: Set EmitNoIndirectSampler if GLSLVersion < 400.
Kenneth Graunke
2019-06-26
1
-1
/
+1
*
st/glsl: fix silly regression finding gs/tes variants
Timothy Arceri
2019-06-26
1
-1
/
+1
*
st/glsl: support clamping color outputs in compat for gs/tes
Timothy Arceri
2019-06-26
4
-13
/
+60
*
i965: leaking of upload-BO with push constants
Sergii Romantsov
2019-06-25
1
-0
/
+10
*
i965: Move resources lowering after NIR linking
Caio Marcelo de Oliveira Filho
2019-06-24
3
-10
/
+33
*
i965,iris: Move guardband calculations to a common location
Jason Ekstrand
2019-06-21
1
-92
/
+2
*
glspirv: Call pass to lower frexp instructions
Caio Marcelo de Oliveira Filho
2019-06-19
1
-0
/
+2
[next]