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
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote branch 'origin/master' into pipe-video
Christian König
2011-04-23
38
-173
/
+575
|
\
|
*
draw: fix point/line/tri flushing bug in vbuf code
Brian Paul
2011-04-22
1
-4
/
+10
|
*
galahad,util: warn on resource target mismatch in copy_region
Marek Olšák
2011-04-21
1
-0
/
+3
|
*
util: add a simple memcpy path for copying buffers in util_resource_copy_region
Marek Olšák
2011-04-21
1
-9
/
+13
|
*
translate: disable clamping of instanced array indexes
Brian Paul
2011-04-19
2
-9
/
+16
|
*
translate: s/varient/variant/
Brian Paul
2011-04-15
1
-44
/
+44
|
*
gallium: add and use generic function for querying patented format support (v2)
Marek Olšák
2011-04-15
2
-0
/
+59
|
*
gallium: add A/L/LA/I floating point formats
Luca Barbieri
2011-04-15
1
-0
/
+8
|
*
u_vbuf_mgr: fixed vbo max_index calculation
pepp
2011-04-11
1
-1
/
+1
|
*
u_vbuf_mgr: fix crash with unsupported vertex format in hw VBOs
Marek Olšák
2011-04-08
2
-2
/
+6
|
*
llvmpipe: Take the sampler view's first_level into account when sampling.
Fabian Bieler
2011-04-08
9
-30
/
+65
|
*
util: add cpu detection for sse 4.2 and avx
Brian Paul
2011-04-07
2
-0
/
+6
|
*
util: simplify bit shifting in util_cpu_detect()
Brian Paul
2011-04-07
1
-11
/
+11
|
*
draw: Fix thinko in debug warnings.
José Fonseca
2011-04-06
1
-3
/
+3
|
*
translate: Respect translate_buffer::max_index.
José Fonseca
2011-04-01
3
-2
/
+28
|
*
draw: Prevent out-of-bounds vertex buffer access.
José Fonseca
2011-04-01
11
-7
/
+157
|
*
draw: Revert code reorg in previous change.
José Fonseca
2011-03-31
1
-4
/
+4
|
*
draw: implement vertex color clamping, and disable SSE and PPC paths
Luca Barbieri
2011-03-31
4
-9
/
+58
|
*
gallium: list use inline function to avoid macro shot coming
Jerome Glisse
2011-03-30
1
-43
/
+67
|
*
draw: Forgot to remove one istart usage.
José Fonseca
2011-03-30
1
-1
/
+1
|
*
draw: Fix bug when drawing ushort indices.
José Fonseca
2011-03-30
1
-6
/
+8
|
*
gallium: add EXT_texture_snorm support
Marek Olšák
2011-03-29
1
-0
/
+8
|
*
gallivm: Fix build with llvm-2.9.
Vinson Lee
2011-03-28
1
-2
/
+2
|
*
gallivm: Fix build with llvm-2.9
Tobias Droste
2011-03-28
1
-3
/
+9
|
*
gallivm: Fix build with llvm-2.9.
Vinson Lee
2011-03-25
1
-0
/
+5
*
|
[g3dvl] cleanup error handling
Christian König
2011-04-23
3
-48
/
+95
*
|
[g3dvl] make ycbcr stream and block data a public interface
Christian König
2011-04-23
4
-198
/
+70
*
|
[g3dvl] start implementing zscan and quantification
Christian König
2011-04-23
7
-111
/
+849
*
|
[g3dvl] make motion vector buffers a public interface
Christian König
2011-04-20
4
-43
/
+43
*
|
[g3dvl] revert commit 310eea52ca1e997295c84163066cc5d0fd4f8cf6
Christian König
2011-04-19
6
-355
/
+252
*
|
[g3dvl] give each color component their own vertex buffer
Christian König
2011-04-17
4
-73
/
+91
*
|
[g3dvl] no need for seperate mv vertex states any more
Christian König
2011-04-17
4
-8
/
+6
*
|
[g3dvl] give mv their own vertex buffer back
Christian König
2011-04-17
8
-134
/
+229
*
|
[g3dvl] move blender state into idct code
Christian König
2011-04-17
4
-22
/
+27
*
|
[g3dvl] rename vl_mpeg12_mc_renderer into vl_mc
Christian König
2011-04-17
4
-37
/
+37
*
|
[g3dvl] move top/bottom field selection into mc code
Christian König
2011-04-17
2
-25
/
+46
*
|
[g3dvl] make macroblock_size configurable in mc
Christian König
2011-04-16
3
-20
/
+27
*
|
[g3dvl] remove dummy sampler from mc
Christian König
2011-04-16
2
-34
/
+0
*
|
[g3dvl] move mc fb and viewport handling into buffer object
Christian König
2011-04-16
3
-41
/
+58
*
|
[g3dvl] back to seperate mc for y and c planes
Christian König
2011-04-16
2
-10
/
+19
*
|
[g3dvl] give mc and ycbcr stage its own vertex element state
Christian König
2011-04-15
3
-8
/
+32
*
|
[g3dvl] give mv and ycbcr stage its own vertex shader
Christian König
2011-04-15
3
-94
/
+153
*
|
[g3dvl] set ref samplers to linear again
Christian König
2011-04-15
1
-2
/
+4
*
|
[g3dvl] use blending for mc of ref frames
Christian König
2011-04-14
7
-165
/
+171
*
|
[g3dvl] cleanup blender and sampler views
Christian König
2011-04-14
2
-77
/
+56
*
|
[g3dvl] split mc into seperate stages
Christian König
2011-04-13
3
-56
/
+102
*
|
[g3dvl] move intra handling into fetch_ycbcr
Christian König
2011-04-13
1
-36
/
+35
*
|
xvmc: Define some Xv attribs to allow users to specify color standard and pro...
Christian König
2011-04-13
2
-9
/
+21
*
|
[g3dvl] make resource_format param const
Christian König
2011-04-12
1
-1
/
+1
*
|
[g3dvl] make resource format selection a public interface
Christian König
2011-04-12
4
-17
/
+13
[next]