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
...
*
st/dri/sw: add get_image inline helper similar to put_image
George Sapountzis
2011-11-02
1
-4
/
+16
*
st/dri/sw: Fix incorrect cast
Benjamin Franzke
2011-11-02
1
-1
/
+1
*
st/dri/sw: Implement texture_from_pixmap
Benjamin Franzke
2011-11-02
4
-5
/
+60
*
Revert "Duplicate state_tracker/dri/sw/dri_drawable.c"
Benjamin Franzke
2011-11-02
1
-269
/
+1
*
Revert "state_trackers/dri/sw: Implement texture_from_pixmap."
Benjamin Franzke
2011-11-02
1
-43
/
+7
*
r600g: add comment about special shader exports
Alex Deucher
2011-11-02
1
-0
/
+32
*
r600g: take into account PSIZE output for spi mapping
Vadim Girlin
2011-11-02
1
-3
/
+6
*
svga: Update state prototypes to return pipe_error.
José Fonseca
2011-11-02
6
-25
/
+36
*
Build fix for -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast
Jeremy Huddleston
2011-11-01
2
-4
/
+4
*
intel: fix potential segfault error
Yuanhan Liu
2011-11-02
1
-2
/
+4
*
swrast: Use MapRenderbuffer for glReadPixels(GL_DEPTH_COMPONENT) fast-paths.
Eric Anholt
2011-11-01
1
-68
/
+63
*
mesa: Make unpack_uint_z_row return 32 bits of data.
Eric Anholt
2011-11-01
1
-25
/
+10
*
nouveau: Add implementation of MapRenderbuffer.
Eric Anholt
2011-11-01
1
-0
/
+46
*
radeon: Add implementation of MapRenderbuffer.
Eric Anholt
2011-11-01
2
-0
/
+98
*
intel: Use MapRenderbuffer in spans setup.
Eric Anholt
2011-11-01
1
-23
/
+10
*
intel: Add an implementation of MapRenderbuffer.
Eric Anholt
2011-11-01
4
-1
/
+130
*
intel: Improve the debug info for renderbuffer allocation.
Eric Anholt
2011-11-01
1
-4
/
+4
*
Add MapRenderbuffer implementations for software drivers.
Eric Anholt
2011-11-01
6
-4
/
+127
*
mesa: Add a driver hook for mapping renderbuffers.
Eric Anholt
2011-11-01
1
-0
/
+9
*
Revert "intel: Drop the immediate validation of the texture object in TFP."
Eric Anholt
2011-11-01
1
-0
/
+5
*
mesa: make save_EndConditionalRender param list (void) to silence warning
Brian Paul
2011-11-01
1
-1
/
+1
*
postprocess: remove const qualifiers on unsigned int parameters
Brian Paul
2011-11-01
1
-2
/
+2
*
scons: include src/glsl/Makefile.sources
Chia-I Wu
2011-11-02
1
-68
/
+14
*
android: include src/glsl/Makefile.sources
Chia-I Wu
2011-11-02
1
-86
/
+10
*
glsl: Refactor source lists to Makefile.sources
Chia-I Wu
2011-11-02
2
-73
/
+113
*
mesa: Fix memory leak in out-of-memory path.
Vinson Lee
2011-11-01
1
-0
/
+1
*
drisw: Enable SGI_make_current_read for direct contexts
Adam Jackson
2011-11-01
1
-0
/
+2
*
st/xa: Add a scanout flag for surfaces
Thomas Hellstrom
2011-11-01
2
-1
/
+14
*
Build link_uniforms for android
Eugeni Dodonov
2011-11-01
1
-0
/
+1
*
llvmpipe: Re-advertise support for stencil formats...
José Fonseca
2011-11-01
1
-5
/
+6
*
llvmpipe: Use -1 instead of ~0 for "no slot".
José Fonseca
2011-11-01
3
-15
/
+21
*
docs: update relnotes-7.12
Marek Olšák
2011-11-01
1
-0
/
+1
*
dri/nouveau: Enable NV_fog_distance on NV10 and NV20 hardware
Nicholas Miell
2011-11-01
4
-9
/
+30
*
st/mesa: Enable NV_fog_distance for Gallium drivers
Nicholas Miell
2011-11-01
1
-0
/
+1
*
mesa: Add NV_fog_distance to the fixed-function vertex program generator
Nicholas Miell
2011-11-01
1
-4
/
+39
*
mesa: Add the basics for the NV_fog_distance extension
Nicholas Miell
2011-11-01
4
-0
/
+22
*
ralloc: Use _vscprintf on MinGW.
José Fonseca
2011-11-01
1
-1
/
+7
*
svga: Fix potential buffer overflow in rs draw state.
José Fonseca
2011-10-31
4
-13
/
+19
*
llvmpipe: Remove unsed variables.
José Fonseca
2011-10-31
2
-6
/
+1
*
util: Add missing initializer.
José Fonseca
2011-10-31
1
-1
/
+1
*
i965: Fix flat integral varyings.
Paul Berry
2011-10-31
2
-3
/
+5
*
mesa: Add glsl_type::get_scalar_type() function.
Paul Berry
2011-10-31
2
-0
/
+34
*
i965/gen6+: Switch GLSL from ALT to IEEE floating point mode
Paul Berry
2011-10-31
4
-6
/
+26
*
glsl: Add isinf() and isnan() builtins.
Paul Berry
2011-10-31
4
-4
/
+34
*
glsl: Add '.ir' extension to builtin IR files
Paul Berry
2011-10-31
66
-3
/
+9
*
glsl: Fix copy-paste error in constant_expression_value(ir_binop_nequal)
Paul Berry
2011-10-31
1
-1
/
+1
*
docs: list GL_ARB_texture_storage in 7.12 release notes
Brian Paul
2011-10-31
1
-0
/
+1
*
mesa: add note about immutable textures for _mesa_test_texobj_completeness()
Brian Paul
2011-10-31
1
-0
/
+4
*
swrast: implement GL_ARB_texture_storage
Brian Paul
2011-10-31
4
-0
/
+43
*
st/mesa: implement GL_ARB_texture_storage
Brian Paul
2011-10-31
2
-0
/
+63
[prev]
[next]