summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2011-01-09st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-06st/mesa: remove unused members in st_contextMarek Olšák
2011-01-06st/mesa: optimize constant buffer uploadsMarek Olšák
2011-01-06st/mesa: do sanity checks on states only in debug buildsMarek Olšák
2011-01-05st/mesa: Include mtypes.h in st_cb_drawpixels.c.Vinson Lee
2011-01-04st/mesa: advertise GL_ARB_half_float_pixelMarek Olšák
2011-01-04st/mesa: skip glDrawPixels/glBitmap-related code for ES buildBrian Paul
2011-01-03st/mesa: fix renderbuffer pointer check in st_Clear()Brian Paul
2011-01-03st/mesa: 80-column wrappingBrian Paul
2011-01-03st/mesa: 80-column wrappingBrian Paul
2010-12-31st/mesa: Handle wrapped depth buffers in st_copy_texsubimage().Henri Verbeet
2010-12-24st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h.Vinson Lee
2010-12-24st/mesa: Clean up header file inclusion in st_gen_mipmap.h.Vinson Lee
2010-12-24mesa/st: set the color write cbuf property for fragColor writesDave Airlie
2010-12-23st/mesa: do not require all texture formats to be renderableMarek Olšák
2010-12-23st/mesa: use the formats RGB233, ARGB2101010, AL44, AL1616, A16, L16, I16Marek Olšák
2010-12-23st/mesa: if Z32 is unsupported, prefer Z24 to Z16Marek Olšák
2010-12-23st/mesa: use RGBA16 for RGB12 and RGB16Marek Olšák
2010-12-23st/mesa: use DXT SRGB formats for COMPRESSED_SRGBMarek Olšák
2010-12-23st/mesa: Remove unnecessary header.Vinson Lee
2010-12-21st/mesa: Clean up header file inclusion in st_format.h.Vinson Lee
2010-12-21st/mesa: Clean up header file inclusion in st_draw.h.Vinson Lee
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák
2010-12-20st/mesa: Remove comment cruft from st_context.h.Vinson Lee
2010-12-20st/mesa: Clean up header file inclusion in st_cb_texture.h.Vinson Lee
2010-12-20st/mesa: Clean up header file inclusion in st_cb_readpixels.h.Vinson Lee
2010-12-18st/mesa: Clean up header file inclusion in st_cb_program.h.Vinson Lee
2010-12-18st/mesa: Clean up header file inclusion in st_cb_accum.h.Vinson Lee
2010-12-18mesa/swrast/st: add ARB_occlusion_query2 support.Dave Airlie
2010-12-16st/mesa: s/varient/variantBrian Paul
2010-12-14st/mesa: fix incorrect prev pointer in destroy_program_variants()Brian Paul
2010-12-14st/mesa: rename the varient release functionsBrian Paul
2010-12-13st/mesa: 80-columns wrapping, whitespace fixes in st_cb_bitmap.cBrian Paul
2010-12-13st/mesa: add geom program code in destroy_program_variants()Brian Paul
2010-12-13st/mesa: program struct commentsBrian Paul
2010-12-13st/mesa: use st_fragment_program() instead of castBrian Paul
2010-12-13st/mesa: rename variableBrian Paul
2010-12-13st/mesa: minor re-indentingBrian Paul
2010-12-13st/mesa: make st_delete_program() staticBrian Paul
2010-12-13st/mesa: add comments, fix formatting in st_cb_program.cBrian Paul
2010-12-13Squashed commit of the following (st-mesa-per-context-shaders branch):Brian Paul
2010-12-13mesa, st/mesa: disable GL_ARB_geometry_shader4Brian Paul
2010-12-06st/mesa: Unbind all constant buffersJakob Bornecrantz
2010-12-06st/mesa: fix mipmap generation bugBrian Paul
2010-12-05st/mesa: initialize key in st_vp_varientMarek Olšák
2010-12-03st/mesa: new comment about updating state varsBrian Paul
2010-12-03mesa, st/mesa: fix gl_FragCoord with FBOs in GalliumMarek Olšák
2010-12-02st/mesa: avoid large stack allocations in readpixels codeBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-29st/mesa: fix texture border color for RED and RG base formatsMarek Olšák