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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: atomize render condition (SET_PREDICATION)
Marek Olšák
2015-11-13
1
-0
/
+1
*
radeonsi: add draw_vbo check for a NULL pixel shader
Marek Olšák
2015-10-24
1
-0
/
+1
*
radeonsi: implement fragment color clamping
Marek Olšák
2015-10-17
1
-0
/
+1
*
radeonsi: implement the simple case of force_persample_interp
Marek Olšák
2015-10-03
1
-0
/
+1
*
radeonsi: move SPI_PS_INPUT_ENA/ADDR registers to a separate state
Marek Olšák
2015-10-03
1
-0
/
+1
*
radeonsi: skip drawing if the tess factor ring allocation fails
Marek Olšák
2015-09-24
1
-1
/
+1
*
radeonsi: don't update polygon offset state if it has no effect
Marek Olšák
2015-09-10
1
-0
/
+1
*
radeonsi: remove unused macro si_pm4_set_state
Marek Olšák
2015-09-01
1
-10
/
+0
*
radeonsi: rework uploading border colors
Marek Olšák
2015-09-01
1
-3
/
+0
*
radeonsi: inline si_cmd_context_control
Marek Olšák
2015-09-01
1
-3
/
+0
*
radeonsi: don't set number of IB dwords for states
Marek Olšák
2015-09-01
1
-2
/
+1
*
radeonsi: convert SPI state to an atom
Marek Olšák
2015-09-01
1
-1
/
+1
*
radeonsi: rename and precalculate polygon offset states
Marek Olšák
2015-09-01
1
-3
/
+3
*
radeonsi: convert CB_TARGET_MASK setup to an atom
Marek Olšák
2015-09-01
1
-2
/
+1
*
radeonsi: convert stencil ref state into an atom
Marek Olšák
2015-09-01
1
-4
/
+14
*
radeonsi: convert blend color state into an atom
Marek Olšák
2015-09-01
1
-1
/
+1
*
radeonsi: convert sample mask state into an atom
Marek Olšák
2015-09-01
1
-6
/
+1
*
radeonsi: convert clip state into an atom
Marek Olšák
2015-09-01
1
-1
/
+1
*
radeonsi: remove the tf_ring state, add the registers to init_config
Marek Olšák
2015-09-01
1
-1
/
+0
*
radeonsi: remove the gs_rings state, add the registers to init_config
Marek Olšák
2015-09-01
1
-1
/
+0
*
radeonsi: call si_init_atom for remaining radeonsi atoms
Marek Olšák
2015-09-01
1
-4
/
+6
*
radeonsi: define the state atom array separately
Marek Olšák
2015-09-01
1
-0
/
+20
*
radeonsi: optimize viewport states
Marek Olšák
2015-09-01
1
-6
/
+0
*
radeonsi: optimize scissor states
Marek Olšák
2015-09-01
1
-6
/
+0
*
radeonsi: add SI_MAX_ATTRIBS
Marek Olšák
2015-09-01
1
-4
/
+5
*
radeonsi: fix a Unigine Heaven hang when drirc is missing
Marek Olšák
2015-09-01
1
-0
/
+2
*
radeonsi: remove old CS tracing code
Marek Olšák
2015-08-26
1
-0
/
+1
*
radeonsi: move CP DMA functions to their own file
Marek Olšák
2015-07-31
1
-3
/
+0
*
radeonsi: completely rework updating descriptors without CP DMA
Marek Olšák
2015-07-31
1
-22
/
+10
*
radeonsi: add GS multiple streams support (v2)
Dave Airlie
2015-07-30
1
-2
/
+5
*
radeonsi: set up a ring buffer for tessellation factors
Marek Olšák
2015-07-23
1
-0
/
+1
*
radeonsi: add tessellation shader states
Marek Olšák
2015-07-23
1
-0
/
+2
*
radeonsi: add shader code generation for tessellation
Marek Olšák
2015-07-23
1
-2
/
+3
*
radeonsi: program VGT_SHADER_STAGES_EN for tessellation
Marek Olšák
2015-07-23
1
-1
/
+1
*
radeonsi: add support for tessellation shader resources and samplers
Marek Olšák
2015-07-23
1
-1
/
+1
*
radeonsi: rework how shader pointers to descriptors are set
Marek Olšák
2015-07-23
1
-2
/
+11
*
radeonsi: remove switch statement in si_create_context
Marek Olšák
2015-07-23
1
-1
/
+0
*
radeonsi: don't change pipe_resource in resource_copy_region
Marek Olšák
2015-07-23
1
-0
/
+6
*
radeonsi: add support for viewport array (v3)
Dave Airlie
2015-06-27
1
-2
/
+2
*
radeonsi: Add CIK SDMA support
Michel Dänzer
2015-06-08
1
-0
/
+1
*
radeonsi: move PA_SU_SC_MODE_CNTL to rasterizer state
Marek Olšák
2015-03-16
1
-1
/
+0
*
radeonsi: implement line and polygon smoothing
Marek Olšák
2015-03-16
1
-0
/
+2
*
radeonsi: split sample locations into its own state atom
Marek Olšák
2015-03-16
1
-0
/
+1
*
radeonsi: implement polygon stippling
Marek Olšák
2015-02-04
1
-0
/
+1
*
radeonsi: add polygon stipple texture slot
Marek Olšák
2015-02-04
1
-5
/
+8
*
radeonsi: allow 64 descriptors per array
Marek Olšák
2015-02-04
1
-2
/
+2
*
radeonsi: only flush the right set of caches for CP DMA operations
Marek Olšák
2015-01-07
1
-1
/
+1
*
radeonsi: remove unused and not useful variables
Marek Olšák
2015-01-07
1
-2
/
+0
*
radeonsi: remove init config from states
Marek Olšák
2015-01-07
1
-1
/
+0
*
radeonsi: move all shader-related functions to a new file si_state_shaders.c
Marek Olšák
2014-12-10
1
-4
/
+4
[next]