mesa: add macros MIN3 and MAX3
[mesa.git] / src / mesa / state_tracker /
2011-04-27 Marek Olšákst/mesa: fix warning: ‘user_memory’ may be used uniniti...
2011-04-24 Dave Airliest/mesa: fix regression since a22aba4eae9b29db731487bce...
2011-04-23 Eric Anholtintel: Add support for ARB_sampler_objects.
2011-04-21 Brian Paulst/mesa: check image size before copy_image_data_to_tex...
2011-04-21 Marek Olšákst/mesa: implement CopyBufferSubData using resource_cop...
2011-04-15 Brian Paulst/mesa: simplify a bit of the previous patch
2011-04-15 Pierre-Eric Pellou... st/mesa: add handling for 'PIPE_FORMAT_B8G8R8X8_UNORM...
2011-04-15 Marek Olšákst/mesa: convert Mesa float formats to Gallium
2011-04-14 José Fonsecamesa/st: Avoid spurious transfers when creating fbo...
2011-04-14 peppst/mesa: add support for GL_RGBA + GL_UNSIGNED_INT_8_8_...
2011-04-13 Brian Paulst/mesa: minor clean-ups in update_textures()
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-10 Brian Paulmesa: plug in new functions for GL_ARB_sampler_objects
2011-04-10 Brian Paulmesa: move sampler state into new gl_sampler_object...
2011-04-09 Alan CoopersmithMake st_pipe_vertex_format return type in st_draw.h...
2011-04-08 Henri Verbeetst/mesa: Clamp min_lod to the max miplevel as well.
2011-04-08 Henri Verbeetst/mesa: Set samplers views' first_level.
2011-04-07 José Fonsecamesa/st: Fix user buffer size computation when stride...
2011-04-07 José Fonsecamesa/st: Handle feedback draw when VBO offsets are...
2011-04-06 Brian Paulmesa: core support for GL_ARB_texture_buffer_object
2011-04-05 Fabian Bielerst/mesa: Apply LOD from texture object
2011-04-05 Fabian Bielerst/mesa: Apply LOD bias from correct texture unit
2011-04-05 Brian Paulmesa: added _mesa_get_attachment_teximage() helpers
2011-04-04 Brian Paulst/mesa: minor assorted clean-ups and fixes
2011-04-04 Brian Paulst/mesa: use 'array' local var to simplify the code...
2011-04-04 Brian Paulst/mesa: fix zero-sized user vertex buffer bug
2011-04-01 Marek Olšákgallium: add a CAP for mixed colorbuffer format support
2011-03-29 Marek Olšákgallium: remove PIPE_CAP_VERTEX_COLOR_CLAMP_CONTROL
2011-03-29 Marek Olšákst/mesa: choose an appropriate texture format for DrawP...
2011-03-29 Marek Olšákgallium: add EXT_texture_snorm support
2011-03-29 Luca Barbierigallium: implement clamping controls (ARB_color_buffer_...
2011-03-27 Henri Verbeetst/mesa: Validate state before doing blits.
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
next