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
Commit message (
Expand
)
Author
Age
Files
Lines
*
draw: fix clipper invocation statistics
Zack Rusin
2013-06-10
5
-6
/
+33
*
draw: enable user plane clipping when clipdistance is used
Zack Rusin
2013-06-10
2
-7
/
+20
*
draw: make sure clipdistances work with geometry shaders
Zack Rusin
2013-06-10
6
-2
/
+22
*
winsys/radeon: add env var to disable VM on Cayman/Trinity
Alex Deucher
2013-06-10
1
-0
/
+2
*
draw: Add A8R8G8B8 to draw_print_arrays
Richard Sandiford
2013-06-10
1
-0
/
+7
*
draw: Fix type mismatch between draw_private.h and LLVM
Richard Sandiford
2013-06-10
1
-1
/
+1
*
util: Use sizeof(void *) rather than 0 as the fallback cache line size
Richard Sandiford
2013-06-10
1
-0
/
+5
*
llvmpipe: Use saturating add/sub for UNORM formats
Richard Sandiford
2013-06-10
1
-0
/
+8
*
nvc0: fix up video buffer alignment requirements
Maarten Lankhorst
2013-06-08
1
-5
/
+3
*
freedreno: better scissor fix
Rob Clark
2013-06-08
5
-28
/
+43
*
freedreno: gmem bypass
Rob Clark
2013-06-08
7
-30
/
+168
*
freedreno: add a3xx support
Rob Clark
2013-06-08
35
-3
/
+8955
*
freedreno: prepare for a3xx
Rob Clark
2013-06-08
49
-2008
/
+2798
*
gallivm: work around slow code generated for interleaving 128bit vectors
Roland Scheidegger
2013-06-08
1
-0
/
+22
*
st/xlib: Flush the front buffer before doing CopySubBuffer
Stéphane Marchesin
2013-06-07
1
-0
/
+4
*
st/xlib: Fix upside down coordinates for CopySubBuffer
Stéphane Marchesin
2013-06-07
1
-1
/
+1
*
util: add comment about bogus transfer flags
Roland Scheidegger
2013-06-07
1
-0
/
+1
*
util: fix util_clear_render_target and util_clear_depth_stencil layer handling
Roland Scheidegger
2013-06-07
1
-87
/
+103
*
llvmpipe: move create_surface/destroy_surface functions to lp_surface.c
Roland Scheidegger
2013-06-07
2
-59
/
+59
*
llvmpipe: add support for layered rendering
Roland Scheidegger
2013-06-07
15
-110
/
+195
*
gallium/docs: fix up transfer description for 1d arrays, add cube map arrays
Roland Scheidegger
2013-06-07
1
-5
/
+4
*
ilo: fix textureSize() for single-layered array textures
Chia-I Wu
2013-06-08
1
-2
/
+18
*
util: add util_resource_is_array_texture()
Chia-I Wu
2013-06-08
1
-1
/
+19
*
gallium: Remove draw_arrays() and draw_arrays_instanced() functions
Arnas Milasevicius
2013-06-07
2
-51
/
+0
*
tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() function
Brian Paul
2013-06-07
7
-18
/
+30
*
u_vbuf: fix index buffer leak
Chia-I Wu
2013-06-07
1
-0
/
+3
*
ilo: advertise PIPE_CAP_CUBE_MAP_ARRAY
Chia-I Wu
2013-06-07
1
-2
/
+1
*
ilo: add support for TEX2/TXB2/TXL2 in fs
Chia-I Wu
2013-06-07
1
-3
/
+3
*
ilo: use slab allocator for transfers
Chia-I Wu
2013-06-07
4
-28
/
+39
*
ilo: clean up states upon context destroy
Chia-I Wu
2013-06-07
1
-0
/
+38
*
ilo: unmap cp bo before destroying it
Chia-I Wu
2013-06-07
1
-1
/
+6
*
ilo: enable bo reuse
Chia-I Wu
2013-06-07
1
-0
/
+2
*
ilo: construct 3DSTATE_SF in create_rasterizer_state()
Chia-I Wu
2013-06-07
7
-164
/
+194
*
ilo: construct 3DSTATE_CLIP in create_rasterizer_state()
Chia-I Wu
2013-06-07
5
-50
/
+86
*
ilo: use emit_SURFACE_STATE() for render targets
Chia-I Wu
2013-06-07
9
-127
/
+52
*
ilo: use emit_SURFACE_STATE() for constant buffers
Chia-I Wu
2013-06-07
9
-70
/
+26
*
ilo: add emit_SURFACE_STATE() for sampler views
Chia-I Wu
2013-06-07
10
-99
/
+69
*
ilo: add ilo_view_surface for SURFACE_STATE
Chia-I Wu
2013-06-07
3
-125
/
+268
*
ilo: convert generic depth-stencil-alpha pipe state to ilo pipe state
Courtney Goeltzenleuchter
2013-06-07
6
-21
/
+51
*
ilo: introduce vertex element CSO
Chia-I Wu
2013-06-07
6
-119
/
+227
*
ilo: simplify emit_3DSTATE_DEPTH_BUFFER()
Chia-I Wu
2013-06-07
6
-63
/
+19
*
ilo: introduce blend CSO
Chia-I Wu
2013-06-07
6
-97
/
+183
*
ilo: introduce sampler CSO
Chia-I Wu
2013-06-07
8
-371
/
+447
*
ilo: construct SCISSOR_RECT in set_scissor_states()
Chia-I Wu
2013-06-07
7
-26
/
+92
*
ilo: introduce viewport CSO
Chia-I Wu
2013-06-07
8
-197
/
+197
*
ilo: switch to ilo states for shaders and resources
Chia-I Wu
2013-06-07
7
-114
/
+114
*
ilo: switch to ilo states for CC stage
Chia-I Wu
2013-06-07
9
-107
/
+119
*
ilo: switch to ilo states for WM stage
Chia-I Wu
2013-06-07
7
-26
/
+33
*
ilo: switch to ilo states for CLIP and SF stages
Chia-I Wu
2013-06-07
6
-19
/
+49
*
ilo: switch to ilo states for SOL stage
Chia-I Wu
2013-06-07
7
-30
/
+29
[next]