summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2009-02-22mesa: move a bunch of compiler-related stuff into new compiler.h headerBrian Paul
2009-02-21mesa: use an array for current texture objectsBrian Paul
2009-02-20gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct...Brian Paul
2009-02-19mesa: support GL_EXT_stencil_two_side in gallium/mesa state trackerBrian Paul
2009-02-19mesa: Free the util shaders with the gallium's FREE.José Fonseca
2009-02-18Merge branch 'gallium-texture-transfer'Michel Dänzer
2009-02-16gallium: fix mergeKeith Whitwell
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-17mesa: remove old comment as it's fixed elsewhere now.Alan Hourihane
2009-02-13gallium: Various coordinate fixups for texture transfers.Michel Dänzer
2009-02-12gallium: Fix GL_DEPTH CopyPixels tile coordinates.Michel Dänzer
2009-02-12gallium: Fix accumulation buffer tile coordinates.Michel Dänzer
2009-02-12mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul
2009-02-12mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul
2009-02-10Merge commit 'origin/gallium-0.2' into gallium-master-mergeBrian Paul
2009-02-10Missing: tgsi: Fix build -- rename Size to NrTokens.Patrice Mandin
2009-02-10mesa: Compare formats using nominal bytes per pixel.José Fonseca
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
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