summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2010-03-12st/mesa: Implement st_api.h.Chia-I Wu
2010-03-11st/mesa: don't enable extensions which aren't actually supportedRoland Scheidegger
2010-03-11st/dri: move extension initilization to st/mesa completelyMarek Olšák
2010-03-11st/mesa: always advertise texture_rectangleMarek Olšák
2010-03-10st/mesa: set strb->format field in st_render_texture()Brian Paul
2010-03-10st/mesa: add some comments in glReadPixels codeBrian Paul
2010-03-10st/mesa: consolidate duplicated texture allocation codeBrian Paul
2010-03-10Merge branch '7.8'Brian Paul
2010-03-10st/mesa: fix incorrect glCopyPixels between window/FBOBrian Paul
2010-03-10st/mesa: fix incorrect glDrawPixels into FBOBrian Paul
2010-03-10gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu
2010-03-10gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell
2010-03-09mesa/st: initialize velements state properlyRoland Scheidegger
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09st/mesa: fix clear/drawpixels/bitmap for new cso vertex elements interfaceRoland Scheidegger
2010-03-09mesa/st: Gallium quads, by spec, never change provoking vertex.Corbin Simpson
2010-03-08st/mesa: don't detach renderbuffer, surface in st_finish_render_texture()Brian Paul
2010-03-03mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca
2010-03-02Merge branch 'gallium-no-rhw-position'Michal Krol
2010-03-01mesa: Rename pipe formats.José Fonseca
2010-03-01st/mesa: fix mesa statetracker adaption to new vertex elements interfaceRoland Scheidegger
2010-03-01mesa: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca
2010-02-28st/mesa: do not advertise S3TC if the external lib is not availableMarek Olšák
2010-02-24st/mesa: updated commentsBrian Paul
2010-02-24st/mesa: consolidate redundant format conversion codeBrian Paul
2010-02-24st/mesa: more format code clean-up and removalBrian Paul
2010-02-24st/mesa: clean-ups in FBO codeBrian Paul
2010-02-24st/mesa: clean-up of format-related codeBrian Paul
2010-02-24st/mesa: use util_format_get_blocksize()Brian Paul
2010-02-24st/mesa: code clean-ups in st_renderbuffer_alloc_storage()Brian Paul
2010-02-24mesa: Update for UTIL_FORMAT_LAYOUT_xxx changes.José Fonseca
2010-02-24st/mesa: Reset clip state when clearing with quads.Michal Krol
2010-02-24st/mesa: Use cso context to manage clip state.Michal Krol
2010-02-23st/mesa: whitespace fixesBrian Paul
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol
2010-02-22st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixelsBrian Paul
2010-02-22st/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_xBrian Paul
2010-02-22mesa/st: Make ST_SURFACE_DEPTH index consistent with mesa's BUFFER_DEPTH.Brian Paul
2010-02-21st/mesa: Fix memory leak on out-of-memory error path.Vinson Lee
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-18st/mesa: added some bitmap debug code (disabled)Brian Paul
2010-02-18Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."Francisco Jerez
2010-02-18st/mesa: always call FLUSH_CURRENT before st->pipe->flush()Keith Whitwell
2010-02-17st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME).Francisco Jerez
2010-02-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger
2010-02-17st/mesa: replace conditional with assertionBrian Paul
2010-02-16st/dri2: Use event-driven buffer validation.Francisco Jerez