summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-02-03mesa: fix offset problem with interleaved arraysAlan Hourihane
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-02-02Merge branch 'gallium-wgl-rework' into gallium-0.2Keith Whitwell
2009-01-30stw: Remove pipe_winsys references.José Fonseca
2009-01-30gallium: Don't ask winsys name -- let pipe screen do that if it wants.José Fonseca
2009-01-30stw: Don't use the winsys.José Fonseca
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-27gallium: remove redundant size from the constant bufferZack Rusin
2009-01-27gallium: it's a reference value, not a reference numberZack Rusin
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin
2009-01-27gallium: standardize naming of masksZack Rusin
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin
2009-01-27wgl: relocate wgl code to state_trackers/wglKeith Whitwell
2009-01-26gallium: updated comments in st_extensions.cBrian Paul
2009-01-24mesa: declare pipe_texture in st_public.hPekka Paalanen
2009-01-23wgl: Adapt for st_get_framebuffer_surface call change.José Fonseca
2009-01-23gallium: change the st_get_framebuffer_surface/texture functionsAlan Hourihane
2009-01-19statetracker: copy back color buffer to front buffer when neededBrian Paul
2009-01-16stw: Dispatch to our stw_winsys::flush_front_bufferJosé Fonseca
2009-01-15mesa: tweak to formattingAlan Hourihane
2009-01-15mesa: small cleanupAlan Hourihane
2009-01-15mesa: revert partial commit for 0x0 render targetsAlan Hourihane
2009-01-14mesa: handle some cases of 0x0 render targetsAlan Hourihane
2009-01-09st: build fixAlan Hourihane
2009-01-08wgl: Do not provide DllMain inside the state tracker.José Fonseca
2009-01-08wgl: Ensure public symbols get the proper DLL linkage attributes.José Fonseca
2009-01-04gallium: fix MaxTextureCoordUnits initBrian Paul
2009-01-02gallium: assorted state tracker fixes for > 8 texture samplersBrian Paul
2009-01-02gallium: fix texcoord loop for rasterpos attributesBrian Paul
2009-01-02gallium: clamp MaxVertexTextureImageUnits against Mesa limitBrian Paul
2008-12-30gallium: Remove unused variables.José Fonseca
2008-12-19gallium: set ST_NEW_FRAMEBUFFER when setting new surfacesAlan Hourihane
2008-12-18gallium: fix two-sided lighting test in state trackerBrian Paul
2008-12-15Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane
2008-12-12mesa: move declarationAlan Hourihane
2008-12-12mesa: when we have interleaved arrays, check bounds for bothAlan Hourihane
2008-12-12gallium: fix refcount bug introduced in eb20e2984Keith Whitwell
2008-12-12gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell
2008-12-12st: reduce unnecessary calls to pipe->set_vertex_buffers()Keith Whitwell
2008-12-12st: move feedback draw function to new fileKeith Whitwell
2008-12-12st: don't unilaterally ABS the argument to RSQKeith Whitwell
2008-12-12mesa: Bring in new mesa sub-statetracker.José Fonseca
2008-12-12gallium: fixes for srgb, new srgb formatsRoland Scheidegger
2008-12-10Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-12-10gallium: only mark back color buffer surfaces as undefined after swapbuffersBrian Paul
2008-12-04gallium: query PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS to set ctx->Constants.MaxVer...Brian
2008-12-04gallium: check vertex shaders for samplers/texture usage as we do for fragmen...Brian
2008-11-28Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane
2008-11-26gallium: fix glBitmap color bugBrian Paul