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
/
st_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: merge st_fragment_program into st_common_program
Marek Olšák
2019-10-17
1
-3
/
+3
*
st/mesa: remove redundant function st_reference_compprog
Marek Olšák
2019-10-17
1
-1
/
+1
*
mesa/st: support lowering user-clip-planes automatically
Erik Faye-Lund
2019-10-17
1
-2
/
+9
*
mesa/gallium: automatically lower two-sided lighting
Erik Faye-Lund
2019-10-17
1
-2
/
+5
*
mesa/gallium: automatically lower point-size
Erik Faye-Lund
2019-10-17
1
-1
/
+4
*
mesa/gallium: automatically lower alpha-testing
Erik Faye-Lund
2019-10-17
1
-1
/
+9
*
st/mesa: handling lower flatshading for NIR drivers.
Dave Airlie
2019-10-17
1
-0
/
+7
*
st/mesa: remove st_compute_program in favor of st_common_program
Marek Olšák
2019-10-16
1
-2
/
+2
*
mesa/main: prefer R8-textures instead of A8 for glBitmap in display lists
Erik Faye-Lund
2019-10-09
1
-0
/
+5
*
st/mesa: use simple_mtx_t instead of mtx_t
Marek Olšák
2019-10-07
1
-12
/
+12
*
mesa/compiler: rework tear down of builtin/types
Lionel Landwerlin
2019-08-21
1
-5
/
+0
*
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
*
st/mesa: verify that vertex buffer offset isn't negative
Pierre-Eric Pelloux-Prayer
2019-07-15
1
-0
/
+2
*
gallium: give vertex-shader saturate 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
1
-2
/
+1
*
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: support clamping color outputs in compat for gs/tes
Timothy Arceri
2019-06-26
1
-3
/
+11
*
Revert "st/mesa: expose 0 shader binary formats for compat profiles for Qt"
Timothy Arceri
2019-05-28
1
-1
/
+1
*
st/mesa/radeonsi: fix race between destruction of types and shader compilation
Timothy Arceri
2019-04-24
1
-1
/
+7
*
st/mesa: indicate intel extension support for inner_coverage based on cap
Mike Blumenkrantz
2019-04-23
1
-0
/
+1
*
st/mesa: fix texture deletion context mix-up issues (v2)
Brian Paul
2019-03-25
1
-12
/
+39
*
st/mesa: stop using pipe_sampler_view_release()
Brian Paul
2019-03-17
1
-2
/
+1
*
st/mesa: implement "zombie" shaders list
Brian Paul
2019-03-17
1
-0
/
+86
*
st/mesa: implement "zombie" sampler views (v2)
Brian Paul
2019-03-17
1
-0
/
+80
*
st/mesa: rename st_texture_release_sampler_view()
Brian Paul
2019-03-11
1
-1
/
+1
*
st/mesa: move around some code in st_context.c
Brian Paul
2019-03-11
1
-113
/
+116
*
st/mesa: move utility functions, macros into new st_util.h file
Brian Paul
2019-03-11
1
-1
/
+10
*
st/mesa: Reduce array updates due to current changes.
Mathias Fröhlich
2019-02-26
1
-1
/
+1
*
st/mesa: Optionally override RGB/RGBX dst alpha blend factors
Kenneth Graunke
2019-01-15
1
-0
/
+4
*
gallium: Add the ability to query a single pipeline statistics counter
Kenneth Graunke
2019-01-15
1
-0
/
+2
*
st/mesa: throttle texture uploads if their memory usage goes beyond a limit
Marek Olšák
2018-09-07
1
-0
/
+5
*
st/mesa: pin driver threads to a specific L3 cache on AMD Zen (v2)
Marek Olšák
2018-09-07
1
-0
/
+3
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-3
/
+3
*
st/mesa: implement ASTC 2D LDR fallback for all drivers
Marek Olšák
2018-07-31
1
-0
/
+3
*
mesa: Add gl_shader_program param to ProgramBinarySerializeDriverBlob
Jordan Justen
2018-07-09
1
-2
/
+4
*
st/mesa: Use ShaderCacheSerializeDriverBlob driver function
Jordan Justen
2018-07-09
1
-0
/
+2
*
st/mesa: add support for ARB_sample_locations
Rhys Perry
2018-06-14
1
-3
/
+4
*
gallium: remove aux_vertex_buffer_slot code
Marek Olšák
2018-05-12
1
-12
/
+3
*
st/mesa: Remove the now unused gl_vertex_array.
Mathias Fröhlich
2018-05-10
1
-3
/
+0
*
st/mesa: add support for nvidia conservative rasterization extensions
Rhys Perry
2018-04-30
1
-0
/
+2
*
st/mesa: stop calling _mesa_init_shader_object_functions()
Timothy Arceri
2018-04-10
1
-1
/
+0
*
gallium: Push down the gl_vertex_array inputs into gallium.
Mathias Fröhlich
2018-03-31
1
-5
/
+4
*
mesa: Move vbo draw functions into dd_function_table.
Mathias Fröhlich
2018-03-22
1
-0
/
+4
*
gallium: add packed uniform CAP
Timothy Arceri
2018-03-20
1
-0
/
+3
*
st/mesa: expose 0 shader binary formats for compat profiles for Qt
Marek Olšák
2018-03-07
1
-1
/
+1
*
st: add NIR GL_ARB_get_program_binary support
Timothy Arceri
2018-02-15
1
-2
/
+13
*
st/mesa: don't store non-fragment sampler states and views in st_context
Marek Olšák
2018-02-08
1
-6
/
+4
*
mesa/st: add support for semaphore object create/import/delete v3
Andres Rodriguez
2018-01-30
1
-0
/
+2
[next]