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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/postprocessing: fix crash at context destruction
Marek Olšák
2015-02-06
1
-4
/
+3
*
r600g/sb: fix a bug in constants folding optimisation pass
Xavier Bouchoux
2015-02-06
1
-0
/
+2
*
r600g: fix abs() support on ALU 3 source operands instructions
Xavier Bouchoux
2015-02-06
3
-7
/
+63
*
r300g: small code cleanup (v2)
David Heidelberg
2015-02-06
4
-26
/
+4
*
glsl: GLSL ES identifiers cannot exceed 1024 characters
Iago Toral Quiroga
2015-02-06
1
-1
/
+7
*
i965: Fix INTEL_DEBUG=shader_time for SIMD8 VS (and GS).
Kenneth Graunke
2015-02-05
1
-9
/
+25
*
i965/fs: Use inst->eot rather than opcodes in register allocation.
Kenneth Graunke
2015-02-05
1
-11
/
+10
*
i965/fs: Delete is_last_send(); just check inst->eot.
Kenneth Graunke
2015-02-05
1
-14
/
+1
*
st/mesa: Don't use PIPE_USAGE_STREAM for GL_PIXEL_UNPACK_BUFFER_ARB
Michel Dänzer
2015-02-06
1
-2
/
+9
*
st/nine: Implement dummy vbo behaviour when vs is missing inputs
Tiziano Bacocco
2015-02-06
4
-18
/
+119
*
gallium/targets/d3dadapter9: Free card device
Axel Davy
2015-02-06
1
-8
/
+10
*
gallium/targets/d3dadapter9: Release the pipe_screen at destruction.
Axel Davy
2015-02-06
1
-6
/
+12
*
gallium/targets/d3dadapter9: Fix device detection for render-nodes
Axel Davy
2015-02-06
1
-45
/
+14
*
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
2
-0
/
+2
*
st/nine: Setting D3DRS_ALPHAFUNC to 0 means D3DCMP_NEVER
Tiziano Bacocco
2015-02-06
2
-0
/
+2
*
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
2
-3
/
+5
*
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
3
-0
/
+13
*
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
4
-0
/
+65
*
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
[next]