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
/
mesa
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: add missing checks to compute_version
Marek Olšák
2011-11-07
1
-0
/
+5
*
mesa: Add a function for comparing gl_format to format/type.
Eric Anholt
2011-11-03
2
-0
/
+321
*
swrast: Make the packed depth/stencil read fastpath use MapRenderbuffer.
Eric Anholt
2011-11-03
2
-0
/
+39
*
swrast: Directly map the stencil buffer in read_stencil_pixels.
Eric Anholt
2011-11-03
2
-0
/
+62
*
texgetimage: add missing return on error
nobled
2011-11-03
1
-0
/
+1
*
mesa: add support for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
15
-17
/
+103
*
mesa: clean up validate_texture_wrap_mode
Chia-I Wu
2011-11-03
1
-15
/
+27
*
mesa: fix a logic error in glFramebufferTexture2D
Chia-I Wu
2011-11-03
1
-1
/
+1
*
mesa: add GL_OES_EGL_image_external to the extension list
Chia-I Wu
2011-11-03
2
-0
/
+2
*
mesa: add missing defines for GL_OES_EGL_image_external
Chia-I Wu
2011-11-03
1
-0
/
+8
*
mesa, i965: prepare for more than 8 texture targets
Chia-I Wu
2011-11-03
1
-1
/
+1
*
glapi: regenerate files
Chia-I Wu
2011-11-03
1
-1178
/
+1190
*
mesa: fix the low limit of width and height for glRenderbufferStorage
Yuanhan Liu
2011-11-03
1
-2
/
+2
*
mesa: fix inital value for new renderbuffer
Yuanhan Liu
2011-11-03
1
-1
/
+1
*
mesa: complete the GL_TEXTURE_SWIZZLE* setup
Yuanhan Liu
2011-11-03
1
-0
/
+27
*
mesa: remove the redundant check
Yuanhan Liu
2011-11-03
1
-6
/
+5
*
mesa: Set the "Integer" field of gl_client_array properly.
Paul Berry
2011-11-02
2
-0
/
+2
*
mesa: Make unpack_uint_z_row return 32 bits of data.
Eric Anholt
2011-11-01
1
-25
/
+10
*
Add MapRenderbuffer implementations for software drivers.
Eric Anholt
2011-11-01
2
-0
/
+39
*
mesa: Add a driver hook for mapping renderbuffers.
Eric Anholt
2011-11-01
1
-0
/
+9
*
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
[next]