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: 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
|
\
|
*
pp/main queue: Add the PP headers
Lauri Kasanen
2011-08-19
3
-0
/
+215
|
*
pp/main queue: Add pp_program.[ch]
Lauri Kasanen
2011-08-19
2
-0
/
+201
|
*
pp/main queue: Add pp_init.c
Lauri Kasanen
2011-08-19
1
-0
/
+283
|
*
pp/main queue: Add pp_run.c
Lauri Kasanen
2011-08-19
1
-0
/
+188
|
*
pp: Add Jimenez' MLAA
Lauri Kasanen
2011-08-19
2
-0
/
+646
|
*
pp: Add the MLAA areamap
Lauri Kasanen
2011-08-19
1
-0
/
+2821
|
*
pp: Cel-shade filter
Lauri Kasanen
2011-08-19
2
-0
/
+117
|
*
pp: Color filters
Lauri Kasanen
2011-08-19
2
-0
/
+149
|
*
pp: Docs
Lauri Kasanen
2011-08-19
1
-0
/
+87
|
*
aux/Makefile,SConscript: Build PP
Lauri Kasanen
2011-08-19
2
-0
/
+12
*
|
tgsi: add TXF support.
Dave Airlie
2011-08-25
2
-1
/
+59
*
|
tgsi: add TXQ support. (v2)
Dave Airlie
2011-08-25
2
-1
/
+31
*
|
auxiliary/os: add wrappers for mmap/munmap
Chia-I Wu
2011-08-24
1
-0
/
+87
*
|
make: Add missing source file.
José Fonseca
2011-08-23
1
-0
/
+1
*
|
auxiliary: share the source lists
Chia-I Wu
2011-08-23
4
-591
/
+207
*
|
android: build gallium auxiliaries
Chia-I Wu
2011-08-21
1
-0
/
+252
*
|
gallium: add PIPE_OS_ANDROID support
Chia-I Wu
2011-08-21
2
-2
/
+12
|
/
*
r600g: expose ARB_ES2_compatibility by claiming fixed-point format support
Marek Olšák
2011-08-16
2
-31
/
+32
*
u_blitter: restore some states conditionally
Marek Olšák
2011-08-16
1
-12
/
+17
*
u_blitter: rename util_blitter_copy_region -> util_blitter_copy_texture
Marek Olšák
2011-08-16
2
-17
/
+20
*
Merge branch 'glsl-to-tgsi'
Bryan Cain
2011-08-04
2
-1
/
+14
|
\
|
*
tgsi: add support for TGSI_OPCODE_MOD in tgsi_exec
Bryan Cain
2011-08-01
1
-1
/
+12
|
*
gallium: add PIPE_SHADER_CAP_INTEGERS
Bryan Cain
2011-08-01
1
-0
/
+2
*
|
util: fix a typo in util_format_swizzle_4f
Marek Olšák
2011-08-03
1
-1
/
+1
*
|
gallium/util: add functions for manipulating swizzles
Marek Olšák
2011-08-02
2
-0
/
+69
*
|
util: enable S3TC support when the force_s3tc_enable env var is set to "true"
Bryan Cain
2011-07-26
1
-2
/
+9
*
|
gallium: change formats merged with pipe-video to type "other"
Christian König
2011-07-25
1
-7
/
+7
*
|
g3dvl: remove unused vs output from create_ref_vert_shader
Christian König
2011-07-25
1
-4
/
+1
*
|
gallivm: Add a note about log2 computation and denormalized numbers.
José Fonseca
2011-07-22
1
-0
/
+6
*
|
gallivm: Fix lp_build_exp2 order 4-5 polynomial coefficients and bump order.
José Fonseca
2011-07-22
1
-12
/
+12
*
|
gallivm: Increase lp_build_rsqrt() precision.
José Fonseca
2011-07-22
1
-1
/
+1
*
|
gallivm: Update minimax comments.
José Fonseca
2011-07-22
1
-6
/
+17
*
|
gallivm: Fix lp_build_exp/lp_build_log.
José Fonseca
2011-07-22
1
-2
/
+2
*
|
util: Store alpha value too.
José Fonseca
2011-07-22
1
-1
/
+1
*
|
Revert "g3dvl: Preserve previously rendered components for MC output."
Younes Manton
2011-07-21
1
-4
/
+4
*
|
Merge branch 'gallium-polygon-stipple'
Brian Paul
2011-07-21
3
-20
/
+64
|
\
\
[next]