mesa/st: Fix vertex buffer leak
[mesa.git] / src / mesa / state_tracker /
2011-02-08 Thomas Hellstrommesa/st: Fix vertex buffer leak
2011-01-29 Brian Paulst/mesa: fix texture array dimensions
2011-01-29 Brian Paulst/mesa: pass layers param to st_texture_create()
2011-01-26 Brian Paulst/mesa: support for 1D/2D texture arrays
2011-01-25 Brian Paulst/mesa: add comments in emit_wpos()
2011-01-25 Brian Paulst/mesa: fix incorrect fragcoord.x translation
2011-01-24 Benjamin Franzkest/mesa: Enable EXT_texture_format_BGRA8888 for gles1/2
2011-01-24 Benjamin Franzkest/mesa: support internalFormat=GL_BGRA in TexImage2D
2011-01-23 Brian Paulst/mesa: ensure that all pixel paths operation on linea...
2011-01-23 Brian Paulst/mesa: update comment, use st_fb_orientation()
2011-01-23 Brian Paulst/mesa: comments in update_viewport()
2011-01-20 Brian Paulst/mesa: clean up the sampler view format code
2011-01-20 Brian Paulst/mesa: formatting, whitespace fixes
2011-01-17 Brian Paulst/mesa: move PIPE_CAP_INDEP_BLEND_FUNC code
2011-01-16 Dave Airliegallium: add EXT_texture_sRGB_decode.
2011-01-16 Brian Paulmesa: begin implementation of GL_ARB_draw_buffers_blend
2011-01-16 Brian Paulst/mesa: GL_ARB_instanced_arrays support
2011-01-16 Brian Paulst/mesa: move/consolidate an assignment
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-13 Fredrik Höglundst/mesa: fix a regression from cae2bb76
2011-01-13 Brian Paulst/mesa: add st_BeginQuery() case for GL_ANY_SAMPLES_PASSED
2011-01-09 Vinson Leest/mesa: Include mfeatures.h in files that perform...
2011-01-06 Marek Olšákst/mesa: remove unused members in st_context
2011-01-06 Marek Olšákst/mesa: optimize constant buffer uploads
2011-01-06 Marek Olšákst/mesa: do sanity checks on states only in debug builds
2011-01-06 Vinson Leest/mesa: Include mtypes.h in st_cb_drawpixels.c.
2011-01-04 Marek Olšákst/mesa: advertise GL_ARB_half_float_pixel
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-01-04 Brian Paulst/mesa: skip glDrawPixels/glBitmap-related code for...
2011-01-03 Brian Paulst/mesa: fix renderbuffer pointer check in st_Clear()
2011-01-03 Brian Paulst/mesa: 80-column wrapping
2011-01-03 Brian Paulst/mesa: 80-column wrapping
2010-12-31 Henri Verbeetst/mesa: Handle wrapped depth buffers in st_copy_texsub...
2010-12-20 Ben SkeggsMerge remote branch 'origin/master' into nvc0-new
2010-12-20 Marek Olšákgallium: remove unused 'buf' parameter in pipe_buffer_unmap
2010-12-20 Vinson Leest/mesa: Remove comment cruft from st_context.h.
2010-12-20 Vinson Leest/mesa: Clean up header file inclusion in st_cb_texture.h.
2010-12-20 Vinson Leest/mesa: Clean up header file inclusion in st_cb_readpi...
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-18 Vinson Leest/mesa: Clean up header file inclusion in st_cb_program.h.
2010-12-18 Vinson Leest/mesa: Clean up header file inclusion in st_cb_accum.h.
2010-12-18 Dave Airliemesa/swrast/st: add ARB_occlusion_query2 support.
2010-12-16 Brian Paulst/mesa: s/varient/variant
2010-12-25 Vinson Leest/mesa: Clean up header file inclusion in st_mesa_to_t...
2010-12-25 Vinson Leest/mesa: Clean up header file inclusion in st_gen_mipmap.h.
2010-12-23 Dave Airliemesa/st: set the color write cbuf property for fragColo...
2010-12-23 Marek Olšákst/mesa: do not require all texture formats to be rende...
2010-12-23 Marek Olšákst/mesa: use the formats RGB233, ARGB2101010, AL44...
2010-12-23 Marek Olšákst/mesa: if Z32 is unsupported, prefer Z24 to Z16
2010-12-23 Marek Olšákst/mesa: use RGBA16 for RGB12 and RGB16
2010-12-23 Marek Olšákst/mesa: use DXT SRGB formats for COMPRESSED_SRGB
2010-12-23 Vinson Leest/mesa: Remove unnecessary header.
2010-12-21 Vinson Leest/mesa: Clean up header file inclusion in st_format.h.
2010-12-21 Vinson Leest/mesa: Clean up header file inclusion in st_draw.h.
2010-12-14 Brian Paulst/mesa: fix incorrect prev pointer in destroy_program_...
2010-12-14 Brian Paulst/mesa: rename the varient release functions
2010-12-14 Brian Paulst/mesa: 80-columns wrapping, whitespace fixes in st_cb...
2010-12-14 Brian Paulst/mesa: add geom program code in destroy_program_varia...
2010-12-14 Brian Paulst/mesa: program struct comments
2010-12-14 Brian Paulst/mesa: use st_fragment_program() instead of cast
2010-12-14 Brian Paulst/mesa: rename variable
2010-12-14 Brian Paulst/mesa: minor re-indenting
2010-12-14 Brian Paulst/mesa: make st_delete_program() static
2010-12-14 Brian Paulst/mesa: add comments, fix formatting in st_cb_program.c
2010-12-14 Brian PaulSquashed commit of the following (st-mesa-per-context...
2010-12-14 Brian Paulmesa, st/mesa: disable GL_ARB_geometry_shader4
2010-12-09 Brian Paulst/mesa: translate shader system inputs
2010-12-06 Jakob Bornecrantzst/mesa: Unbind all constant buffers
2010-12-06 Brian Paulst/mesa: fix mipmap generation bug
2010-12-05 Brian Paulst/mesa: GL_ARB_draw_instanced depends on PIPE_CAP_INST...
2010-12-05 Marek Olšákst/mesa: initialize key in st_vp_varient
2010-12-04 Brian Paulst/mesa: new comment about updating state vars
2010-12-03 Marek Olšákmesa, st/mesa: fix gl_FragCoord with FBOs in Gallium
2010-12-02 Brian Paulst/mesa: avoid large stack allocations in readpixels...
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-11-29 Marek Olšákst/mesa: fix texture border color for RED and RG base...
2010-11-26 Mathias Fröhlichst/mesa: Set PIPE_TRANSFER_DISCARD for GL_MAP_INVALIDAT...
2010-11-26 Brian Paulst/mesa: fix mapping of zero-sized buffer objects
2010-11-23 Brian Paulmesa: replace #defines with new gl_shader_type enum
2010-11-22 Marek Olšákst/mesa: set MaxUniformComponents
2010-11-22 Marek Olšákgallium: add PIPE_SHADER_CAP_SUBROUTINES
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Marek Olšákst/mesa: enable ARB_explicit_attrib_location and EXT_se...
2010-11-21 Vinson Leest/mesa: Remove unnecessary headers.
2010-11-18 Brian Paulmesa: pass gl_format to _mesa_init_teximage_fields()
2010-11-18 Chia-I Wugallium: Add st_context_iface::share to st_api.
2010-11-18 Chia-I Wugallium: Add st_api::name.
2010-11-16 Brian Paulst/mesa: fix glDrawPixels(depth/stencil) bugs
2010-11-12 Marek Olšákgallium: add CAPs for indirect addressing and lower...
2010-11-04 Tilman Sauerbeckst/mesa: Reset the constant buffers before destroying...
2010-11-02 Tilman Sauerbeckst/mesa: Reset the index buffer before destroying the...
2010-11-02 Keith Whitwellst/mesa: unbind constant buffer when not in use
2010-10-30 Chia-I Wust/mesa: Unreference the sampler view in st_bind_surface.
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 Vinson Leest/mesa: Silence uninitialized variable warning.
2010-10-27 Ian RomanickTrack separate programs for each stage
2010-10-27 Vinson Leest/mesa: Remove unnecessary header.
2010-10-25 Marek Olšákst/mesa: support RGBA16 and use it for RGBA12 as well
2010-10-23 Brian Paulst/mesa: be smarter choosing texture format for glDrawP...
2010-10-23 Brian Paulst/mesa: add format selection for signed/unsigned integ...
next