index
:
~jwrdegoede/mesa
clover-tgsi-wip
master
Hans' mesa repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-06
st/nine: D3DRS_FILLMODE set to 0 is D3DFILL_SOLID
Tiziano Bacocco
1
-0
/
+1
2015-02-06
st/nine: Setting D3DRS_ALPHAFUNC to 0 means D3DCMP_NEVER
Tiziano Bacocco
1
-0
/
+1
2015-02-06
st/nine: Implement fallback behaviour when rts and ds don't match
Axel Davy
1
-18
/
+28
2015-02-06
st/nine: Fix present_buffers allocation
Axel Davy
1
-6
/
+9
2015-02-06
st/nine: Check for aligned offset in each vertex element
Patrick Rudolph
1
-1
/
+3
2015-02-06
st/nine: Fix bufferoverflow in {Get|Set}PixelShaderConstantF
Patrick Rudolph
1
-5
/
+5
2015-02-06
st/nine: Set [out] argument to NULL for some functions
Patrick Rudolph
1
-0
/
+6
2015-02-06
st/nine: Remove duplicated debug message
Patrick Rudolph
1
-3
/
+0
2015-02-06
st/nine: Return E_FAIL for unused vertexdeclaration type
Patrick Rudolph
1
-3
/
+4
2015-02-06
st/nine: Missing sanity check for CALLOC return E_OUTOFMEMORY if allocation o...
Patrick Rudolph
1
-1
/
+1
2015-02-06
st/nine: Implement ATOC hack
Axel Davy
2
-0
/
+12
2015-02-06
st/nine: Implement AMD alpha to coverage
Axel Davy
4
-5
/
+20
2015-02-06
st/nine: Add D3DFMT_DF16 support
Axel Davy
2
-4
/
+14
2015-02-06
st/nine: Change the value of some advertised caps
Axel Davy
1
-3
/
+3
2015-02-06
st/nine: NineDevice9_SetClipPlane: pPlane must be non-NULL
Axel Davy
1
-3
/
+5
2015-02-06
st/nine: Implement fallback for D3DFMT_D24S8, D3DFMT_D24X8 and D3DFMT_INTZ
Axel Davy
1
-1
/
+20
2015-02-06
st/nine: Refactor format d3d9 to pipe conversion
Axel Davy
11
-77
/
+136
2015-02-06
st/nine: Refactor nine_d3d9_to_pipe_format_map
Axel Davy
1
-79
/
+44
2015-02-06
st/nine: Improve CheckDeviceFormat debug output
Axel Davy
1
-9
/
+3
2015-02-06
st/nine: Implement RESZ hack
Axel Davy
3
-0
/
+64
2015-02-06
st/nine: fix early basetexture destruction
Axel Davy
1
-1
/
+2
2015-02-06
st/nine: Do not leak private data in volume9.
Patrick Rudolph
1
-0
/
+3
2015-02-06
st/nine: Check block alignment for compressed textures in NineSurface9_CopySu...
Patrick Rudolph
1
-0
/
+24
2015-02-06
st/nine: Commit sampler views again if srgb state changed.
Axel Davy
3
-2
/
+7
2015-02-06
st/nine: Fix use of D3DSP_NOSWIZZLE
Axel Davy
1
-1
/
+1
2015-02-06
st/nine: Check for the correct number of constants.
Axel Davy
2
-4
/
+5
2015-02-06
st/nine: Introduce failure handling for shader parsing.
Axel Davy
1
-8
/
+30
2015-02-06
st/nine: Print warnings for r500 when shader is likely to go wrong
Axel Davy
1
-0
/
+6
2015-02-06
st/nine: Declare constants only up to the maximum needed.
Axel Davy
1
-27
/
+11
2015-02-06
st/nine: Refactor how user constbufs sizes are calculated
Axel Davy
5
-23
/
+24
2015-02-06
st/nine: Explicit nine requirements
Axel Davy
2
-49
/
+66
2015-02-06
gallium: Add MULTISAMPLE_Z_RESOLVE cap
Axel Davy
15
-0
/
+20
2015-02-05
llvmpipe: Trivially advertise PIPE_CAP_BUFFER_MAP_PERSISTENT_COHERENT.
Jose Fonseca
1
-1
/
+2
2015-02-04
gallium/util: Don't implement u_bit_scan64 on MSVC.
Jose Fonseca
1
-0
/
+2
2015-02-04
gallium/util: Define ffsll on MinGW.
Jose Fonseca
1
-0
/
+1
2015-02-04
radeonsi: implement polygon stippling
Marek Olšák
7
-5
/
+79
2015-02-04
radeonsi: add polygon stipple texture slot
Marek Olšák
1
-5
/
+8
2015-02-04
radeonsi: deduce rasterizer primitive type at the beginning of draw_vbo
Marek Olšák
2
-13
/
+17
2015-02-04
radeonsi: allow 64 descriptors per array
Marek Olšák
2
-34
/
+34
2015-02-04
radeonsi: add support for sampler views where resource = NULL
Marek Olšák
2
-6
/
+22
2015-02-04
radeonsi: add support for NULL texture sampler views that return (0,0,0,1)
Marek Olšák
1
-2
/
+28
2015-02-04
radeonsi: fix a crash when binding a NULL sampler view list
Marek Olšák
1
-1
/
+1
2015-02-04
radeonsi: move the buffer descriptor to the end of the image descriptor
Marek Olšák
4
-7
/
+9
2015-02-04
radeonsi: don't use tgsi_parse_context to get processor type
Marek Olšák
1
-7
/
+1
2015-02-04
radeonsi: fix instanced arrays with non-zero start instance
Marek Olšák
1
-3
/
+3
2015-02-04
r600g,radeonsi: don't append to streamout buffers that haven't been used yet
Marek Olšák
2
-1
/
+4
2015-02-04
gallium: set PIPE_MAX_SAMPLERS to 18
Marek Olšák
1
-1
/
+1
2015-02-04
gallium/u_pstipple: add ability to specify a fixed texture unit
Marek Olšák
3
-9
/
+21
2015-02-04
gallium/util: add u_bit_scan64
Marek Olšák
1
-0
/
+7
2015-02-04
tgsi: add tgsi_get_processor_type helper from radeon
Marek Olšák
3
-11
/
+14
[next]