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: 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
*
mesa: Declare _mesa_RenderMode as non-static
Chad Versace
2011-10-18
2
-1
/
+4
*
mesa: Make the program texel offsets limits available with GLSL 1.30.
Eric Anholt
2011-10-18
1
-5
/
+12
*
mesa: Convert fixed function fragment program generator to GLSL IR.
Eric Anholt
2011-10-18
3
-753
/
+687
*
mesa: Add a flag for shader programs to allow SSO linkage in GLES2.
Eric Anholt
2011-10-18
1
-0
/
+11
*
ff_fragment_shader: Use FRAG_RESULT_COLOR to write all our colors at once.
Eric Anholt
2011-10-18
1
-12
/
+3
*
mesa: add a function to do the image data copy stuff for save_CompressedTex(S...
Yuanhan Liu
2011-10-17
1
-75
/
+27
*
mesa: remove unused gl_sampler_object::_CompleteTexture field
Brian Paul
2011-10-13
1
-3
/
+0
*
s/format/baseFormat/ to be more explicit
Brian Paul
2011-10-13
1
-5
/
+5
*
mesa: remove redundant buffer checks in copytexsubimage_error_check2()
Brian Paul
2011-10-13
1
-17
/
+0
*
mesa: remove redundant buffer checks in copytexture_error_check()
Brian Paul
2011-10-13
1
-16
/
+0
*
mesa: check attachment Type field in renderbuffer_exists()
Brian Paul
2011-10-13
1
-10
/
+4
*
mesa: consolidate _mesa_source/dest_buffer_exists()
Brian Paul
2011-10-13
1
-87
/
+43
*
mesa: make _mesa_update_depth/stencil_buffer() static
Brian Paul
2011-10-11
2
-32
/
+10
*
mesa: Only allow queries of window system FBO on desktop GL w/ARB_fbo
Ian Romanick
2011-10-11
1
-0
/
+15
*
mesa: Accept GL_DEPTH and GL_STENCIL for window system FBO only
Ian Romanick
2011-10-11
1
-12
/
+27
[next]