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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: move the low-level buffer functions for multiple rings to drivers/radeon
Marek Olšák
2013-09-29
11
-88
/
+87
*
r600g,radeonsi: consolidate tiling_info initialization
Marek Olšák
2013-09-29
12
-217
/
+148
*
radeonsi: implement clear_buffer using CP DMA, initialize CMASK with it
Marek Olšák
2013-09-29
4
-19
/
+108
*
r600g: move aux_context and r600_screen_clear_buffer to drivers/radeon
Marek Olšák
2013-09-29
6
-66
/
+74
*
radeonsi: move debug options to R600_DEBUG
Marek Olšák
2013-09-29
6
-38
/
+41
*
r600g: move some debug options to drivers/radeon
Marek Olšák
2013-09-29
10
-52
/
+61
*
r600g,radeonsi: share the async dma interface
Marek Olšák
2013-09-29
8
-51
/
+61
*
radeonsi: move radeonsi-specific functions out of r600_texture.c
Marek Olšák
2013-09-29
4
-46
/
+38
*
r600g,radeonsi: remove unused code
Marek Olšák
2013-09-29
2
-4
/
+0
*
r600g: move r600g-specific functions out of r600_texture.c
Marek Olšák
2013-09-29
4
-467
/
+461
*
r600g,radeonsi: consolidate r600_texture structures
Marek Olšák
2013-09-29
3
-42
/
+26
*
r600g: get rid of r600_texture::is_rat
Marek Olšák
2013-09-29
2
-8
/
+1
*
r600g: get rid of r600_texture::array_mode
Marek Olšák
2013-09-29
3
-25
/
+4
*
r600g,radeonsi: consolidate transfer, cmask, and fmask structures
Marek Olšák
2013-09-29
9
-127
/
+94
*
radeon drivers: handle PIPE_CAP_MAX_VIEWPORTS
Marek Olšák
2013-09-29
3
-0
/
+9
*
radeon/llvm: fix TGSI_OPCODE_UCMP
Marek Olšák
2013-09-29
1
-3
/
+7
*
draw/clip: don't emit so many empty triangles
Zack Rusin
2013-09-25
1
-0
/
+39
*
llvmpipe: count c_primitives before discarding null prims
Zack Rusin
2013-09-25
1
-7
/
+6
*
llvmpipe: we need to subdivide if fb is bigger in either direction
Zack Rusin
2013-09-25
1
-1
/
+1
*
radeon/llvm: fix shadow cube texturing for GL3.0
Marek Olšák
2013-09-25
1
-23
/
+15
*
radeonsi: fix blitting the last 2 mipmap levels of compressed textures
Marek Olšák
2013-09-25
3
-2
/
+20
*
radeonsi: add missing colorbuffer formats (rework format translation)
Marek Olšák
2013-09-25
1
-346
/
+104
*
radeonsi: bypass alpha-test for integer colorbuffers
Marek Olšák
2013-09-25
1
-1
/
+10
*
r600g: fix texture buffer object cache flushing
Marek Olšák
2013-09-25
1
-1
/
+4
*
r600g: fix constant buffer cache flushing
Marek Olšák
2013-09-25
1
-1
/
+5
*
radeon/winsys: keep screen pointer in winsys v2
Christian König
2013-09-25
8
-22
/
+48
*
build/radeonsi: group all targets in common subdir
Christian König
2013-09-25
9
-97
/
+74
*
build/r600: group all targets in common subdir
Christian König
2013-09-25
11
-123
/
+76
*
build/r300: group build target in common subdir
Christian König
2013-09-25
8
-79
/
+58
*
radeon/uvd: try to place msg/fb buffer into GART
Christian König
2013-09-25
1
-2
/
+2
*
radeon/uvd: move alignment to winsys
Christian König
2013-09-25
2
-6
/
+6
*
st/vdpau: use a separate lock per decoder
Christian König
2013-09-25
2
-9
/
+12
*
st/vdpau: use new vlc function to serach for VC-1 start codes
Christian König
2013-09-25
1
-2
/
+1
*
vl/mpeg12: use new vlc function to search for start codes
Christian König
2013-09-25
1
-1
/
+1
*
vl/vlc: add fast forward search for byte value
Christian König
2013-09-25
1
-10
/
+74
*
Revert "llvmpipe: increase number of subpixel bits to eight"
Zack Rusin
2013-09-24
3
-17
/
+11
*
llvmpipe: align the array used for subdivived vertices
Zack Rusin
2013-09-23
1
-1
/
+1
*
llvmpipe: increase number of subpixel bits to eight
Zack Rusin
2013-09-23
3
-11
/
+17
*
radeon/uvd: async flush the UVD cs
Christian König
2013-09-22
1
-1
/
+1
*
winsys/radeon: share winsys between different fd's
Christian König
2013-09-22
1
-2
/
+17
*
winsys/radeon: remove cs_queue_empty
Christian König
2013-09-22
3
-19
/
+3
*
winsys/radeon: fix killing the CS thread
Christian König
2013-09-22
1
-4
/
+4
*
r600g: fast color clears for single-sample buffers
Grigori Goronzy
2013-09-20
5
-11
/
+86
*
r600g: add support for separately allocated CMASKs
Grigori Goronzy
2013-09-20
4
-10
/
+60
*
gallium: add flush_resource context function
Marek Olšák
2013-09-20
23
-3
/
+188
*
radeonsi: simplify and fix MSAA texture sampling for array textures
Marek Olšák
2013-09-20
2
-27
/
+17
*
radeonsi: fix textureOffset and texelFetchOffset GLSL functions
Marek Olšák
2013-09-20
1
-9
/
+23
*
llvmpipe: Fix rendering to PIPE_FORMAT_R10G10B10A2_UNORM.
José Fonseca
2013-09-20
1
-6
/
+78
*
draw: Ensure draw_pt_middle_end::bind_parameters is never NULL.
José Fonseca
2013-09-20
2
-0
/
+15
*
tools/trace: Simple script to compare two traces.
José Fonseca
2013-09-20
1
-0
/
+66
[next]