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
/
st_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: import PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET handling
Marek Olšák
2020-02-11
1
-1
/
+0
*
gallium: Pack the atomic counters just above the SSBOs.
Eric Anholt
2020-01-21
1
-0
/
+3
*
st/mesa: Allow ASTC5x5 fallbacks separately from other ASTC LDR formats.
Kenneth Graunke
2020-01-03
1
-0
/
+1
*
st/mesa: remove struct st_vp_variant in favor of st_common_variant
Marek Olšák
2019-12-09
1
-1
/
+1
*
st/mesa: save currently bound vertex samplers and sampler views in st_context
Marek Olšák
2019-12-09
1
-0
/
+3
*
st/mesa: rename st_common_program to st_program
Marek Olšák
2019-11-19
1
-7
/
+7
*
st/mesa: trivially merge st_vertex_program into st_common_program
Marek Olšák
2019-11-19
1
-1
/
+1
*
st/mesa: consolidate and simplify code flagging program::affected_states
Marek Olšák
2019-11-19
1
-6
/
+11
*
st/mesa: use pipe_screen::finalize_nir
Marek Olšák
2019-10-23
1
-0
/
+11
*
st/mesa: merge st_fragment_program into st_common_program
Marek Olšák
2019-10-17
1
-2
/
+2
*
mesa/st: support lowering user-clip-planes automatically
Erik Faye-Lund
2019-10-17
1
-0
/
+1
*
mesa/gallium: automatically lower two-sided lighting
Erik Faye-Lund
2019-10-17
1
-0
/
+1
*
mesa/gallium: automatically lower point-size
Erik Faye-Lund
2019-10-17
1
-0
/
+1
*
mesa/gallium: automatically lower alpha-testing
Erik Faye-Lund
2019-10-17
1
-0
/
+1
*
st/mesa: handling lower flatshading for NIR drivers.
Dave Airlie
2019-10-17
1
-0
/
+1
*
st/mesa: remove st_compute_program in favor of st_common_program
Marek Olšák
2019-10-16
1
-1
/
+1
*
st/mesa: use simple_mtx_t instead of mtx_t
Marek Olšák
2019-10-07
1
-2
/
+2
*
st/mesa: Only pause queries if there are any active queries to pause.
Kenneth Graunke
2019-09-11
1
-0
/
+6
*
mesa/st: Tie depth clamp lowering in to the VP code
Gert Wollny
2019-08-01
1
-0
/
+1
*
st/mesa: verify that vertex buffer offset isn't negative
Pierre-Eric Pelloux-Prayer
2019-07-15
1
-0
/
+1
*
mesa/st: drop needless has_shader_model3 boolean
Erik Faye-Lund
2019-07-10
1
-1
/
+0
*
mesa/st: remove always-false state
Erik Faye-Lund
2019-04-29
1
-1
/
+0
*
st/mesa: implement "zombie" shaders list
Brian Paul
2019-03-17
1
-0
/
+23
*
st/mesa: implement "zombie" sampler views (v2)
Brian Paul
2019-03-17
1
-0
/
+25
*
st/mesa: move around some code in st_context.c
Brian Paul
2019-03-11
1
-9
/
+0
*
st/mesa: move utility functions, macros into new st_util.h file
Brian Paul
2019-03-11
1
-90
/
+28
*
st/mesa: Reduce array updates due to current changes.
Mathias Fröhlich
2019-02-26
1
-0
/
+9
*
st/mesa: Optionally override RGB/RGBX dst alpha blend factors
Kenneth Graunke
2019-01-15
1
-0
/
+2
*
gallium: Add the ability to query a single pipeline statistics counter
Kenneth Graunke
2019-01-15
1
-0
/
+1
*
st/mesa: Combine the DrawPixels and Bitmap passthrough VS programs.
Kenneth Graunke
2018-12-21
1
-2
/
+3
*
st/mesa: Drop !passColor optimization in drawpixels shaders.
Kenneth Graunke
2018-12-21
1
-1
/
+1
*
st/mesa: Drop dead 'passthrough_fs' field.
Kenneth Graunke
2018-12-21
1
-2
/
+0
*
st/mesa: regularly re-pin driver threads to the CCX where the app thread is
Marek Olšák
2018-11-20
1
-0
/
+2
*
st/mesa: throttle texture uploads if their memory usage goes beyond a limit
Marek Olšák
2018-09-07
1
-0
/
+7
*
st/mesa: implement ASTC 2D LDR fallback for all drivers
Marek Olšák
2018-07-31
1
-0
/
+1
*
st/mesa: add support for ARB_sample_locations
Rhys Perry
2018-06-14
1
-0
/
+6
*
st/mesa: Remove the now unused gl_vertex_array.
Mathias Fröhlich
2018-05-10
1
-3
/
+0
*
gallium: Push down the gl_vertex_array inputs into gallium.
Mathias Fröhlich
2018-03-31
1
-0
/
+4
*
st/mesa: generate blend state according to the number of enabled color buffers
Marek Olšák
2018-02-09
1
-0
/
+1
*
st/mesa: don't store non-fragment sampler states and views in st_context
Marek Olšák
2018-02-08
1
-3
/
+3
*
st/mesa: expand glDrawPixels cache to handle multiple images
Brian Paul
2018-01-25
1
-5
/
+17
*
st/mesa: assume that user constant buffers are always supported
Marek Olšák
2018-01-17
1
-1
/
+0
*
st/mesa: start adding support for hw atomics atom. (v2)
Dave Airlie
2017-11-10
1
-0
/
+1
*
st/mesa: replace st_shader_stage_to_ptarget
Nicolai Hähnle
2017-08-02
1
-24
/
+0
*
st/mesa: Add support for KHR_no_error flag
Grigori Goronzy
2017-07-14
1
-1
/
+2
*
st/mesa: add a winsys buffers list in st_context
Charmaine Lee
2017-07-11
1
-0
/
+8
*
st/mesa: remove unused st_framebuffer::Private field
Brian Paul
2017-07-07
1
-1
/
+0
*
st/mesa: don't set 16 scissors and 16 viewports if they're unused
Marek Olšák
2017-06-22
1
-0
/
+1
*
st/mesa: remove redundant sample_mask checking
Marek Olšák
2017-06-22
1
-1
/
+0
*
st/mesa: don't track shader variants in st_context
Marek Olšák
2017-06-22
1
-5
/
+0
[next]