index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: Add a page on post-processing
Lauri Kasanen
2011-08-26
2
-0
/
+57
*
svga: include LLVM in name string in debug builds
Brian Paul
2011-08-26
1
-2
/
+11
*
pp: initialize the sample mask
Christoph Bumiller
2011-08-26
1
-0
/
+2
*
st/xorg: Fix solid fills for formats other than PICT_a8r8g8b8.
Michel Dänzer
2011-08-26
1
-13
/
+13
*
r600g: Hook up xorg state tracker.
Michel Dänzer
2011-08-26
4
-1
/
+200
*
r600g: Handle PIPE_TRANSFER_MAP_DIRECTLY.
Michel Dänzer
2011-08-26
1
-0
/
+3
*
st/xorg: Disable dirty throttling by default.
Michel Dänzer
2011-08-26
1
-1
/
+1
*
st/xorg: Only damage non-front source in DRI2 CopyRegion hook.
Michel Dänzer
2011-08-26
1
-7
/
+9
*
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
3
-0
/
+47
*
scons: add more LIBS for compiling with LLVM 2.9 on Windows
Brian Paul
2011-08-26
1
-0
/
+2
*
g3dvl: Rewrite the mpeg 1&2 bitstream parser
Christian König
2011-08-26
5
-1751
/
+934
*
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
5
-22
/
+34
*
g3dvl: Rework the decoder interface part 4/5
Christian König
2011-08-26
6
-29
/
+11
*
g3dvl: Rework the decoder interface part 3/5
Christian König
2011-08-26
11
-361
/
+437
*
g3dvl: Rework the decoder interface part 2/5
Christian König
2011-08-26
10
-16
/
+61
*
g3dvl: Rework the decoder interface part 1/5
Christian König
2011-08-26
7
-316
/
+404
*
tgsi: update tgsi.rst for TXQ
Dave Airlie
2011-08-26
1
-2
/
+14
*
i915g: Fix off-by-one in scissors.
David Reveman
2011-08-25
1
-2
/
+2
*
i915g: Fix case where texcoords can overlap with fragpos/frontface.
Stéphane Marchesin
2011-08-25
1
-3
/
+3
*
i915g: Improve the flush heuristic by using the previous frame's number of ve...
Stéphane Marchesin
2011-08-25
4
-6
/
+18
*
r600g: fix replace_gpr_with_pv_ps
Vadim Girlin
2011-08-25
1
-1
/
+1
*
r600g: fix check_and_set_bank_swizzle
Vadim Girlin
2011-08-25
1
-10
/
+20
*
glcpp: Add GL_ARB_conservative_depth #define.
Kenneth Graunke
2011-08-25
1
-1
/
+3
*
i965: Remove all bits of NRM3 and NRM4 code
Ian Romanick
2011-08-25
1
-31
/
+0
*
glsl: fix crash when a const is passed to texelFetchOffset
Dave Airlie
2011-08-25
1
-0
/
+1
*
glsl: Bail after reporting an error for non-constant const_in parameters.
Kenneth Graunke
2011-08-25
1
-0
/
+1
*
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
22
-4
/
+4844
|
\
|
*
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
|
*
st/dri: Bind the post-processing queue to dri
Lauri Kasanen
2011-08-19
5
-4
/
+47
|
*
driconf: Add the PP descriptions
Lauri Kasanen
2011-08-19
2
-0
/
+90
*
|
softpipe: add const qualifier to silence warnings
Brian Paul
2011-08-25
1
-1
/
+1
*
|
glsl_to_tgsi: add TXF support. (v2)
Dave Airlie
2011-08-25
1
-3
/
+7
*
|
softpipe: implement TXF support via get_texel callback
Dave Airlie
2011-08-25
1
-0
/
+69
*
|
tgsi: add TXF support.
Dave Airlie
2011-08-25
2
-1
/
+59
*
|
glsl_to_tgsi: implement TXS/TXQ. (v2)
Dave Airlie
2011-08-25
1
-9
/
+18
*
|
softpipe: add get_dims callback for TXQ support. (v2)
Dave Airlie
2011-08-25
1
-0
/
+40
*
|
tgsi: add TXQ support. (v2)
Dave Airlie
2011-08-25
2
-1
/
+31
[next]