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
...
*
translate: check for PIPE_SUBSYSTEM_EMBEDDED
Brian Paul
2011-09-22
1
-1
/
+1
*
tgsi: Check in scan for fs position and depth reads
Jakob Bornecrantz
2011-09-22
2
-0
/
+17
*
gallium/util: add util_format_is_srgb() helper
Brian Paul
2011-09-22
1
-0
/
+7
*
util: add u_bit_scan helper
Keith Whitwell
2011-09-22
1
-0
/
+16
*
util: Allow to make the depth/stencil format queries without repeatedly looki...
José Fonseca
2011-09-22
1
-9
/
+20
*
util: single call to util_format_description in fill_rect
Keith Whitwell
2011-09-22
1
-3
/
+4
*
util: Handle conversion between depth stencil formats.
José Fonseca
2011-09-22
1
-0
/
+44
*
util: remove stray debug code
Brian Paul
2011-09-21
1
-2
/
+0
*
gallivm: fix build with llvm 3.0svn
Brian Paul
2011-09-21
1
-2
/
+8
*
gallium/util: observe sampler view's first_level in util_blit_pixels_tex()
Brian Paul
2011-09-20
1
-6
/
+10
*
mesa/gallium: remove GLchan from latc, rgtc code
Brian Paul
2011-09-20
2
-15
/
+15
*
Gallium: remove unnecessary ifdef for MAX_CLIPPED_VERTICES.
Paul Berry
2011-09-20
1
-2
/
+0
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
10
-48
/
+44
*
gallivm: fix build with LLVM 3.0svn
Tobias Droste
2011-09-15
1
-1
/
+10
*
util: add util_format_is_luminance/intensity/rgb(), etc
Brian Paul
2011-09-15
2
-1
/
+112
*
g3dvl: Add max_references parameter to vl_create_decoder()
Emeric Grange
2011-09-14
4
-5
/
+6
*
g3dvl: Add get_clear_color capability
Emeric Grange
2011-09-14
2
-0
/
+18
*
g3dvl: Various whitespace cleanups found while reading some code
Emeric Grange
2011-09-14
4
-18
/
+20
*
gallivm: remove unused vars
Brian Paul
2011-09-13
1
-5
/
+0
*
gallium: minor comments for util_format_channel_description fields
Brian Paul
2011-09-13
1
-2
/
+2
*
pb_buffer: inline 'base' sub-struct
Marek Olšák
2011-09-11
9
-91
/
+87
*
tgsi: fix typo in commit 324ac982d8e7
Emil Velikov
2011-09-10
1
-1
/
+1
*
gallium: add TGSI opcodes UARL and UCMP
Bryan Cain
2011-09-10
2
-0
/
+33
*
draw/llvm: combine draw_llvm_generate() and draw_llvm_generate_elts()
Brian Paul
2011-09-10
1
-273
/
+97
*
u_blitter: add texture array support
Marek Olšák
2011-09-10
1
-11
/
+41
*
gallium: add shadow 1D and 2D array samplers to TGSI
Marek Olšák
2011-09-10
7
-7
/
+66
*
rtasm,translate: Disable on Mingw-w64.
José Fonseca
2011-09-06
2
-2
/
+2
*
gallium: add missing formats for ARB_vertex_type_2_10_10_10_rev
Dave Airlie
2011-09-05
1
-1
/
+8
*
gallivm: fix build with LLVM 3.0svn
Tobias Droste
2011-09-05
1
-4
/
+10
*
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
2011-09-02
8
-9
/
+132
*
g3dvl: extend the functionality of the compositor
Christian König
2011-09-01
2
-29
/
+77
*
gallium: add R8A8 and A8R8 UNORM formats
Christian König
2011-09-01
1
-0
/
+2
*
gallium: try to cleanup a bit of the format mess created with pipe-video merge
Christian König
2011-09-01
3
-80
/
+4
*
vl: Fix include style
Kai Wasserbäch
2011-08-29
20
-63
/
+63
*
util: Fix include style
Kai Wasserbäch
2011-08-29
4
-18
/
+18
*
g3dvl: Fix a bug not decoding the last 32-64 bits of an mpeg2 bitstream.
Christian König
2011-08-29
2
-8
/
+7
*
g3dvl: use pointer_to_uintptr() to silence a cast warning
Brian Paul
2011-08-26
1
-1
/
+2
*
pp: initialize the sample mask
Christoph Bumiller
2011-08-26
1
-0
/
+2
*
g3dvl: s/inline/INLINE/ to fix MSVC build
Brian Paul
2011-08-26
1
-3
/
+3
*
g3dvl: fix compilation failure on MSVC
Brian Paul
2011-08-26
1
-1
/
+2
*
scons: don't compile some files with -gstabs if using mingw32
Brian Paul
2011-08-26
1
-0
/
+4
*
g3dvl: Rewrite the mpeg 1&2 bitstream parser
Christian König
2011-08-26
4
-1751
/
+923
*
g3dvl: Use a single texture for luma and chroma data
Christian König
2011-08-26
6
-140
/
+91
*
g3dvl: Rework the decoder interface part 5/5
Christian König
2011-08-26
1
-4
/
+11
*
g3dvl: Rework the decoder interface part 4/5
Christian König
2011-08-26
2
-2
/
+0
*
g3dvl: Rework the decoder interface part 3/5
Christian König
2011-08-26
6
-82
/
+301
*
g3dvl: Rework the decoder interface part 2/5
Christian König
2011-08-26
2
-0
/
+19
*
g3dvl: Rework the decoder interface part 1/5
Christian König
2011-08-26
2
-220
/
+254
*
pp: add files to Makefile.sources
Brian Paul
2011-08-25
1
-0
/
+6
*
Merge branch 'kasanen-post-process-v2'
Brian Paul
2011-08-25
15
-0
/
+4707
|
\
[prev]
[next]