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
*
GL: drop symbols mangling support
Eric Engestrom
2019-10-10
2
-8
/
+0
*
st/mesa: use nir_shader_compiler_options::lower_to_scalar
Marek Olšák
2019-10-10
4
-43
/
+20
*
nir: move gl_nir_opt_access from glsl directory
Marek Olšák
2019-10-10
1
-1
/
+1
*
nir: add a strip parameter to nir_serialize
Marek Olšák
2019-10-10
2
-2
/
+2
*
st/mesa: fix R8 bitmap texture for TGSI paths.
Dave Airlie
2019-10-10
1
-1
/
+1
*
i965: Disable fast clears when running with INTEL_DEBUG=nofc
Caio Marcelo de Oliveira Filho
2019-10-09
2
-0
/
+6
*
meta: leak of shader program when decompressing tex-images
Sergii Romantsov
2019-10-09
1
-0
/
+1
*
mesa/main: prefer R8-textures instead of A8 for glBitmap in display lists
Erik Faye-Lund
2019-10-09
3
-3
/
+16
*
st/mesa: Prefer R8 for bitmap textures
Dave Airlie
2019-10-09
2
-8
/
+3
*
st/mesa: Fix inverted polygon stipple condition
Kenneth Graunke
2019-10-08
1
-1
/
+1
*
gallium: Enable MESA_framebuffer_flip_y
Fritz Koenig
2019-10-08
4
-6
/
+4
*
mesa: Allow MESA_framebuffer_flip_y for GLES 3
Fritz Koenig
2019-10-08
4
-13
/
+62
*
gallium/tgsi: add support for DEMOTE and READ_HELPER opcodes
Ilia Mirkin
2019-10-07
1
-2
/
+5
*
st/mesa: use simple_mtx_t instead of mtx_t
Marek Olšák
2019-10-07
4
-34
/
+34
*
mesa: don't forget to clear _Layer field on texture unit
Lionel Landwerlin
2019-10-01
1
-1
/
+1
*
i965: Enable EXT_demote_to_helper_invocation
Caio Marcelo de Oliveira Filho
2019-09-30
1
-0
/
+2
*
gallium: Add PIPE_CAP_DEMOTE_TO_HELPER_INVOCATION
Caio Marcelo de Oliveira Filho
2019-09-30
1
-0
/
+1
*
glsl: Add helperInvocationEXT() builtin
Caio Marcelo de Oliveira Filho
2019-09-30
1
-0
/
+1
*
glsl: Add ir_demote
Caio Marcelo de Oliveira Filho
2019-09-30
2
-0
/
+14
*
mesa: Extension boilerplate for EXT_demote_to_helper_invocation
Caio Marcelo de Oliveira Filho
2019-09-30
2
-0
/
+2
*
shader_enums: Move MAX_DRAW_BUFFERS to this file.
Eric Anholt
2019-09-27
1
-6
/
+1
*
mesa/st: calculate texture size based on EGLImage miplevel
Tapani Pälli
2019-09-26
1
-2
/
+5
*
intel: Increase Gen11 compute shader scratch IDs to 64.
Kenneth Graunke
2019-09-23
1
-1
/
+13
*
Revert "intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WM"
Kenneth Graunke
2019-09-23
2
-9
/
+0
*
st/mesa: Bail on incomplete attachments in discard_framebuffer
Kenneth Graunke
2019-09-22
1
-1
/
+1
*
clover: add support for passing kernels as nir to the driver
Karol Herbst
2019-09-21
1
-0
/
+3
*
Move blob from compiler/ to util/
Jason Ekstrand
2019-09-19
3
-3
/
+3
*
util/u_queue: track job size and limit the size of queue growth
Timothy Arceri
2019-09-19
1
-2
/
+2
*
i965: support AYUV/XYUV for external import only
Haihao Xiang
2019-09-18
1
-0
/
+2
*
Revert "gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP"
Christian Gmeiner
2019-09-18
1
-2
/
+2
*
st/mesa: remove always-true expression
Erik Faye-Lund
2019-09-17
1
-1
/
+0
*
st/mesa: Increase GL_POINT_SIZE_RANGE minimum to 1.0
Kenneth Graunke
2019-09-16
1
-4
/
+1
*
st/mesa: Prefer 5551 formats for GL_UNSIGNED_SHORT_5_5_5_1.
Kenneth Graunke
2019-09-16
1
-0
/
+7
*
scons: Make scons and meson agree about path to glapi generated headers
Dylan Baker
2019-09-16
3
-1
/
+3
*
mesa/gl: Sync with Khronos registry
Heinrich Fink
2019-09-16
1
-1
/
+1
*
driconfig: add a new engine name/version parameter
Lionel Landwerlin
2019-09-15
6
-8
/
+9
*
mesa: fix texStore for FORMAT_Z32_FLOAT_S8X24_UINT
Jiadong Zhu
2019-09-12
1
-3
/
+3
*
mesa/st: Fallback to name lookup when the variable have no Parameter
Caio Marcelo de Oliveira Filho
2019-09-12
1
-2
/
+46
*
prog_to_nir: VARYING_SLOT_PSIZ is a scalar
Iago Toral Quiroga
2019-09-12
1
-3
/
+5
*
dri: Use DRM_FORMAT_* instead of defining our own copy.
Eric Anholt
2019-09-11
2
-46
/
+47
*
st/mesa: Only pause queries if there are any active queries to pause.
Kenneth Graunke
2019-09-11
5
-4
/
+17
*
intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WM
Anuj Phogat
2019-09-11
2
-0
/
+9
*
st/nir: fix illegal designated initializer in st_glsl_to_nir.cpp
Brian Paul
2019-09-11
1
-1
/
+1
*
prog_to_nir, tgsi_to_nir: make sure kill doesn't discard NaNs
Marek Olšák
2019-09-11
1
-0
/
+3
*
glsl/nir: Add and use a gl_nir_link() function
Caio Marcelo de Oliveira Filho
2019-09-10
2
-15
/
+8
*
gallium: Add ARB_gl_spirv support
Caio Marcelo de Oliveira Filho
2019-09-10
1
-0
/
+21
*
mesa/spirv: Set a few more extensions
Caio Marcelo de Oliveira Filho
2019-09-10
1
-0
/
+3
*
mesa/st: Don't expect prog->nir to already exist
Caio Marcelo de Oliveira Filho
2019-09-10
1
-6
/
+5
*
mesa/st: Add support for SPIR-V shaders
Caio Marcelo de Oliveira Filho
2019-09-10
2
-50
/
+110
*
mesa/st: Extract preprocessing NIR steps
Caio Marcelo de Oliveira Filho
2019-09-10
1
-14
/
+15
[next]