glapi: regenerate enums.c
[mesa.git] / src / mesa /
2012-03-03 Alban Browaeysdri/i915: Fix off-by-one in i830 clip region size.
2012-03-03 Eric Anholtintel: Don't enable GL_ARB_draw_instanced pre-gen4.
2012-03-03 Eric Anholti915: Fix piglit fbo-nodepth-test on i830.
2012-03-01 Brian PaulRevert "st/mesa: don't unreference user attribs up...
2012-03-01 Yuanhan Liumesa: let GL3 buf obj queries not depend on opengl...
2012-03-01 Brian Paulst/mesa: remove old assertion
2012-02-29 Kenneth Graunkei965: Disable PrimitiveID upload.
2012-02-29 Kenneth Graunkei965: Enable the GL_ARB_draw_instanced extension.
2012-02-29 Kenneth Graunkei965: Fix swizzles for system values such as gl_InstanceID.
2012-02-29 Eric Anholtmesa: Add missing error check for first < 0 in glDrawAr...
2012-02-29 Eric Anholtmesa: Fix display lists for draw_elements_base_vertex...
2012-02-29 Eric Anholtmesa: Fix display list handling for GL_ARB_draw_instanced.
2012-02-29 Eric Anholtmesa: Fix typo in comment.
2012-02-29 Kenneth Graunkei965: Fix Gen6+ dynamic state upper bound on older...
2012-02-29 Eric Anholtglx: Convert to automake.
2012-02-29 Mathias Fröhlichmesa: Push the shine table into the tnl module.
2012-02-29 Mathias Fröhlichmesa: Do not invalidate shine tables in compute light...
2012-02-29 Mathias Fröhlichmesa: Avoid revalidating shine tables in _tnl_RasterPos.
2012-02-29 Mathias Fröhlichmesa: Avoid using the shine table for _tnl_RasterPos
2012-02-29 Mathias Fröhlichmesa: Avoid explicit invalidation of shine tables.
2012-02-29 Mathias Fröhlichmesa: Remove gl_light_attrib::_Flags.
2012-02-29 Mathias Fröhlichmesa: Remove _CosCutoffNeg from light state.
2012-02-29 Brian Paulmesa: use arrayObj var in more places in client_state()
2012-02-29 Brian Paulmesa: asst. fixes for texture arrays and borders
2012-02-29 Brian Paulmesa: check for no state change in VertexAttribDivisor()
2012-02-29 Brian Paulmesa: reorder things in mtypes.h
2012-02-28 Eric Anholti965: Avoid blocking on the GPU for setting the HiZ...
2012-02-28 Neil Robertsmesa: Don't disable fast path for normalized types
2012-02-28 Brian Paulmesa: minor comment, whitespace fixes in teximage.c
2012-02-28 Dave Airliest/mesa: don't unreference user attribs up front.
2012-02-28 Dave Airliemesa/vbo: inline vbo_sizeof_ib_type.
2012-02-28 Brian Paulxlib: silence unused var warning
2012-02-27 Marek Olšákgallium: remove PIPE_SHADER_CAP_OUTPUT_READ
2012-02-25 Vinson Leescons: Don't build the assembly sources on Mac OS X.
2012-02-24 Brian Paulmesa/gdi: include swrast.h to fix compilation
2012-02-24 Brian Paulst/mesa: initialize the MaxViewport, MaxRenderbufferSiz...
2012-02-24 Brian Paulmesa: move more swrast-related #defines out of core...
2012-02-24 Brian Paulmesa: remove STENCIL_BITS use
2012-02-24 Brian Paulxlib: remove STENCIL_BITS
2012-02-24 Brian Paulmesa: remove last of MAX_WIDTH, MAX_HEIGHT
2012-02-24 Brian Paulmesa: remove MAX_WIDTH from prog_execute.h
2012-02-24 Brian Paulintel: remove MAX_WIDTH usage in intelInitContext()
2012-02-24 Brian Paulswrast: check max renderbuffer size against SWRAST_MAX_...
2012-02-24 Brian Paulosmesa: use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Pauldri/swrast: use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Paulxlib: use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Paulswrast: define, use SWRAST_MAX_WIDTH/HEIGHT
2012-02-24 Brian Paulmesa: remove some cruft from config.h
2012-02-24 Brian Paulmesa: minor comment clean-ups in config.h
2012-02-24 Brian Paulmesa: remove WIN32 MAX_WIDTH work-around in config.h
2012-02-24 Brian Paulswrast: remove MAX_WIDTH array in s_span.c
2012-02-24 Brian Paulswrast: simplify mask array code
2012-02-24 Brian Paulswrast: stop using MAX_WIDTH arrays in triangle code
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in stencil code
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in s_drawpix.c
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in s_zoom.c
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in s_depth.c
2012-02-24 Brian Paulswrast: remove MAX_WIDTH arrays in s_copypix.c
2012-02-24 Brian Paulmesa: move/fix MAX_WIDTH/HEIGHT-related assertions
2012-02-24 Brian Paulst/mesa: stop using MAX_WIDTH in st_cb_texture.c
2012-02-24 Brian Paulst/mesa: stop using MAX_WIDTH in st_cb_drawpixels.c
2012-02-24 Brian Paulmesa: stop using MAX_WIDTH in glReadPixels code
2012-02-24 Brian Paulmesa: stop using MAX_WIDTH in texstore code
2012-02-23 Paul Berryglapi: Fix incorrect enum value.
2012-02-23 Brian Paulst/mesa: use pipe_sampler_view_release()
2012-02-23 Brian Paulst/mesa: add floating point formats in st_new_renderbuf...
2012-02-22 Paul Berryi915: Initialize swrast_texture_image structure fields.
2012-02-22 Jesse Barnesintel: bump DRI_IMAGE extension version to 3
2012-02-22 Jesse Barnesgbm: track buffer format through DRI drivers
2012-02-22 Brian Paulmesa: add special case in texstore.c for GL_LUMINANCE_A...
2012-02-21 Eric Anholti965/gen6: Fix near-NULL deref in setting up GS binding...
2012-02-21 Eric Anholti965: Correct the size of the state batch space allocat...
2012-02-21 Eric Anholti965: Fix a bad comment in gen6 sol setup.
2012-02-21 Eric Anholti965/gen6: Fix the size of the GS surface binding table.
2012-02-21 Kenneth Graunkei965: Only set Last Render Target Select on the last...
2012-02-21 Eric Anholtintel: Silence valgrind warning for getparam ioctl...
2012-02-21 Eric Anholti965: Rename the original binding table to mention...
2012-02-21 Eric Anholti965: Split the gen6 GS binding table to a separate...
2012-02-21 Eric Anholti965: Split the VS binding table to a separate table.
2012-02-21 Eric Anholti965/gen6+: Avoid recomputing whether we use noperspective.
2012-02-21 Eric Anholti965/gen7: Skip checking if we need a GS program for...
2012-02-21 Eric Anholti965: Compute required barycentric interp modes once...
2012-02-21 Eric Anholti965: Move VUE map computation to once at VS compile...
2012-02-21 Eric Anholti965: Make the userclip flag for the VUE map come from...
2012-02-21 Anuj Phogatmesa: fix issues with texture border and array textures
2012-02-20 Brian Paulmesa: check for no state change in glPrimitiveRestartIn...
2012-02-20 Brian Paulmesa: check for no state change in Enable/DisableVertex...
2012-02-20 Brian Paulmesa: add missing return after _mesa_error() in update_...
2012-02-19 Kenneth Graunkei965: Make the dummy fragment shader work in SIMD16...
2012-02-19 Kenneth Graunkei965: Fix GPU hangs in the dummy fragment shader.
2012-02-17 Kenneth Graunkevbo: Eliminate short-circuiting in invalid-start case.
2012-02-17 Kenneth Graunkevbo: Rework checking of 'end' against _MaxElement.
2012-02-17 Kenneth Graunkevbo: Ignore invalid element ranges which are outside...
2012-02-17 Kenneth Graunkevbo: Remove pedantic warning about 'end' beind out...
2012-02-17 Eric Anholtintel: Fix rendering from textures after RenderTexture().
2012-02-17 Eric Anholtintel: Improve the fallback debug for framebuffer statu...
2012-02-17 Eric Anholtmesa: Only end render-to-texture at bind time for drawb...
2012-02-16 Ian Romanickmesa: Update the version string to 8.1-devel
2012-02-16 Brian Paulmesa: add missing texture integer test in glTexSubImage()
2012-02-16 Kenneth Graunkei965: Emit Ivybridge VS workaround flushes.
next