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
/
mesa
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: make save_EndConditionalRender param list (void) to silence warning
Brian Paul
2011-11-01
1
-1
/
+1
*
mesa: Fix memory leak in out-of-memory path.
Vinson Lee
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
*
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
1
-0
/
+1
*
mesa: plug in dispatch functions for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+9
*
mesa: init extension entry for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+1
*
mesa: display list dispatch for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+9
*
mesa: new glTexImage error checks for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+34
*
mesa: glGetTexParameter support for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+12
*
mesa: implement new functions for GL_ARB_texture_storage
Brian Paul
2011-10-31
2
-0
/
+463
*
glapi: regenerated API files for GL_ARB_texture_storage
Brian Paul
2011-10-31
3
-5079
/
+5196
*
mesa: add new driver hook for AllocTextureStorage()
Brian Paul
2011-10-31
1
-0
/
+9
*
mesa: add new fields for GL_ARB_texture_storage
Brian Paul
2011-10-31
1
-0
/
+2
*
mesa: Don't do [0, 1] clamping on glGetTexImage() of packed float formats.
Eric Anholt
2011-10-28
1
-4
/
+6
*
glsl: Distinguish between no interpolation qualifier and 'smooth'
Paul Berry
2011-10-27
1
-1
/
+5
*
mesa: Expose GLSL interpolation qualifiers in gl_fragment_program.
Paul Berry
2011-10-27
1
-0
/
+19
*
mesa: initialize ARB_transform_feedback2 dispatch
Marek Olšák
2011-10-27
2
-1
/
+10
*
mesa: improve EXT_transform_feedback display list support
Marek Olšák
2011-10-27
1
-10
/
+9
*
mesa: fix GL error checking in TransformFeedbackVaryings
Marek Olšák
2011-10-27
1
-1
/
+3
*
glsl: Rename remaining internal builtins from gl_MESA* to gl_*MESA.
Eric Anholt
2011-10-26
1
-3
/
+3
*
mesa: Apply StripTextureBorder to CopyTexImage as well.
Eric Anholt
2011-10-26
1
-0
/
+10
*
mesa: Fold gallium's texture border stripping into a core Mesa option.
Eric Anholt
2011-10-26
2
-3
/
+68
*
mesa: Skip texstore for 0-sized texture data.
Eric Anholt
2011-10-26
1
-0
/
+9
*
glsl: Add uniform_locations_assigned parameter to do_dead_code opt pass
Ian Romanick
2011-10-25
1
-1
/
+1
*
mesa: Remove unnecessary and incorrect TexEnv parameter validation.
Kenneth Graunke
2011-10-25
1
-6
/
+0
*
mesa: fix comment language
Brian Paul
2011-10-25
1
-2
/
+2
*
mesa: Fix memory leak in out-of-memory path.
Vinson Lee
2011-10-24
1
-0
/
+1
*
Only use gcc visibility support with gcc4+.
Tom Fogal
2011-10-24
1
-1
/
+1
*
mesa: Avoid ABA problem on buffer object bind.
Mathias Fröhlich
2011-10-24
2
-1
/
+13
*
mesa: remove dead code from teximage.c
Brian Paul
2011-10-23
1
-29
/
+0
*
mesa: Fix multithreaded buffer object refcounting.
Mathias Fröhlich
2011-10-23
1
-72
/
+151
*
mesa: remove _mesa_alloc_texmemory(), _mesa_free_texmemory()
Brian Paul
2011-10-23
2
-57
/
+0
*
mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrast
Brian Paul
2011-10-23
7
-38
/
+32
*
mesa: improve the warning message in _mesa_choose_tex_format()
Brian Paul
2011-10-23
1
-1
/
+3
*
Convert additional GNUC_MINOR checks to multiplied version
Alan Coopersmith
2011-10-21
1
-3
/
+3
*
Fix gcc version checks for _mesa_bitcount
Alan Coopersmith
2011-10-21
2
-2
/
+2
*
mesa: Fix detection of whether an ARB_vp is enabled for two sided lighting.
Eric Anholt
2011-10-20
1
-1
/
+1
*
mesa: Round the argument to PixelStoref instead of truncating.
Eric Anholt
2011-10-20
2
-1
/
+9
*
mesa: handle PBO access error in display list mode
Yuanhan Liu
2011-10-20
1
-0
/
+2
*
mesa: better debug messages in _mesa_test_texobj_completeness()
Brian Paul
2011-10-19
1
-19
/
+22
*
mesa: handle the pbo case for save_Bitmap
Yuanhan Liu
2011-10-19
1
-7
/
+15
*
mesa: fix inverted pbo test error at _mesa_GetnCompressedTexImageARB
Yuanhan Liu
2011-10-19
1
-1
/
+1
*
mesa: generate error if pbo offset is not aligned with the size of specified ...
Yuanhan Liu
2011-10-19
1
-0
/
+13
*
mesa: use format string in _mesa_error() call to silence warning
Brian Paul
2011-10-18
1
-1
/
+1
*
mesa: Use glsl_type::gl_type in glGetActiveUniform
Ian Romanick
2011-10-18
1
-2
/
+4
*
mesa: Move _mesa_GetActiveUniformARB to uniform_query.cpp
Ian Romanick
2011-10-18
3
-60
/
+82
*
mesa: Simplify uniform debug logging logic
Ian Romanick
2011-10-18
1
-19
/
+3
*
mesa: Add dd_function_table::PrepareExecBegin
Chad Versace
2011-10-18
1
-0
/
+8
[prev]
[next]