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
/
state_trackers
/
nine
/
nine_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/nine: Implement Managed vertex/index buffers
Axel Davy
2016-02-12
1
-0
/
+12
*
st/nine: Use fast clears more often for MRTs
Axel Davy
2016-02-04
1
-9
/
+9
*
st/nine: Add Render state validation layer
Axel Davy
2016-02-04
1
-0
/
+2
*
st/nine: Use cso for viewport
Patrick Rudolph
2016-02-04
1
-2
/
+1
*
st/nine: Introduce STREAMFREQ state
Axel Davy
2016-02-04
1
-3
/
+3
*
st/nine: Unset vtxbuf on reset
Axel Davy
2016-02-04
1
-1
/
+3
*
st/nine: Use ff vertex shader when position_t is used
Axel Davy
2016-02-04
1
-8
/
+8
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
1
-0
/
+2
*
st/nine: Silent warning in update_vertex_buffer
Axel Davy
2015-08-21
1
-1
/
+0
*
st/nine: Use CSO cache for sampler views
Axel Davy
2015-08-21
1
-17
/
+3
*
st/nine: Calculate dummy sampler state only once
Axel Davy
2015-08-21
1
-31
/
+4
*
st/nine: Remove NINED3DRS_ZBIASSCALE
Axel Davy
2015-08-21
1
-20
/
+0
*
st/nine: Change nine_state_update order
Axel Davy
2015-08-21
1
-63
/
+76
*
st/nine: Programmable ps D3DTTSS_PROJECTED support
Axel Davy
2015-08-21
1
-2
/
+3
*
st/nine: Revert to userbuf path when needed
Axel Davy
2015-08-21
1
-0
/
+11
*
st/nine: Finish Fog implementation
Axel Davy
2015-08-21
1
-12
/
+31
*
st/nine: Rework shader states
Axel Davy
2015-08-21
1
-99
/
+89
*
st/nine: Rework ff constant buffers
Axel Davy
2015-08-21
1
-4
/
+8
*
st/nine: Rework constant buffer state handling
Axel Davy
2015-08-21
1
-274
/
+325
*
st/nine: Rework blend states
Axel Davy
2015-08-21
1
-7
/
+16
*
st/nine: Improve fallback when driver doesn't support user buffers.
Axel Davy
2015-08-21
1
-0
/
+23
*
st/nine: Rework rasterizer states
Axel Davy
2015-08-21
1
-7
/
+16
*
st/nine: Reorder DSA state settings
Axel Davy
2015-08-21
1
-8
/
+19
*
st/nine: Reorder nine_state.
Axel Davy
2015-08-21
1
-31
/
+43
*
st/nine: Remove group_mask argument from nine_update_state
Axel Davy
2015-08-21
1
-5
/
+18
*
st/nine: Implement TEXBEM,TEXBEML and BEM
Tiziano Bacocco
2015-08-21
1
-0
/
+10
*
st/nine: fix D3DRS_DITHERENABLE wrong state group
Axel Davy
2015-08-21
1
-1
/
+1
*
st/nine: Account POINTSIZE_MIN and POINTSIZE_MAX for point size
Patrick Rudolph
2015-08-21
1
-2
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-9
/
+9
*
st/nine: Encapsulate variables for MANAGED resource
Axel Davy
2015-04-29
1
-1
/
+1
*
st/nine: Fix update_vertex_elements bad rebase
Axel Davy
2015-04-29
1
-3
/
+0
*
st/nine: Rework update_vertex_buffers
Axel Davy
2015-04-29
1
-11
/
+4
*
st/nine: Fix comment in update_viewport
Axel Davy
2015-04-29
1
-3
/
+2
*
st/nine: Workaround barycentrics issue on some cards
Axel Davy
2015-04-29
1
-0
/
+24
*
st/nine: Implement dummy vbo behaviour when vs is missing inputs
Tiziano Bacocco
2015-02-06
1
-18
/
+75
*
st/nine: Dummy sampler should have a=1
Axel Davy
2015-02-06
1
-43
/
+112
*
st/nine: Fix update_framebuffer binding cbufs the pixel shader wouldn't rende...
Axel Davy
2015-02-06
1
-12
/
+4
*
st/nine: Implement fallback behaviour when rts and ds don't match
Axel Davy
2015-02-06
1
-18
/
+28
*
st/nine: Implement AMD alpha to coverage
Axel Davy
2015-02-06
1
-1
/
+2
*
st/nine: Commit sampler views again if srgb state changed.
Axel Davy
2015-02-06
1
-2
/
+3
*
st/nine: Change comment relating to vertex shader inputs not matching declara...
Axel Davy
2015-01-22
1
-5
/
+6
*
st/nine: Allocate vs constbuf buffer for indirect addressing once.
Axel Davy
2015-01-22
1
-4
/
+1
*
st/nine: Allocate the correct size for the user constant buffer
Axel Davy
2015-01-22
1
-3
/
+4
*
st/nine: Fix sm3 relative addressing for non-debug build
Axel Davy
2015-01-22
1
-4
/
+0
*
st/nine: Remove unused code for ps
Axel Davy
2015-01-22
1
-32
/
+11
*
st/nine: Rework of boolean constants
Axel Davy
2015-01-22
1
-14
/
+6
*
st/nine: Fix clip state logic
Axel Davy
2015-01-22
1
-1
/
+3
*
st/nine: Fix vertex declarations for non-standard (usage/index)
Axel Davy
2014-12-03
1
-5
/
+11
*
st/nine: remove unused pipe_viewport_state::translate[3] and scale[3]
David Heidelberg
2014-11-26
1
-2
/
+0
*
st/nine: fix wrong variable reset
Axel Davy
2014-11-26
1
-1
/
+1
[next]