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
*
gallium: Check pipe_screen::resource_changed before dereferencing it
Michel Dänzer
2018-07-12
1
-1
/
+2
*
st/mesa: call resource_changed when binding a EGLImage to a texture
Lucas Stach
2018-07-12
1
-0
/
+1
*
st/mesa: Only enable depth writes if the function isn't EQUAL.
Kenneth Graunke
2018-07-11
1
-1
/
+2
*
mesa: Add gl_shader_program param to ProgramBinarySerializeDriverBlob
Jordan Justen
2018-07-09
3
-2
/
+30
*
st/mesa: Use ShaderCacheSerializeDriverBlob driver function
Jordan Justen
2018-07-09
1
-0
/
+2
*
st/mesa: Skip serializing driver_cache_blob if it exists
Jordan Justen
2018-07-09
1
-0
/
+3
*
st/nir: Disable varying packing when doing transform feedback.
Eric Anholt
2018-07-05
1
-1
/
+9
*
mesa/st: draw_vbo: initialize restart_index too
Gert Wollny
2018-07-05
1
-0
/
+1
*
st/mesa: Also check for PIPE_FORMAT_A8R8G8B8_SRGB for texture_sRGB
Tomeu Vizoso
2018-07-02
1
-1
/
+3
*
st/mesa: Fall back to R8G8B8A8_SRGB for ETC2
Tomeu Vizoso
2018-07-02
1
-3
/
+12
*
st/mesa/i965: Allow decompressing ETC2 to GL_RGBA
Tomeu Vizoso
2018-07-02
1
-1
/
+3
*
st/glsl_to_nir: run lower_output_reads on !PIPE_CAP_TGSI_CAN_READ_OUTPUTS
Karol Herbst
2018-06-29
1
-0
/
+6
*
gallium: plumb invariant output attrib thru TGSI
Joe M. Kniss
2018-06-29
1
-2
/
+6
*
nir: Remove old-school deref chain support
Jason Ekstrand
2018-06-22
1
-1
/
+0
*
st,ir3,radeonsi: push lower_deref_instrs back into driver
Rob Clark
2018-06-22
1
-2
/
+0
*
nir: convert lower_samplers_as_deref to deref instructions
Rob Clark
2018-06-22
1
-3
/
+3
*
mesa/st: re-enable lower_io_to_elements()
Rob Clark
2018-06-22
1
-1
/
+1
*
nir: convert lower_io_arrays_to_elements to deref instructions
Rob Clark
2018-06-22
1
-2
/
+2
*
mesa/st/nir: convert lower_builtins to deref instructions
Rob Clark
2018-06-22
2
-26
/
+41
*
mesa/st: temporarily disable lower_io_to_elements()
Rob Clark
2018-06-22
1
-1
/
+1
*
nir: convert lower_io_to_scalar to deref instructions
Rob Clark
2018-06-22
1
-1
/
+1
*
move lower_deref_instrs
Rob Clark
2018-06-22
1
-2
/
+1
*
nir/lower_samplers: split out _legacy version for deref chains
Rob Clark
2018-06-22
1
-1
/
+1
*
st/nir: Move lower_deref_instrs later
Jason Ekstrand
2018-06-22
1
-1
/
+2
*
nir: add deref lowering sanity checking
Rob Clark
2018-06-22
1
-0
/
+1
*
anv,i965,radv,st,ir3: Call nir_lower_deref_instrs
Jason Ekstrand
2018-06-22
1
-0
/
+1
*
mesa: remove struct gl_extensions::ATI_separate_stencil
Emil Velikov
2018-06-21
1
-1
/
+0
*
mesa/st: only do scalar lowerings if driver benefits
Christian Gmeiner
2018-06-20
1
-9
/
+30
*
mesa/st/nir: fix driver_location for arrays of image/sampler
Rob Clark
2018-06-19
1
-7
/
+9
*
mesa/util: add allow_glsl_relaxed_es driconfig override
Timothy Arceri
2018-06-19
1
-0
/
+3
*
mesa/util: add allow_glsl_builtin_const_expression driconf override
Timothy Arceri
2018-06-19
1
-0
/
+3
*
st/mesa: add support for ARB_sample_locations
Rhys Perry
2018-06-14
8
-7
/
+129
*
st/mesa: add missing switch cases in glsl_to_tgsi_visitor::visit()
Brian Paul
2018-06-14
1
-0
/
+2
*
nir: Add an ALU lowering pass for mul_high.
Eric Anholt
2018-06-06
1
-0
/
+1
*
st/mesa: relax requirements for ARB_ES3_compatibility
Marek Olšák
2018-06-01
1
-4
/
+7
*
mesa: expose ARB_tessellation_shader in the compatibility profile
Marek Olšák
2018-05-29
1
-1
/
+3
*
st/mesa: use PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
Marek Olšák
2018-05-29
1
-10
/
+15
*
st/mesa: fix assertion failures with GL_UNSIGNED_INT64_ARB (v2)
Marek Olšák
2018-05-29
1
-1
/
+2
*
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
2018-05-30
2
-2
/
+2
*
Revert "st/nir: use NIR for asm programs"
Eric Anholt
2018-05-28
1
-58
/
+7
*
st/mesa: simplify lastLevel determination in st_finalize_texture
Marek Olšák
2018-05-25
1
-13
/
+4
*
st/mesa: only define GLSL 1.4 for compat if driver supports it
Christian Gmeiner
2018-05-18
1
-1
/
+1
*
mesa: Remove flush_vertices argument from VAO methods.
Mathias Fröhlich
2018-05-17
1
-2
/
+2
*
mesa/st: handle vert_attrib_mask in nir case too
Rob Clark
2018-05-15
1
-7
/
+7
*
gallium: remove aux_vertex_buffer_slot code
Marek Olšák
2018-05-12
5
-28
/
+7
*
st/nir: use NIR for asm programs
Timothy Arceri
2018-05-12
1
-7
/
+58
*
st/nir: make st_nir_opts() available externally
Timothy Arceri
2018-05-12
2
-1
/
+3
*
mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.
Mathias Fröhlich
2018-05-10
1
-1
/
+0
*
st/mesa: Remove the now unused gl_vertex_array.
Mathias Fröhlich
2018-05-10
4
-44
/
+2
*
st/mesa: Make feedback draw and rasterpos use _DrawVAO.
Mathias Fröhlich
2018-05-10
2
-65
/
+24
[next]