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
...
*
|
[g3dvl] store the idct matrix as hex values
Christian König
2011-05-16
1
-10
/
+17
*
|
Merge remote-tracking branch 'origin/master' into pipe-video
Christian König
2011-05-15
3
-32
/
+48
|
\
|
|
*
u_vbuf_mgr: fix max_index computation once again
Marek Olšák
2011-05-14
1
-15
/
+47
|
*
Remove redundant util_unsigned_logbase2
Matt Turner
2011-05-12
2
-13
/
+1
|
*
u_math.h: Remove redundant mingw32 ffs definition
Matt Turner
2011-05-12
1
-4
/
+0
*
|
[g3dvl] enable gl_rasterization_rules for idct
Christian König
2011-05-15
1
-11
/
+6
*
|
[g3dvl] enable gl_rasterization_rules for zscan
Christian König
2011-05-15
1
-6
/
+5
*
|
[g3dvl] store mvpos seperately from x,y cord
Christian König
2011-05-15
1
-23
/
+27
*
|
[g3dvl] pre apply zscan to quant matrix
Christian König
2011-05-15
1
-68
/
+51
*
|
[g3dvl] no need for seperate intermediate buffers any more
Christian König
2011-05-15
2
-102
/
+110
*
|
[g3dvl] move alignment of buffers to mb size into context
Christian König
2011-05-15
2
-7
/
+4
*
|
[g3dvl] fix fi_frame mb increment
Christian König
2011-05-14
1
-2
/
+19
*
|
[g3dvl] move dct_type detection out of get_macroblock_modes
Christian König
2011-05-08
1
-29
/
+23
*
|
[g3dvl] fix field selection of mb without mc
Christian König
2011-05-08
1
-18
/
+23
*
|
[g3dvl] memcpy the DCT buffer instead of writing it directly
Christian König
2011-05-07
1
-2
/
+6
*
|
[g3dvl] rgba surfaces are clearing if the alpha channel is one
Christian König
2011-05-07
1
-1
/
+1
*
|
[g3dvl] using reciprocals for size calc is sometimes not precise enough
Christian König
2011-05-07
1
-9
/
+9
*
|
Merge remote-tracking branch 'origin/master' into pipe-video
Christian König
2011-05-07
14
-46
/
+589
|
\
|
|
*
gallium/draw: Fix enum type taken by draw_get_shader_param().
Michel Dänzer
2011-05-03
1
-1
/
+1
|
*
tgsi: remove set-but-unused variables
Marek Olšák
2011-05-01
1
-4
/
+0
|
*
draw: remove set-but-unused variable
Marek Olšák
2011-05-01
1
-2
/
+1
|
*
rbug: remove set-but-unused variables
Marek Olšák
2011-05-01
3
-28
/
+0
|
*
util: implement R11G11B10_FLOAT pack/unpack functions
Marek Olšák
2011-04-29
4
-1
/
+336
|
*
mesa, util: move RGB9E5 conversion functions to gallium/util
Marek Olšák
2011-04-29
2
-1
/
+165
|
*
util: implement R9G9B9E5 pack and unpack functions
Marek Olšák
2011-04-29
1
-5
/
+82
|
*
util: make macros MIN3, MAX3, MIN4, MAX4 little more efficient
Marek Olšák
2011-04-27
1
-4
/
+4
|
*
gallivm: fix warning: ‘value’ may be used uninitialized in this function
Marek Olšák
2011-04-27
1
-1
/
+1
|
*
os: simplify ifdef
nobled
2011-04-27
1
-1
/
+1
*
|
[g3dvl] move zscan into shaders
Christian König
2011-05-05
5
-130
/
+131
*
|
[g3dvl] remove quantizer_scale from picture structure
Christian König
2011-05-04
1
-34
/
+36
*
|
[g3dvl] remove dc_dct_pred from picture structure
Christian König
2011-05-04
1
-15
/
+16
*
|
[g3dvl] divide mpg12 width height by 16
Christian König
2011-05-04
2
-12
/
+11
*
|
[g3dvl] remove the dubble zscan from the mpg12 decoder
Christian König
2011-05-04
1
-57
/
+25
*
|
[g3dvl] remove the unused bitstream parser components
Christian König
2011-05-04
3
-278
/
+2
*
|
[g3dvl] Implement MPEG2 VLD
Christian König
2011-05-04
6
-0
/
+2190
*
|
[g3dvl] make clear color configureable
Christian König
2011-04-27
2
-2
/
+18
*
|
[g3dvl] make reset_dirty_area a public interface
Christian König
2011-04-27
1
-0
/
+1
*
|
[g3dvl] implement clearing of dirty destination surface areas
Christian König
2011-04-27
2
-13
/
+75
*
|
[g3dvl] move compositor src and dst normalisation into layer setting
Christian König
2011-04-27
2
-41
/
+64
*
|
[g3dvl] fix setting width, height and chroma format in video buffer
Christian König
2011-04-27
1
-0
/
+3
*
|
[g3dvl] fix a couple of bugs around paletted subpictures
Christian König
2011-04-27
2
-16
/
+34
*
|
[g3dvl] merge idct stage 2 and mc ycbcr stage into a single draw
Christian König
2011-04-25
6
-258
/
+344
*
|
[g3dvl] rework fence handling and add r600g workaround
Christian König
2011-04-24
1
-4
/
+1
*
|
[g3dvl] start supporting different render target formats
Christian König
2011-04-24
7
-102
/
+173
*
|
[g3dvl] remove resource_format workaround
Christian König
2011-04-24
1
-1
/
+6
*
|
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
[prev]
[next]