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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
st/nine: Implement fallback for D3DFMT_D24S8, D3DFMT_D24X8 and D3DFMT_INTZ
Axel Davy
2015-02-06
1
-1
/
+20
*
st/nine: Refactor format d3d9 to pipe conversion
Axel Davy
2015-02-06
11
-77
/
+136
*
st/nine: Refactor nine_d3d9_to_pipe_format_map
Axel Davy
2015-02-06
1
-79
/
+44
*
st/nine: Improve CheckDeviceFormat debug output
Axel Davy
2015-02-06
1
-9
/
+3
*
st/nine: Implement RESZ hack
Axel Davy
2015-02-06
3
-0
/
+64
*
st/nine: fix early basetexture destruction
Axel Davy
2015-02-06
1
-1
/
+2
*
st/nine: Do not leak private data in volume9.
Patrick Rudolph
2015-02-06
1
-0
/
+3
*
st/nine: Check block alignment for compressed textures in NineSurface9_CopySu...
Patrick Rudolph
2015-02-06
1
-0
/
+24
*
st/nine: Commit sampler views again if srgb state changed.
Axel Davy
2015-02-06
3
-2
/
+7
*
st/nine: Fix use of D3DSP_NOSWIZZLE
Axel Davy
2015-02-06
1
-1
/
+1
*
st/nine: Check for the correct number of constants.
Axel Davy
2015-02-06
2
-4
/
+5
*
st/nine: Introduce failure handling for shader parsing.
Axel Davy
2015-02-06
1
-8
/
+30
*
st/nine: Print warnings for r500 when shader is likely to go wrong
Axel Davy
2015-02-06
1
-0
/
+6
*
st/nine: Declare constants only up to the maximum needed.
Axel Davy
2015-02-06
1
-27
/
+11
*
st/nine: Refactor how user constbufs sizes are calculated
Axel Davy
2015-02-06
5
-23
/
+24
*
st/nine: Explicit nine requirements
Axel Davy
2015-02-06
2
-49
/
+66
*
st/osmesa: Fix osbuffer->textures indexing
Park, Jeongmin
2015-02-03
1
-1
/
+1
*
clover/llvm: Dump the OpenCL C code earlier.
EdB
2015-01-28
1
-3
/
+3
*
clover/llvm: Move CLOVER_DEBUG stuff into anonymous namespace.
EdB
2015-01-28
1
-13
/
+20
*
st/clover: Pass target instead of target.begin() to std::string()
Michel Dänzer
2015-01-27
1
-3
/
+3
*
clover: Fix build with llvm after r226981
Jan Vesely
2015-01-26
1
-0
/
+4
*
st/nine: Correctly handle when ff vs should have no texture coord input/output
Axel Davy
2015-01-22
1
-11
/
+20
*
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
3
-5
/
+6
*
st/nine: Allocate the correct size for the user constant buffer
Axel Davy
2015-01-22
3
-7
/
+8
*
st/nine: Add variables containing the size of the constant buffers
Axel Davy
2015-01-22
3
-6
/
+10
*
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
3
-40
/
+15
*
st/nine: Correct rules for relative adressing and constants.
Axel Davy
2015-01-22
1
-6
/
+8
*
st/nine: Implement TEXREG2AR, TEXREG2GB and TEXREG2RGB
Axel Davy
2015-01-22
1
-3
/
+36
*
st/nine: Implement TEXDP3TEX
Axel Davy
2015-01-22
1
-1
/
+19
*
st/nine: Implement TEXDP3
Axel Davy
2015-01-22
1
-1
/
+11
*
st/nine: Implement TEXDEPTH
Axel Davy
2015-01-22
1
-1
/
+22
*
st/nine: Implement TEXM3x3SPEC
Axel Davy
2015-01-22
1
-1
/
+38
*
st/nine: Implement TEXM3x2TEX
Axel Davy
2015-01-22
1
-1
/
+19
*
st/nine: implement TEXM3x2DEPTH
Axel Davy
2015-01-22
1
-1
/
+26
*
st/nine: Fix TEXM3x3 and implement TEXM3x3VSPEC
Axel Davy
2015-01-22
1
-17
/
+36
*
st/nine: Fill missing dst and src number for some instructions.
Axel Davy
2015-01-22
1
-23
/
+23
*
st/nine: Implement TEXCOORD special behaviours
Axel Davy
2015-01-22
1
-5
/
+26
*
st/nine: Fix CALLNZ implementation
Axel Davy
2015-01-22
1
-9
/
+4
*
st/nine: Fix some fixed function pipeline operation
Axel Davy
2015-01-22
1
-2
/
+4
*
st/nine: Clamp ps 1.X constants
Axel Davy
2015-01-22
1
-0
/
+7
*
st/nine: Remove duplicated code for ps texcoord input declaration
Axel Davy
2015-01-22
1
-8
/
+4
*
st/nine: Fix CND implementation
Axel Davy
2015-01-22
1
-9
/
+13
*
st/nine: Match REP implementation to LOOP
Axel Davy
2015-01-22
1
-19
/
+30
*
st/nine: Rewrite LOOP implementation, and a0 aL handling
Axel Davy
2015-01-22
1
-63
/
+100
*
st/nine: Correct LOG on negative values
Axel Davy
2015-01-22
1
-2
/
+13
*
st/nine: Handle NRM with input of null norm
Axel Davy
2015-01-22
1
-1
/
+3
*
st/nine: Handle RSQ special cases
Axel Davy
2015-01-22
1
-1
/
+12
*
st/nine: Fix POW implementation
Axel Davy
2015-01-22
1
-1
/
+12
[prev]
[next]