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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
7
-5
/
+9
|
*
|
Document the return type coding style.
Kai Wasserbäch
2011-08-25
1
-0
/
+10
|
*
|
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
6
-2
/
+143
|
*
|
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
|
*
|
docs: Document coding style conventions
Paul Berry
2011-08-24
1
-0
/
+23
|
*
|
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
|
*
|
winsys/svga: use os_mmap() for memory mapping
Chia-I Wu
2011-08-24
1
-5
/
+6
|
*
|
winsys/radeon: use os_mmap() for memory mapping
Chia-I Wu
2011-08-24
1
-3
/
+3
|
*
|
auxiliary/os: add wrappers for mmap/munmap
Chia-I Wu
2011-08-24
1
-0
/
+87
|
*
|
i965: Only map the necessary buffer range in brw_prepare_indices
Ian Romanick
2011-08-23
1
-3
/
+2
|
*
|
tnl: Only map the necessary buffer range in bind_indices
Ian Romanick
2011-08-23
1
-5
/
+21
|
*
|
mesa: Only map the necessary buffer range in vbo_get_minmax_index
Ian Romanick
2011-08-23
1
-4
/
+19
[prev]
[next]