summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul
2009-02-28mesa: fix remaining FEEDBACK_TOKEN macrosJoakim Sindholt
2009-02-27gallium: fix state tracker's stencil buffer testBrian Paul
2009-02-27gallium: add st_validate_framebuffer() driver functionBrian Paul
2009-02-24mesa/st: support l8 as well as i8 in bitmap codeKeith Whitwell
2009-02-24gallium: Add pipe_buffer_write/read inlines.José Fonseca
2009-02-23gallium: include st_cb_viewport.h to silence warningBrian Paul
2009-02-23gallium: fix build breakage in st_cb_viewport.cBrian Paul
2009-02-23mesa: only call update_buffer when it's availableAlan Hourihane
2009-02-23gallium: add winsys interface for viewport changes to support DRI2Alan Hourihane
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