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
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
mesa/st: replace boolean declarations by bool
Gert Wollny
2019-08-01
1
-2
/
+2
*
state_tracker: Free Labels for querry and tranform_feedback
Yevhenii Kolesnikov
2019-07-31
2
-0
/
+2
*
gallium: add handling for YUV planar surfaces
Mike Blumenkrantz
2019-07-31
6
-7
/
+135
*
st/mesa: Skip scissor rect updates when scissor is entirely disabled.
Kenneth Graunke
2019-07-31
1
-0
/
+3
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
4
-7
/
+7
*
st/tests: drop incorrect MAYBE_UNUSED
Eric Engestrom
2019-07-31
1
-2
/
+2
*
gallium: Add PIPE_CAP_TEXTURE_SHADOW_LOD
Sagar Ghuge
2019-07-30
1
-0
/
+1
*
state_tracker: Add destroying routine for feedback and select stages
Yevhenii Kolesnikov
2019-07-26
1
-2
/
+2
*
gallium+mesa: fix tgsi_semantic array type
Eric Engestrom
2019-07-24
3
-8
/
+12
*
mesa/st: rewrite src var when lowering tex_src_plane
Pierre-Eric Pelloux-Prayer
2019-07-23
1
-2
/
+28
*
st/mesa: Try re-importing resource if necessary in st_vdpau_map_surface
Michel Dänzer
2019-07-23
1
-6
/
+18
*
st/nir: use asprintf() wrapper to fix MSVC issues
Eric Engestrom
2019-07-23
1
-0
/
+1
*
gallium: remove boolean from state tracker APIs
Ilia Mirkin
2019-07-22
2
-26
/
+26
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-1
/
+1
*
st/nir: fix arb fragment stage conversion
Dave Airlie
2019-07-23
1
-1
/
+1
*
mesa/tests: add missing dep_thread
Eric Engestrom
2019-07-19
1
-0
/
+1
*
gallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVAL
Andreas Baierl
2019-07-18
1
-0
/
+2
*
glsl: Optionally declare gl_PointCoord as a system value
Andreas Baierl
2019-07-18
1
-0
/
+2
*
mesa: Give _mesa_format_get_color_encoding a clearer name.
Eric Anholt
2019-07-16
3
-5
/
+4
*
state_tracker: Move the format test out to be an actual unit test.
Eric Anholt
2019-07-16
3
-51
/
+117
*
mesa/st: add sampler uniforms
Rob Clark
2019-07-16
1
-6
/
+45
*
st,i965: Stop looping on 64-bit lowering
Jason Ekstrand
2019-07-16
1
-17
/
+8
*
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
*
compiler: Save a single copy of the softfp64 shader in the context.
Kenneth Graunke
2019-07-10
1
-5
/
+3
*
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
*
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
*
mesa: delete framebuffer texture attachment sampler views
Pierre-Eric Pelloux-Prayer
2019-06-28
1
-0
/
+15
*
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
*
st/nir: Use gl_nir_opt_access
Connor Abbott
2019-06-19
1
-0
/
+2
*
st/mesa: Respect GL_TEXTURE_SRGB_DECODE_EXT in GenerateMipmaps()
Kenneth Graunke
2019-06-14
1
-0
/
+3
*
gallium: Add PIPE_CAP_ATOMIC_FLOAT_MINMAX
Caio Marcelo de Oliveira Filho
2019-06-13
1
-0
/
+1
*
st/mesa: Add rgbx handling for fp formats
Kevin Strasser
2019-06-12
1
-0
/
+6
*
gallium: Add PIPE_CAP_CS_DERIVED_SYSTEM_VALUES_SUPPORTED
Caio Marcelo de Oliveira Filho
2019-06-11
1
-1
/
+2
*
st/glsl: Perform some var optimizations
Caio Marcelo de Oliveira Filho
2019-06-11
1
-0
/
+3
[prev]
[next]