mesa: Add RGTC texture store/fetch support.
[mesa.git] / src / mesa / state_tracker /
2011-02-28 Christian Königst/mesa & v_bug_mgr: two small instanced drawing fixes
2011-02-25 Jerome Glissegallium/st: place value check before value is use
2011-02-24 Dave Airliest/mesa: treat 1D ARRAY upload like a depth or 2D array...
2011-02-23 Wiktor Janasst/mesa: fix computing the lowest address for interleav...
2011-02-20 Marek Olšákst/mesa: fix crash when using both user and vbo buffers...
2011-02-20 Marek Olšákst/mesa: fix crash when DrawBuffer->_ColorDrawBuffers...
2011-02-21 Brian Paulst/mesa: need to translate clear color according to...
2011-02-21 Brian Paulst/mesa: fix the default case in st_format_datatype()
2011-02-21 Brian Paulst/mesa: fix incorrect texture size allocation in st_fi...
2011-02-21 Brian Paulst/mesa: refactor guess_and_alloc_texture() code
2011-02-21 Brian Paulst/mesa: fix mipmap generation for non-POW textures
2011-02-18 Brian Paulst/mesa: set renderbuffer _BaseFormat in a few places
2011-02-18 Brian Paulst/mesa: check buffer orientation in blit_copy_pixels()
2011-02-18 Marek Olšákst/mesa: fix geometry corruption by always re-binding...
2011-02-18 Brian Paulst/mesa: implement blit-based path for glCopyPixels
2011-02-18 Brian Paulst/mesa: indentation fix
2011-02-17 Brian Paulst/mesa: fix incorrect glCopyPixels position on fallbac...
2011-02-17 Brian Paulst/mesa: remove unused screen variables
2011-02-16 José Fonsecamesa: Remove the DXT compression via blit path.
2011-02-15 Marek Olšákgallium: add usage parameter to pipe_buffer_create
2011-02-15 Dave Airliest/mesa: fix compressed mipmap generation.
2011-02-15 Marek Olšákst/mesa: fix GLES build
2011-02-14 Fabian Bielerst/mesa: Use blend equation and function of first rende...
2011-02-14 Marek Olšákgallium: notify drivers about possible changes in user...
2011-02-14 Marek Olšákst/mesa: set vertex arrays state only when necessary
2011-02-14 Marek Olšákgallium: remove pipe_vertex_buffer::max_index
2011-02-14 Marek Olšákgallium: always save and restore vertex buffers using...
2011-02-11 Benjamin Franzkest/mesa: Fix surfaceless opengl with non-dummy contexts
2011-02-11 Marek Olšákst/mesa: allow rendering to sRGB textures if EXT_fb_srg...
2011-02-10 Dave Airliemesa/st: enable GL_EXT_framebuffer_sRGB
2011-02-09 Thomas Hellstrommesa/st: Clean up vertex buffer unreferencing
2011-02-09 Brian Paulmesa: remove _mesa_create_context_for_api()
2011-02-09 Brian Paulst/mesa: fix shader deletion regression
2011-02-08 Thomas Hellstrommesa/st: Plug a fragment program variant parameter...
2011-02-08 Brian Paulst/mesa: free the temporary bitmap/drawpix shader code
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...
next