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: let GL3 buf obj queries not depend on opengl major version
Yuanhan Liu
2012-03-01
1
-6
/
+6
*
mesa: Add missing error check for first < 0 in glDrawArraysInstanced().
Eric Anholt
2012-02-29
1
-0
/
+6
*
mesa: Fix display lists for draw_elements_base_vertex with draw_instanced.
Eric Anholt
2012-02-29
1
-2
/
+16
*
mesa: Fix display list handling for GL_ARB_draw_instanced.
Eric Anholt
2012-02-29
2
-6
/
+28
*
mesa: Fix typo in comment.
Eric Anholt
2012-02-29
1
-1
/
+1
*
mesa: Push the shine table into the tnl module.
Mathias Fröhlich
2012-02-29
3
-166
/
+0
*
mesa: Do not invalidate shine tables in compute light positions.
Mathias Fröhlich
2012-02-29
1
-3
/
+0
*
mesa: Avoid explicit invalidation of shine tables.
Mathias Fröhlich
2012-02-29
1
-27
/
+0
*
mesa: Remove gl_light_attrib::_Flags.
Mathias Fröhlich
2012-02-29
2
-5
/
+4
*
mesa: Remove _CosCutoffNeg from light state.
Mathias Fröhlich
2012-02-29
2
-6
/
+2
*
mesa: use arrayObj var in more places in client_state()
Brian Paul
2012-02-29
1
-3
/
+3
*
mesa: asst. fixes for texture arrays and borders
Brian Paul
2012-02-29
1
-12
/
+20
*
mesa: check for no state change in VertexAttribDivisor()
Brian Paul
2012-02-29
1
-2
/
+8
*
mesa: reorder things in mtypes.h
Brian Paul
2012-02-29
1
-160
/
+169
*
mesa: Don't disable fast path for normalized types
Neil Roberts
2012-02-28
1
-7
/
+15
*
mesa: minor comment, whitespace fixes in teximage.c
Brian Paul
2012-02-28
1
-3
/
+1
*
mesa: move more swrast-related #defines out of core Mesa
Brian Paul
2012-02-24
1
-40
/
+0
*
mesa: remove STENCIL_BITS use
Brian Paul
2012-02-24
1
-1
/
+1
*
mesa: remove last of MAX_WIDTH, MAX_HEIGHT
Brian Paul
2012-02-24
2
-12
/
+7
*
mesa: remove some cruft from config.h
Brian Paul
2012-02-24
1
-16
/
+1
*
mesa: minor comment clean-ups in config.h
Brian Paul
2012-02-24
1
-4
/
+4
*
mesa: remove WIN32 MAX_WIDTH work-around in config.h
Brian Paul
2012-02-24
1
-17
/
+0
*
mesa: move/fix MAX_WIDTH/HEIGHT-related assertions
Brian Paul
2012-02-24
1
-9
/
+4
*
mesa: stop using MAX_WIDTH in glReadPixels code
Brian Paul
2012-02-24
1
-45
/
+75
*
mesa: stop using MAX_WIDTH in texstore code
Brian Paul
2012-02-24
1
-6
/
+33
*
glapi: Fix incorrect enum value.
Paul Berry
2012-02-23
1
-3
/
+4
*
mesa: add special case in texstore.c for GL_LUMINANCE_ALPHA src image
Brian Paul
2012-02-22
1
-0
/
+26
*
mesa: fix issues with texture border and array textures
Anuj Phogat
2012-02-21
1
-11
/
+59
*
mesa: check for no state change in glPrimitiveRestartIndex()
Brian Paul
2012-02-20
1
-4
/
+5
*
mesa: check for no state change in Enable/DisableVertexAttribArray()
Brian Paul
2012-02-20
1
-10
/
+22
*
mesa: add missing return after _mesa_error() in update_array()
Brian Paul
2012-02-20
1
-0
/
+1
*
mesa: Only end render-to-texture at bind time for drawbuffers.
Eric Anholt
2012-02-17
1
-5
/
+2
*
mesa: Update the version string to 8.1-devel
Ian Romanick
2012-02-16
1
-1
/
+1
*
mesa: add missing texture integer test in glTexSubImage()
Brian Paul
2012-02-16
1
-0
/
+11
*
mesa: Include the multisample enables under GL_MULTISAMPLE_BIT attrib as well.
Eric Anholt
2012-02-15
1
-2
/
+17
*
mesa: Fix push/pop of multisample coverage invert.
Eric Anholt
2012-02-15
1
-5
/
+0
*
mesa: use z32f_x24s8 struct in format pack/unpack code
Brian Paul
2012-02-15
2
-21
/
+30
*
mesa: fix _mesa_get_fallback_texture() to handle all texture targets
Brian Paul
2012-02-15
5
-37
/
+113
*
mesa: add MESA_FORMAT_Z32_FLOAT_X24S8 case in format unpack code
Brian Paul
2012-02-15
1
-0
/
+13
*
mesa: fix comment typos in fbobject.c
Brian Paul
2012-02-15
1
-2
/
+2
*
mesa: add missing GL_UNSIGNED_INT_10F_11F_11F_REV case
Brian Paul
2012-02-13
1
-0
/
+9
*
extensions: remove unused code.
Dave Airlie
2012-02-12
1
-3
/
+0
*
mesa/texparam: drop double semicolons
Dave Airlie
2012-02-12
1
-12
/
+12
*
Bump version to 8.1 (devel)
Ian Romanick
2012-02-10
1
-1
/
+1
*
mesa: remove unused gl_shared_state::DriverData field
Brian Paul
2012-02-10
1
-2
/
+0
*
mesa: fix proxy texture target initialization
Brian Paul
2012-02-10
1
-7
/
+12
*
mesa: remove unused gl_pixelmap::Map8[] array
Brian Paul
2012-02-10
2
-3
/
+0
*
mesa: remove unused _mesa_map_ci8_to_rgba8()
Brian Paul
2012-02-10
2
-32
/
+0
*
mesa: fix error handling in get_tex_rgba_compressed()
Brian Paul
2012-02-10
1
-0
/
+2
*
mesa: use _mesa_format_matches_format_and_type() in get_tex_memcpy()
Brian Paul
2012-02-10
1
-41
/
+6
[next]