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: do not probe for the same texture-formats twice
Erik Faye-Lund
2018-12-03
1
-4
/
+4
*
android: st/mesa: fix building error due to sched_getcpu()
Mauro Rossi
2018-12-01
1
-1
/
+1
*
mesa/st: better colormask check for clear fallback
Rob Clark
2018-11-27
1
-2
/
+8
*
mesa/st: swap order of clear() and clear_with_quad()
Rob Clark
2018-11-27
1
-3
/
+3
*
mesa/st: Make st_pipe_vertex_format static.
Mathias Fröhlich
2018-11-26
2
-4
/
+1
*
mesa/st: Use binding information from the VAO in feedback rendering.
Mathias Fröhlich
2018-11-26
3
-62
/
+68
*
mesa/st: Avoid extra references in the feedback draw function scope.
Mathias Fröhlich
2018-11-26
1
-2
/
+1
*
mesa/st: Factor out array and buffer setup from st_atom_array.c.
Mathias Fröhlich
2018-11-26
2
-22
/
+74
*
mesa/st: Only unmap the uploader that was actually used.
Mathias Fröhlich
2018-11-26
1
-1
/
+2
*
mesa/st: Only care about the uploader if it was used.
Mathias Fröhlich
2018-11-26
1
-3
/
+3
*
mesa: Factor out struct gl_vertex_format.
Mathias Fröhlich
2018-11-21
3
-16
/
+16
*
st/mesa: pin driver threads to a fixed CCX when glthread is enabled
Marek Olšák
2018-11-20
1
-0
/
+11
*
st/mesa: regularly re-pin driver threads to the CCX where the app thread is
Marek Olšák
2018-11-20
2
-0
/
+34
*
meson: Add tests to suites
Dylan Baker
2018-11-20
1
-3
/
+5
*
st/mesa: disable L3 thread pinning
Marek Olšák
2018-11-12
1
-9
/
+0
*
st/mesa: make use of nir_link_constant_varyings()
Timothy Arceri
2018-11-10
1
-0
/
+3
*
gallium: add PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET
Marek Olšák
2018-11-09
1
-0
/
+3
*
st/mesa: Don't record garbage streamout information in the non-SSO case.
Kenneth Graunke
2018-11-03
3
-31
/
+15
*
st/nir: Drop unused parameter from st_nir_assign_uniform_locations().
Kenneth Graunke
2018-11-03
1
-2
/
+1
*
st/mesa: Pull nir_lower_wpos_ytransform work into a helper function.
Kenneth Graunke
2018-11-03
2
-29
/
+40
*
mesa/st: Add support for EXT_texture_sRGB_R8
Gert Wollny
2018-11-02
2
-0
/
+12
*
vbo: Remove set but not used weak field from _mesa_prim.
Mathias Fröhlich
2018-11-01
1
-1
/
+0
*
st/glsl_to_nir: fix next_stage gathering
Timothy Arceri
2018-10-31
1
-1
/
+1
*
st/mesa: calculate buffer size correctly for packed uniforms
Timothy Arceri
2018-10-31
1
-1
/
+1
*
glsl_to_tgsi: don't create 64-bit integer MAD/FMA
Rhys Perry
2018-10-30
1
-0
/
+4
*
gallium: rework PIPE_HANDLE_USAGE_* flags
Marek Olšák
2018-10-30
1
-1
/
+1
*
mesa: fix struct/class mismatch
Eric Engestrom
2018-10-30
4
-5
/
+5
*
mesa: fix memcpy() and memset(0) of non-trivial structs
Eric Engestrom
2018-10-30
3
-7
/
+12
*
mesa: Add missing include guards
Michał Janiszewski
2018-10-30
2
-0
/
+10
*
nir/validate: Print when the validation failed
Jason Ekstrand
2018-10-26
1
-1
/
+1
*
st/mesa: Record shader access qualifiers for images
Jason Ekstrand
2018-10-23
4
-8
/
+28
*
mesa/st: Only call nir_lower_io_to_scalar_early on scalar ISAs
Alyssa Rosenzweig
2018-10-22
1
-1
/
+4
*
st/glsl_to_tgsi: initialise need_uarl in contructor
Dave Airlie
2018-10-11
1
-0
/
+1
*
mesa: fold _glapi_check_multithread() back into _mesa_make_current
Emil Velikov
2018-10-03
1
-2
/
+0
*
st/mesa: do not call update_framebuffer_size with NULL pointer
Erik Faye-Lund
2018-09-27
1
-1
/
+2
*
mesa/st: In the precense of integer buffers enable per buffer blending
Gert Wollny
2018-09-25
1
-0
/
+6
*
glsl_to_tgsi: invert gl_SamplePosition.y for the default framebuffer
Marek Olšák
2018-09-21
1
-1
/
+34
*
st/mesa: silenced unhanded enum warning in st_glsl_to_tgsi.cpp
Brian Paul
2018-09-20
1
-0
/
+1
*
st/mesa: Validate the result of pipe_transfer_map in make_texture (v2)
Josh Pieper
2018-09-14
1
-8
/
+12
*
gallium: Correctly handle no config context creation
Elie Tournier
2018-09-10
1
-1
/
+8
*
gallium: New cap PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET.
Mathias Fröhlich
2018-09-10
1
-0
/
+6
*
st/mesa: throttle texture uploads if their memory usage goes beyond a limit
Marek Olšák
2018-09-07
3
-0
/
+28
*
st/mesa: pin driver threads to a specific L3 cache on AMD Zen (v2)
Marek Olšák
2018-09-07
2
-0
/
+13
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
1
-3
/
+2
*
gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsi
Marek Olšák
2018-09-06
1
-0
/
+1
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
4
-6
/
+8
*
radeonsi/nir: Set vs_inputs_dual_locations and let NIR do the remap
Jason Ekstrand
2018-09-06
1
-25
/
+20
*
compiler: Move double_inputs to gl_program::DualSlotInputs
Jason Ekstrand
2018-09-06
3
-4
/
+3
*
gallium: add PIPE_CAP_RASTERIZER_SUBPIXEL_BITS
Marek Olšák
2018-09-06
1
-0
/
+1
*
gallium: add PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER{S,_BUFFERS}
Erik Faye-Lund
2018-09-05
1
-9
/
+10
[next]