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
/
gallium
/
state_trackers
/
nine
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/nine: Squash indexbuffer9 and vertexbuffer9
Patrick Rudolph
2016-02-04
8
-215
/
+305
*
st/nine: Unset vtxbuf on reset
Axel Davy
2016-02-04
1
-1
/
+3
*
st/nine: Use pipe_resource_reference for vtxbuf
Axel Davy
2016-02-04
2
-3
/
+4
*
st/nine: Use ff vertex shader when position_t is used
Axel Davy
2016-02-04
7
-14
/
+35
*
st/nine: Don't increment refcount on VertexDeclaration creation failure
Patrick Rudolph
2016-02-04
1
-12
/
+12
*
st/nine: Change StretchRect check order
Axel Davy
2016-02-04
1
-3
/
+4
*
st/nine: Initialize lights in stateblocks
Axel Davy
2016-02-04
1
-0
/
+4
*
st/nine: Fix fixed-function blendweights
Patrick Rudolph
2016-02-04
1
-4
/
+13
*
st/nine: Always normalize hitDir
Patrick Rudolph
2016-02-04
1
-2
/
+3
*
st/nine: Replace r[0] with tmp
Patrick Rudolph
2016-02-04
1
-14
/
+14
*
st/nine: Fix ff calculation of midVec
Patrick Rudolph
2016-02-04
1
-2
/
+2
*
st/nine: Implement D3DRS_SPECULARENABLE
Patrick Rudolph
2016-02-04
1
-2
/
+11
*
st/nine: Fix D3DRS_LOCALVIEWER being ignored
Patrick Rudolph
2016-02-04
1
-0
/
+2
*
st/nine: Fix rounding issue with vs1.1 a0 reg
Axel Davy
2016-02-04
1
-22
/
+7
*
st/nine: Fix D3DPMISCCAPS_FOGANDSPECULARALPHA support
Axel Davy
2016-02-04
2
-12
/
+2
*
st/nine: Fix AlphaCmpCaps
Patrick Rudolph
2016-02-04
1
-1
/
+2
*
nine: allow fragment shader POSITION and FACE to be system values
Marek Olšák
2016-01-08
2
-12
/
+46
*
gallium: Remove unnecessary semicolons
Edward O'Callaghan
2016-01-06
1
-1
/
+1
*
u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer
Marek Olšák
2016-01-02
1
-3
/
+5
*
u_upload_mgr: remove alignment parameter from u_upload_create
Marek Olšák
2016-01-02
1
-3
/
+3
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
4
-3
/
+10
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
1
-1
/
+1
*
st/nine: Always use user constant buffers
Krzysztof Sobiecki
2015-08-21
1
-1
/
+3
*
st/nine: Silent warning in nine_ff
Axel Davy
2015-08-21
1
-0
/
+2
*
st/nine: Silent warning in sm1_declusage_to_tgsi
Axel Davy
2015-08-21
1
-1
/
+1
*
st/nine: Silent warning in NineCubeTexture9_ctor
Axel Davy
2015-08-21
1
-1
/
+1
*
st/nine: Silent warning in update_vertex_buffer
Axel Davy
2015-08-21
1
-1
/
+0
*
st/nine: Catch setting the same shader
Axel Davy
2015-08-21
1
-0
/
+6
*
st/nine: Avoid Constant upload when there is no change
Axel Davy
2015-08-21
1
-0
/
+42
*
st/nine: Fix the number of texture stages
Axel Davy
2015-08-21
2
-4
/
+6
*
st/nine: Use CSO cache for sampler views
Axel Davy
2015-08-21
4
-23
/
+5
*
st/nine: Calculate dummy sampler state only once
Axel Davy
2015-08-21
3
-35
/
+24
*
st/nine: Better check shader constant limits
Axel Davy
2015-08-21
1
-9
/
+27
*
st/nine: Remove NINED3DRS_ZBIASSCALE
Axel Davy
2015-08-21
3
-23
/
+12
*
st/nine: Implement special DOTPRODUCT3 behaviour
Axel Davy
2015-08-21
1
-0
/
+4
*
st/nine: Implement ff vertex data passthrough
Axel Davy
2015-08-21
1
-7
/
+61
*
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
7
-8
/
+74
*
st/nine: Complete ff texture transform implementation
Axel Davy
2015-08-21
3
-70
/
+174
*
st/nine: Change a few advertised caps
Axel Davy
2015-08-21
1
-15
/
+11
*
st/nine: Advertise Fog flags
Axel Davy
2015-08-21
1
-6
/
+6
*
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
8
-26
/
+147
*
st/nine: Rework shader states
Axel Davy
2015-08-21
6
-115
/
+207
*
st/nine: Remove some useless variables
Axel Davy
2015-08-21
2
-2
/
+0
*
st/nine: Fix nine_ff_ps_key padding
Axel Davy
2015-08-21
1
-1
/
+3
*
st/nine: Begin programmable shader fog support
Axel Davy
2015-08-21
1
-7
/
+42
*
st/nine: Fix fixed function fog support
Axel Davy
2015-08-21
1
-34
/
+19
*
st/nine: Rework ff constant buffers
Axel Davy
2015-08-21
4
-87
/
+57
*
st/nine: Rework constant buffer state handling
Axel Davy
2015-08-21
5
-342
/
+337
[next]