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
/
gallium
/
drivers
/
radeonsi
/
si_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: don't emit PA_SC_LINE_STIPPLE after every rasterizer state change
Marek Olšák
2015-03-16
1
-4
/
+0
*
radeonsi: move PA_SU_SC_MODE_CNTL to rasterizer state
Marek Olšák
2015-03-16
1
-20
/
+12
*
radeonsi: implement line and polygon smoothing
Marek Olšák
2015-03-16
1
-6
/
+29
*
radeonsi: split sample locations into its own state atom
Marek Olšák
2015-03-16
1
-0
/
+11
*
radeonsi: add basic code for overrasterization
Marek Olšák
2015-03-16
1
-1
/
+1
*
radeonsi: simplify obtaining a shader property in si_emit_clip_regs
Marek Olšák
2015-02-24
1
-2
/
+1
*
r600g,radeonsi: cleanup of hex literals
Marek Olšák
2015-02-24
1
-16
/
+16
*
radeonsi: set PA_SU_HARDWARE_SCREEN_OFFSET to 0
Marek Olšák
2015-02-24
1
-0
/
+2
*
radeonsi: fix a crash if a stencil ref state is set before a DSA state
Marek Olšák
2015-02-17
1
-4
/
+8
*
radeonsi: implement polygon stippling
Marek Olšák
2015-02-04
1
-0
/
+52
*
radeonsi: add support for sampler views where resource = NULL
Marek Olšák
2015-02-04
1
-2
/
+13
*
radeonsi: move the buffer descriptor to the end of the image descriptor
Marek Olšák
2015-02-04
1
-4
/
+4
*
radeonsi: flush all CB/DB caches unconditionally when changing the framebuffer
Marek Olšák
2015-01-07
1
-11
/
+7
*
radeonsi: change TC cache flushing strategy for textures
Marek Olšák
2015-01-07
1
-0
/
+6
*
radeonsi: rename flush flags, split the TC flag into L1 and L2
Marek Olšák
2015-01-07
1
-6
/
+7
*
radeonsi: remove unused and not useful variables
Marek Olšák
2015-01-07
1
-2
/
+1
*
radeonsi: remove init config from states
Marek Olšák
2015-01-07
1
-1
/
+1
*
radeonsi: Don't modify PA_SC_RASTER_CONFIG register value if rb_mask == 0
Michel Dänzer
2014-12-25
1
-2
/
+4
*
radeonsi: take into account NULL colorbuffers when computing CB_TARGET_MASK
Marek Olšák
2014-12-10
1
-4
/
+12
*
radeonsi: only emit line stippling and provoking vertex state when it changes
Marek Olšák
2014-12-10
1
-0
/
+1
*
radeonsi: fix SPI state dependency on sprite_coord_enable
Marek Olšák
2014-12-10
1
-1
/
+0
*
radeonsi: emit clip registers only if VS, GS, or rasterizer is changed
Marek Olšák
2014-12-10
1
-0
/
+33
*
radeonsi: move all shader-related functions to a new file si_state_shaders.c
Marek Olšák
2014-12-10
1
-290
/
+0
*
radeonsi: Program RASTER_CONFIG for harvested GPUs v5
Tom Stellard
2014-12-08
1
-5
/
+123
*
radeonsi: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
Marek Olšák
2014-11-16
1
-1
/
+0
*
radeonsi: fix polygon mode for points and lines and point/line fill modes
Marek Olšák
2014-10-28
1
-3
/
+3
*
radeonsi: implement pipe_rasterizer_state::clip_halfz
Marek Olšák
2014-10-22
1
-0
/
+1
*
radeonsi: generate shader pm4 states right after shader compilation
Marek Olšák
2014-10-21
1
-0
/
+1
*
radeonsi: inline si_pm4_alloc_state
Marek Olšák
2014-10-21
1
-7
/
+7
*
radeonsi: don't recompile shaders when changing nr_cbufs from 0 to 1
Marek Olšák
2014-10-12
1
-1
/
+1
*
radeonsi: remove vs.ucps_enabled from the shader key
Marek Olšák
2014-10-12
1
-8
/
+0
*
radeonsi: Use dummy pixel shader if compilation of the real shader failed
Michel Dänzer
2014-10-07
1
-7
/
+11
*
tgsi: change tgsi_shader_info::properties to a one-dimensional array
Marek Olšák
2014-10-04
1
-3
/
+3
*
radeonsi: remove interp_at_sample from the key, use TGSI_INTERPOLATE_LOC_SAMPLE
Marek Olšák
2014-10-04
1
-2
/
+0
*
radeonsi: move geometry shader properties from si_shader to si_shader_selector
Marek Olšák
2014-10-04
1
-2
/
+23
*
radeonsi: always compile shaders on demand
Marek Olšák
2014-10-04
1
-13
/
+3
*
radeonsi: get fs_write_all from tgsi_shader_info directly
Marek Olšák
2014-10-04
1
-4
/
+1
*
radeonsi: get tgsi_shader_info only once before compilation
Marek Olšák
2014-10-04
1
-7
/
+3
*
radeonsi: properly destroy the GS copy shader and scratch_bo for compute
Marek Olšák
2014-09-24
1
-3
/
+4
*
radeonsi: don't pass the context to the shader translator
Marek Olšák
2014-09-24
1
-1
/
+1
*
radeonsi: don't snoop currently-bound GS shader when compiling ES
Marek Olšák
2014-09-24
1
-1
/
+5
*
radeonsi: shorten si_pipe_* prefixes to si_*
Marek Olšák
2014-09-24
1
-16
/
+16
*
radeonsi: merge si_pipe_shader into si_shader
Marek Olšák
2014-09-24
1
-4
/
+4
*
radeonsi: disable gl_SampleMask fragment shader output if MSAA is disabled
Marek Olšák
2014-09-24
1
-3
/
+18
*
radeonsi: only update MSAA-specific framebuffer state if nr_samples is changed
Marek Olšák
2014-09-24
1
-23
/
+27
*
radeonsi: move DB_SHADER_CONTROL into db_render_state
Marek Olšák
2014-09-24
1
-1
/
+10
*
radeonsi: move DB registers from draw_vbo into new db_render_state
Marek Olšák
2014-09-24
1
-7
/
+66
*
radeonsi: Compile dummy pixel shader on demand
Michel Dänzer
2014-09-02
1
-1
/
+10
*
radeonsi: implement EXPCLEAR optimization for depth
Marek Olšák
2014-09-01
1
-1
/
+2
*
radeonsi: implement fast depth clear
Marek Olšák
2014-09-01
1
-2
/
+2
[next]