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
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+1
*
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
*
mesa/st: Fallback to name lookup when the variable have no Parameter
Caio Marcelo de Oliveira Filho
2019-09-12
1
-2
/
+46
*
st/mesa: Only pause queries if there are any active queries to pause.
Kenneth Graunke
2019-09-11
5
-4
/
+17
*
st/nir: fix illegal designated initializer in st_glsl_to_nir.cpp
Brian Paul
2019-09-11
1
-1
/
+1
*
glsl/nir: Add and use a gl_nir_link() function
Caio Marcelo de Oliveira Filho
2019-09-10
1
-7
/
+4
*
gallium: Add ARB_gl_spirv support
Caio Marcelo de Oliveira Filho
2019-09-10
1
-0
/
+21
*
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
*
mesa/st: Lookup parameters without using names
Caio Marcelo de Oliveira Filho
2019-09-10
1
-42
/
+9
*
mesa/st: Do not rely on name to identify special uniforms
Caio Marcelo de Oliveira Filho
2019-09-10
1
-5
/
+3
*
mesa: Eliminate gl_config::rgbMode
Adam Jackson
2019-09-09
1
-2
/
+0
*
mesa: Eliminate gl_config::have{Accum,Depth,Stencil}Buffer
Adam Jackson
2019-09-09
1
-5
/
+0
*
nir: allow specifying filter callback in lower_alu_to_scalar
Vasily Khoruzhick
2019-09-06
1
-2
/
+2
*
gallium: Plumb through a way to disable GLSL const lowering
Connor Abbott
2019-09-05
1
-0
/
+2
*
st/nir: Don't lower indirects when linking
Connor Abbott
2019-09-05
1
-17
/
+1
*
st/nir: Call nir_remove_unused_variables() in the opt loop
Connor Abbott
2019-09-05
1
-0
/
+10
*
st/mesa: Allow zero as [level|layer]_override
Lepton Wu
2019-08-30
4
-17
/
+20
*
gallium: Fix big-endian addressing of non-bitmask array formats.
Eric Anholt
2019-08-28
1
-0
/
+23
*
gallium: Fix mesa format name in unit test failure path.
Eric Anholt
2019-08-28
1
-1
/
+1
*
gallium: Add the ASTC 3D formats.
Eric Anholt
2019-08-26
1
-0
/
+82
*
st/nir: Fix num_inputs for VS inputs
Connor Abbott
2019-08-23
1
-3
/
+2
*
mesa/compiler: rework tear down of builtin/types
Lionel Landwerlin
2019-08-21
1
-5
/
+0
*
st/mesa: don't allocate mipmapped texture for NEAREST_MIPMAP_LINEAR
Marek Olšák
2019-08-12
1
-0
/
+12
*
st/mesa: eliminate unnecessary redirection
Mark Janes
2019-08-07
1
-1
/
+1
*
gallium: redefine ATOMINC_WRAP to be more hardware-friendly
Ilia Mirkin
2019-08-07
1
-1
/
+10
*
st/mesa: relax EXT_shader_image_load_store enable
Ilia Mirkin
2019-08-07
1
-3
/
+0
*
mesa: Use _mesa_delete_transform_feedback_object in drivers
Yevhenii Kolesnikov
2019-08-07
1
-6
/
+1
*
mesa: use _mesa_delete_query in drivers
Yevhenii Kolesnikov
2019-08-07
1
-2
/
+2
*
mesa/gallium: add dric option to allow overriding GL vendor string
Timothy Arceri
2019-08-07
1
-0
/
+2
*
glsl: add EXT_shader_image_load_store new image functions
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+8
*
glapi: add EXT_shader_image_load_store
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+4
*
tgsi: add ATOMICINC_WRAP/ATOMICDEC_WRAP opcode
Pierre-Eric Pelloux-Prayer
2019-08-06
2
-0
/
+4
*
meson: drop unused dep_{thread,dl}
Eric Engestrom
2019-08-03
1
-4
/
+4
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
1
-6
/
+3
*
gallium: Implement GL_EXT_shader_samples_identical via a new capability
Kenneth Graunke
2019-08-01
1
-0
/
+1
*
st/mesa: fix MSVC compile breakage
Brian Paul
2019-08-01
1
-2
/
+2
*
gallium: Make PIPE_CAP_DEPTH_CLIP_DISABLE a tri-state value and use it
Gert Wollny
2019-08-01
1
-0
/
+3
*
mesa/st: Signal state changes when depth_clamp is emulated
Gert Wollny
2019-08-01
1
-1
/
+25
*
mesa/st: Add depth clamping to rasterizer code
Gert Wollny
2019-08-01
2
-6
/
+39
*
mesa/st: Tie depth_clamp code into other shaders (GS and TES)
Gert Wollny
2019-08-01
3
-1
/
+36
*
mesa/st: Tie depth_clamp lowering into the FS
Gert Wollny
2019-08-01
3
-0
/
+18
*
mesa/st: Tie depth clamp lowering in to the VP code
Gert Wollny
2019-08-01
4
-0
/
+32
*
mesa/st: add tgsi-lowering code for depth-clamp
Erik Faye-Lund
2019-08-01
2
-0
/
+447
[next]