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
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: Implement GL_OES_EGL_image driver hooks.
Chia-I Wu
2010-04-04
7
-0
/
+245
*
st/egl: Implement get_egl_image hook.
Chia-I Wu
2010-04-04
1
-0
/
+32
*
r300g: fix TFP stride override.
Dave Airlie
2010-04-04
1
-1
/
+1
*
r300g: add conditional rendering
Marek Olšák
2010-04-04
3
-0
/
+33
*
r300g: add r4xx fragment shader registers
Marek Olšák
2010-04-04
1
-1
/
+47
*
r300g: do not use the c++ template keyword
Marek Olšák
2010-04-04
2
-27
/
+27
*
r300g: properly setup textures from X server
Marek Olšák
2010-04-04
1
-4
/
+3
*
r300g: fix color tiling for buffer from X server.
Dave Airlie
2010-04-03
5
-1
/
+38
*
mesa: display list support for GL_EXT_transform_feedback
Brian Paul
2010-04-02
1
-1
/
+48
*
mesa: plug in GL_EXT_transform_feedback functions into dispatch
Brian Paul
2010-04-02
1
-0
/
+13
*
glapi: regenerated files for EXT_transform_feedback
Brian Paul
2010-04-02
10
-3972
/
+4561
*
glapi: include/build EXT_transform_feedback.xml
Brian Paul
2010-04-02
2
-0
/
+3
*
glapi: new EXT_transform_feedback.xml file
Brian Paul
2010-04-02
1
-0
/
+123
*
glapi: fix error message
Brian Paul
2010-04-02
1
-1
/
+1
*
r300 compiler: add target output debugging.
Dave Airlie
2010-04-03
1
-3
/
+4
*
util: Revert unsolicited, untested, unreviewed, and broken changes to format ...
José Fonseca
2010-04-03
8
-205
/
+130
*
gallium/docs: Dithering might not actually do anything.
Corbin Simpson
2010-04-02
1
-1
/
+1
*
r300g: Expound on dithering comment.
Corbin Simpson
2010-04-02
1
-4
/
+9
*
r300g: make dithering work like fglrx.
Dave Airlie
2010-04-03
1
-2
/
+4
*
gallium: fix dri_destroy_option_cache() when optionCache.info is NULL
Yann Droneaud
2010-04-02
1
-4
/
+6
*
llvmpipe: limit max texture size to 2Kx2K for now
Brian Paul
2010-04-02
3
-1
/
+8
*
gallivm: Add fallthrough comment at end of case statement.
Vinson Lee
2010-04-02
1
-0
/
+1
*
gallium/util: print \n after DXTn printf
Luca Barbieri
2010-04-02
1
-3
/
+3
*
softpipe: remove S3TC init, since it's done on-demand now
Luca Barbieri
2010-04-02
1
-2
/
+0
*
glsl: fix bad return value in link_transform_feedback()
Brian Paul
2010-04-01
1
-1
/
+1
*
gallium/util: remove extraneous semicolon
Brian Paul
2010-04-01
1
-1
/
+1
*
gallium: remove old comment about return values
Brian Paul
2010-04-01
1
-1
/
+1
*
glsl: remove obsolete comment
Brian Paul
2010-04-01
1
-1
/
+0
*
glsl: do extra link checking for transform feedback
Brian Paul
2010-04-01
1
-3
/
+83
*
mesa: minor fixes in _mesa_GetTransformFeedbackVarying()
Brian Paul
2010-04-01
1
-1
/
+10
*
glsl: append built-in, used varying vars to the varying vars list
Brian Paul
2010-04-01
1
-0
/
+27
*
mesa: make _mesa_copy_string() non-static
Brian Paul
2010-04-01
2
-7
/
+25
*
glsl: pass datatype to _mesa_add_varying()
Brian Paul
2010-04-01
4
-5
/
+7
*
glsl: add more vertex/fragment output info helpers
Brian Paul
2010-04-01
2
-13
/
+64
*
gallium/util: revert util_format_init addition
Luca Barbieri
2010-04-02
4
-13
/
+1
*
gallium/util: add util_format_is_supported to check for pack/unpack
Luca Barbieri
2010-04-02
4
-25
/
+39
*
gallium/util: load s3tc on demand
Luca Barbieri
2010-04-02
2
-107
/
+151
*
gallium/util: pregenerate half float tables
Luca Barbieri
2010-04-02
6
-170
/
+191
*
st/egl: Add a missing break.
Chia-I Wu
2010-04-02
1
-0
/
+1
*
gallium/util: s/inline/INLINE/
Vinson Lee
2010-04-01
1
-1
/
+1
*
nv50: call util_format_init
Luca Barbieri
2010-04-02
1
-0
/
+3
*
gallium/util: add util_format_init that inits s3tc and util_half
Luca Barbieri
2010-04-02
5
-6
/
+23
*
gallium/util: add one-time initialization helper
Luca Barbieri
2010-04-02
1
-0
/
+15
*
gallium/util: use #pragma section instead of #pragma data_seg
Luca Barbieri
2010-04-02
1
-1
/
+1
*
gallium/util: reindent u_half.c and u_half.h with Mesa coding style
Luca Barbieri
2010-04-02
2
-107
/
+112
*
Revert "util: Init half-float tables on demand."
Luca Barbieri
2010-04-02
3
-14
/
+57
*
util: Init half-float tables on demand.
Corbin Simpson
2010-04-01
3
-57
/
+14
*
llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.
José Fonseca
2010-04-01
2
-4
/
+45
*
util: Declare .CRT$XCU data segment.
Michal Krol
2010-04-01
1
-0
/
+1
*
scons: Remove `util/u_gctors.cpp'.
Michal Krol
2010-04-01
1
-1
/
+0
[next]