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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon: Allocate htile buffer for SI in r600_texture.
Andreas Hartmetz
2013-12-12
1
-15
/
+67
*
radeon: rearrange r600_texture and related code a bit.
Andreas Hartmetz
2013-12-12
5
-46
/
+46
*
r600g,radeonsi: consolidate buffer code, add handling of DISCARD_RANGE for SI
Marek Olšák
2013-12-12
13
-353
/
+210
*
r600g,radeonsi: add common interface for buffer invalidation
Marek Olšák
2013-12-12
7
-6
/
+10
*
r600g,radeonsi: consolidate some debug flags
Marek Olšák
2013-12-12
4
-4
/
+5
*
r600g: refactor out code for buffer invalidation
Marek Olšák
2013-12-12
3
-55
/
+57
*
r600g,radeonsi: share flags has_cp_dma and has_streamout
Marek Olšák
2013-12-12
10
-26
/
+28
*
radeonsi: handle PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE
Marek Olšák
2013-12-12
3
-0
/
+135
*
radeonsi: implement accelerated buffer copying
Marek Olšák
2013-12-12
3
-4
/
+64
*
r600g: use common interfaces in buffer_transfer_unmap
Marek Olšák
2013-12-12
5
-14
/
+22
*
radeon: move some functions to r600_buffer_common.c
Marek Olšák
2013-12-12
4
-130
/
+161
*
winsys/radeon: set/get the scanout flag with the tiling ioctls
Marek Olšák
2013-12-12
3
-7
/
+9
*
svga: expose HW smooth/stipple/wide lines
Brian Paul
2013-12-11
7
-14
/
+99
*
llvmpipe: add plumbing for ARB_depth_clamp
Matthew McClure
2013-12-11
3
-35
/
+60
*
r600g/sb: fix stack size computation on evergreen
Vadim Girlin
2013-12-11
1
-4
/
+12
*
llvmpipe: add a very useful (disabled) debugging output
Zack Rusin
2013-12-10
1
-0
/
+20
*
llvmpipe: fix blending with half-float formats
Zack Rusin
2013-12-10
1
-5
/
+26
*
nouveau: Support DRI Image 7 extension
Maarten Lankhorst
2013-12-10
1
-2
/
+9
*
gallium/winsys/drm: Prepare for passing prime fds in winsys_handle
Christopher James Halse Rogers
2013-12-10
2
-0
/
+11
*
nv50: report 15 max inputs for fragment programs
Ilia Mirkin
2013-12-10
1
-1
/
+1
*
nouveau: Fix compiler warning regression
Maarten Lankhorst
2013-12-10
1
-4
/
+0
*
r300/compiler/tests: Fix line length check in test parser
Tom Stellard
2013-12-09
1
-1
/
+3
*
r300/compiler/tests: Fix segfault
Tom Stellard
2013-12-09
1
-6
/
+5
*
nouveau/video: update a few more h264 picparm field names
Ilia Mirkin
2013-12-09
1
-16
/
+17
*
nouveau/video: update h264 picparm field names based on usage
Ilia Mirkin
2013-12-09
1
-15
/
+13
*
nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)
Ilia Mirkin
2013-12-09
2
-7
/
+2
*
nvc0: make sure nvd7 gets NVC8_3D_CLASS as well
Ilia Mirkin
2013-12-09
1
-1
/
+2
*
nv50: TXF already has integer arguments, don't try to convert from f32
Ilia Mirkin
2013-12-09
1
-7
/
+9
*
llvmpipe: clamp fragment shader depth write to the current viewport depth range.
Matthew McClure
2013-12-09
13
-29
/
+255
*
r600/llvm: Allow arbitrary amount of temps in tgsi to llvm
Vincent Lejeune
2013-12-07
2
-4
/
+45
*
freedreno/a3xx: add adreno 330 support
Rob Clark
2013-12-07
2
-4
/
+7
*
freedreno/a3xx/compiler: add ROUND
Rob Clark
2013-12-07
1
-0
/
+1
*
nvc0: fixup gk110 and up not being listed in various switch statements
Ben Skeggs
2013-12-06
6
-12
/
+25
*
trace: Reorder dumping of pipe_rasterizer_state.
José Fonseca
2013-12-05
1
-3
/
+11
*
trace: Dump pipe_sampler_state::seamless_cube_map.
José Fonseca
2013-12-05
1
-0
/
+1
*
radeonsi: Remove some stale XXX / FIXME comments
Michel Dänzer
2013-12-05
2
-5
/
+1
*
nouveau: Add lots of comments to the buffer transfer logic
Ilia Mirkin
2013-12-04
2
-4
/
+71
*
nv50: wait on the buf's fence before sticking it into pushbuf
Ilia Mirkin
2013-12-04
2
-0
/
+12
*
nouveau: avoid leaking fences while waiting
Ilia Mirkin
2013-12-04
1
-6
/
+5
*
nv50: fix a small leak on context destroy
Ilia Mirkin
2013-12-04
1
-0
/
+2
*
nv50: Fix GPU_READING/WRITING bit removal
Ilia Mirkin
2013-12-04
2
-3
/
+3
*
gallium/radeon: use PRIu64 macro for printing uint64_t
Emil Velikov
2013-12-03
2
-4
/
+6
*
gallium/util: implement layered framebuffer clear in u_blitter
Marek Olšák
2013-12-03
4
-5
/
+4
*
gallium: add support for AMD_vertex_shader_layer
Marek Olšák
2013-12-03
12
-0
/
+17
*
radeonsi: add driver support for layered rendering and AMD_vertex_shader_layer
Marek Olšák
2013-12-03
4
-12
/
+27
*
radeonsi: implement OpenGL edge flags
Marek Olšák
2013-12-03
3
-6
/
+48
*
freedreno: Add a few texture formats
Andreas Heider
2013-12-02
1
-0
/
+3
*
trace: Dump PIPE_QUERY_* enums.
José Fonseca
2013-11-28
5
-15
/
+62
*
trace: Dump query results faithfully.
José Fonseca
2013-11-28
3
-15
/
+133
*
gallium: new shader cap bit for the amount of sampler views
Roland Scheidegger
2013-11-28
12
-6
/
+26
[next]