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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/dri: Shut up a compiler warning.
Eric Anholt
2015-02-18
1
-1
/
+1
*
clover: Use Legacy PassManager for LLVM trunk (3.7)
Shawn Starr
2015-02-14
1
-0
/
+9
*
st/dri: Make depth buffer optional for postprocessing
Park, Jeongmin
2015-02-07
2
-2
/
+2
*
gallium/postprocessing: fix crash at context destruction
Marek Olšák
2015-02-06
1
-4
/
+3
*
st/nine: Implement dummy vbo behaviour when vs is missing inputs
Tiziano Bacocco
2015-02-06
4
-18
/
+119
*
st/nine: Dummy sampler should have a=1
Axel Davy
2015-02-06
5
-43
/
+163
*
st/nine: Fix update_framebuffer binding cbufs the pixel shader wouldn't rende...
Axel Davy
2015-02-06
2
-12
/
+12
*
st/nine: Clear: better behave if rt_mask is different to the one of the frame...
Axel Davy
2015-02-06
1
-13
/
+27
*
st/nine: Fix multisampling support detection
Axel Davy
2015-02-06
2
-28
/
+9
*
st/nine: Fix enabled lights in stateblocks
Tiziano Bacocco
2015-02-06
2
-3
/
+7
*
st/nine: Fix depth stencil formats bindings flags.
Axel Davy
2015-02-06
4
-27
/
+74
*
st/nine: Fix gpu memory leak in swapchain
Axel Davy
2015-02-06
1
-2
/
+1
*
st/nine: SetResourceResize should track nr_samples too
Axel Davy
2015-02-06
1
-0
/
+1
*
st/nine: D3DRS_FILLMODE set to 0 is D3DFILL_SOLID
Tiziano Bacocco
2015-02-06
1
-0
/
+1
*
st/nine: Setting D3DRS_ALPHAFUNC to 0 means D3DCMP_NEVER
Tiziano Bacocco
2015-02-06
1
-0
/
+1
*
st/nine: Implement fallback behaviour when rts and ds don't match
Axel Davy
2015-02-06
1
-18
/
+28
*
st/nine: Fix present_buffers allocation
Axel Davy
2015-02-06
1
-6
/
+9
*
st/nine: Check for aligned offset in each vertex element
Patrick Rudolph
2015-02-06
1
-1
/
+3
*
st/nine: Fix bufferoverflow in {Get|Set}PixelShaderConstantF
Patrick Rudolph
2015-02-06
1
-5
/
+5
*
st/nine: Set [out] argument to NULL for some functions
Patrick Rudolph
2015-02-06
1
-0
/
+6
*
st/nine: Remove duplicated debug message
Patrick Rudolph
2015-02-06
1
-3
/
+0
*
st/nine: Return E_FAIL for unused vertexdeclaration type
Patrick Rudolph
2015-02-06
1
-3
/
+4
*
st/nine: Missing sanity check for CALLOC return E_OUTOFMEMORY if allocation o...
Patrick Rudolph
2015-02-06
1
-1
/
+1
*
st/nine: Implement ATOC hack
Axel Davy
2015-02-06
2
-0
/
+12
*
st/nine: Implement AMD alpha to coverage
Axel Davy
2015-02-06
4
-5
/
+20
*
st/nine: Add D3DFMT_DF16 support
Axel Davy
2015-02-06
2
-4
/
+14
*
st/nine: Change the value of some advertised caps
Axel Davy
2015-02-06
1
-3
/
+3
*
st/nine: NineDevice9_SetClipPlane: pPlane must be non-NULL
Axel Davy
2015-02-06
1
-3
/
+5
*
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
[next]