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
*
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
*
winsys/sw/xlib: fix compile error in xlib_sw_winsys.c.
Gaetan Nadon
2013-09-19
1
-1
/
+1
*
freedreno/a3xx: fix typo mixup w/ mipfilter
Rob Clark
2013-09-19
1
-1
/
+1
*
freedreno: fix glReadPixels
Rob Clark
2013-09-19
1
-2
/
+2
*
gallivm: adjust wrap mode to CLAMP_TO_EDGE always for cube maps.
Roland Scheidegger
2013-09-19
1
-3
/
+7
*
util/u_blit: Implement util_blit_pixels via pipe_context::blit.
José Fonseca
2013-09-18
1
-410
/
+37
*
util/u_blit: Support blits from cubemaps.
José Fonseca
2013-09-18
2
-3
/
+32
*
vega: Use pipe_context::blit instead of util_blit_pixels_tex.
José Fonseca
2013-09-18
2
-20
/
+26
*
gallivm: some bits of seamless cube filtering implementation
Roland Scheidegger
2013-09-18
3
-14
/
+29
*
ilo: make ilo_bind_sampler_states return void
Chia-I Wu
2013-09-17
1
-16
/
+25
[next]