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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
glsl: Implement the GL_ARB_conservative_depth extension.
Kenneth Graunke
2011-08-25
6
-4
/
+8
*
|
Change return type of try_emit_* methods to bool.
Kai Wasserbäch
2011-08-25
2
-9
/
+9
*
|
d3d1x: save to correct slot in xs_set_constant_buffers
Christoph Bumiller
2011-08-25
1
-2
/
+2
*
|
d3d1x: fix xs_set_samplers
Christoph Bumiller
2011-08-25
1
-1
/
+2
*
|
android: add support for r600g
Chia-I Wu
2011-08-25
5
-0
/
+135
*
|
winsys/radeon: share the source list
Chia-I Wu
2011-08-25
3
-9
/
+7
*
|
winsys/r600: share the source list
Chia-I Wu
2011-08-25
3
-13
/
+10
*
|
r600g: share the source list
Chia-I Wu
2011-08-25
3
-31
/
+19
*
|
glsl: Make sure that Extensions.dummy_true is set to true
Ian Romanick
2011-08-24
1
-0
/
+2
*
|
vbo: remove unused var, remove unneeded local var
Brian Paul
2011-08-24
1
-4
/
+1
*
|
llvmpipe: add more restrict keywords
Brian Paul
2011-08-24
1
-4
/
+4
*
|
swrast: Remove swrast eject/validate texture image code.
Brian Paul
2011-08-24
1
-79
/
+0
*
|
radeon: Fix flushing before writing a teximage's BO when !t->bo.
Eric Anholt
2011-08-24
1
-12
/
+12
*
|
st/mesa: remove st_texture_image::face,level fields
Brian Paul
2011-08-24
4
-23
/
+17
*
|
intel: use new gl_texture_image:Face, Level fields
Brian Paul
2011-08-24
9
-51
/
+34
*
|
mesa: add gl_texture_image::Face, Level fields
Brian Paul
2011-08-24
2
-0
/
+5
*
|
x11: add missing comma to fix compilation
Brian Paul
2011-08-24
1
-1
/
+1
*
|
r600g: fill out missing entries in opcode tables.
Dave Airlie
2011-08-24
1
-0
/
+36
[next]