st/mesa: use BITFIELD64_BIT() macro in a few more places
[mesa.git] / src / mesa / state_tracker /
2011-03-16 Brian Paulst/mesa: use BITFIELD64_BIT() macro in a few more places
2011-03-15 Marek Olšákgallium: add texture barrier support to the interface...
2011-03-15 Mathias Fröhlichst/mesa: Make use of the new PIPE_TRANSFER_DISCARD_...
2011-03-12 Jakob Bornecrantzgallium: Delay the creation of simple helper shaders
2011-03-12 Henri Verbeetu_blitter: Do blits in linear color space.
2011-03-11 Marek Olšákgallium: remove flags from the flush function
2011-03-11 Marek Olšákgallium: remove the geom_flags param from is_format_sup...
2011-03-11 Marek Olšákgallium: cleanup fence_signalled and fence_finish
2011-03-11 Marek Olšákst/mesa: remove unnecessary flushes
2011-03-08 Marek Olšákgallium: add timeout parameter to fence_finish
2011-03-08 Marek Olšákst/mesa: implement ARB_sync
2011-03-08 Marek Olšákst/mesa: cleanup checking for signed compressed formats...
2011-03-08 Marek Olšákst/mesa: add LATC and 3DC support
2011-03-08 Thomas Hellstromst/mesa: Fix an incorrect user vertex buffer reference
2011-03-07 Marek Olšákst/mesa: fail to alloc a renderbuffer if st_choose_rend...
2011-03-07 Brian Paulst/mesa: fix incorrect version checking code
2011-03-05 Marek Olšákgallium: split CAP_INSTANCE_DRAWING into INSTANCEID...
2011-03-04 Marek Olšákst/mesa: set PIPE_BIND_RENDER_TARGET for sRGB formats...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Dave Airliemesa/st: fix softpipe npot compressed mipmaps.
2011-03-02 Dave Airliemesa/st: fix generate mipmap for signed compressed...
2011-03-02 Marek Olšákst/mesa: use RGTC for GL_COMPRESSED_RED/RG if possible
2011-03-01 Christian Königst/mesa: probably handle instanced drawing
2011-03-01 Brian Paulmesa: move PBO-related functions into a new file
2011-02-28 Dave Airliemesa/st: add RGTC format support.
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.
next