summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: remove unused members in st_contextMarek Olšák2011-01-061-9/+0
* st/mesa: optimize constant buffer uploadsMarek Olšák2011-01-064-34/+20
* st/mesa: do sanity checks on states only in debug buildsMarek Olšák2011-01-061-0/+4
* st/mesa: Include mtypes.h in st_cb_drawpixels.c.Vinson Lee2011-01-051-0/+1
* st/mesa: advertise GL_ARB_half_float_pixelMarek Olšák2011-01-041-0/+1
* st/mesa: skip glDrawPixels/glBitmap-related code for ES buildBrian Paul2011-01-041-0/+2
* st/mesa: fix renderbuffer pointer check in st_Clear()Brian Paul2011-01-031-6/+2
* st/mesa: 80-column wrappingBrian Paul2011-01-031-2/+4
* st/mesa: 80-column wrappingBrian Paul2011-01-031-2/+4
* st/mesa: Handle wrapped depth buffers in st_copy_texsubimage().Henri Verbeet2010-12-311-0/+3
* st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h.Vinson Lee2010-12-241-7/+9
* st/mesa: Clean up header file inclusion in st_gen_mipmap.h.Vinson Lee2010-12-241-1/+3
* mesa/st: set the color write cbuf property for fragColor writesDave Airlie2010-12-241-0/+5
* st/mesa: do not require all texture formats to be renderableMarek Olšák2010-12-231-1/+6
* st/mesa: use the formats RGB233, ARGB2101010, AL44, AL1616, A16, L16, I16Marek Olšák2010-12-231-17/+78
* st/mesa: if Z32 is unsupported, prefer Z24 to Z16Marek Olšák2010-12-231-2/+2
* st/mesa: use RGBA16 for RGB12 and RGB16Marek Olšák2010-12-231-2/+2
* st/mesa: use DXT SRGB formats for COMPRESSED_SRGBMarek Olšák2010-12-231-4/+16
* st/mesa: Remove unnecessary header.Vinson Lee2010-12-231-1/+0
* st/mesa: Clean up header file inclusion in st_format.h.Vinson Lee2010-12-211-1/+2
* st/mesa: Clean up header file inclusion in st_draw.h.Vinson Lee2010-12-211-1/+2
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-203-9/+7
* st/mesa: Remove comment cruft from st_context.h.Vinson Lee2010-12-201-1/+0
* st/mesa: Clean up header file inclusion in st_cb_texture.h.Vinson Lee2010-12-201-1/+2
* st/mesa: Clean up header file inclusion in st_cb_readpixels.h.Vinson Lee2010-12-201-1/+3
* st/mesa: Clean up header file inclusion in st_cb_program.h.Vinson Lee2010-12-181-2/+0
* st/mesa: Clean up header file inclusion in st_cb_accum.h.Vinson Lee2010-12-181-1/+5
* mesa/swrast/st: add ARB_occlusion_query2 support.Dave Airlie2010-12-181-0/+1
* st/mesa: s/varient/variantBrian Paul2010-12-1610-168/+168
* st/mesa: fix incorrect prev pointer in destroy_program_variants()Brian Paul2010-12-141-9/+9
* st/mesa: rename the varient release functionsBrian Paul2010-12-143-12/+12
* st/mesa: 80-columns wrapping, whitespace fixes in st_cb_bitmap.cBrian Paul2010-12-131-16/+30
* st/mesa: add geom program code in destroy_program_variants()Brian Paul2010-12-131-0/+21
* st/mesa: program struct commentsBrian Paul2010-12-131-1/+3
* st/mesa: use st_fragment_program() instead of castBrian Paul2010-12-131-2/+2
* st/mesa: rename variableBrian Paul2010-12-131-2/+2
* st/mesa: minor re-indentingBrian Paul2010-12-131-17/+16
* st/mesa: make st_delete_program() staticBrian Paul2010-12-132-4/+1
* st/mesa: add comments, fix formatting in st_cb_program.cBrian Paul2010-12-131-29/+31
* Squashed commit of the following (st-mesa-per-context-shaders branch):Brian Paul2010-12-1310-476/+894
* mesa, st/mesa: disable GL_ARB_geometry_shader4Brian Paul2010-12-131-0/+2
* st/mesa: Unbind all constant buffersJakob Bornecrantz2010-12-061-2/+2
* st/mesa: fix mipmap generation bugBrian Paul2010-12-062-1/+8
* st/mesa: initialize key in st_vp_varientMarek Olšák2010-12-051-0/+2
* st/mesa: new comment about updating state varsBrian Paul2010-12-031-0/+5
* mesa, st/mesa: fix gl_FragCoord with FBOs in GalliumMarek Olšák2010-12-031-15/+28
* st/mesa: avoid large stack allocations in readpixels codeBrian Paul2010-12-021-1/+10
* gallium: support for array textures and related changesRoland Scheidegger2010-12-0212-175/+196
* st/mesa: fix texture border color for RED and RG base formatsMarek Olšák2010-11-291-0/+12
* st/mesa: Set PIPE_TRANSFER_DISCARD for GL_MAP_INVALIDATE_RANGE/BUFFFER_BITMathias Fröhlich2010-11-261-0/+6