summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2009-12-28python/retrace: Dump only the specified image rectangles.José Fonseca
2009-12-28xlib: Integrate the trace driver with all pipe drivers.José Fonseca
2009-12-26python: Update python state tracker and samples for recent interface changes.José Fonseca
2009-12-25python: fix python state tracker after some latest changesZack Rusin
2009-12-25python/gs: fix the exampleZack Rusin
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-21python: fix some pipe_format_simplify merge damageRoland Scheidegger
2009-12-21vega: Add missing actual argument.Michal Krol
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-10st/xorg: fix yv12 plus some cleanups in the upload codeZack Rusin
2009-12-10st/xorg: enable yv12 for xvZack Rusin
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger
2009-12-08gallium: fix more potential strict aliasing issuesRoland Scheidegger
2009-12-08Remove remaining pipe format utility functions.Michal Krol
2009-12-08st/xorg Fail early if we don't intend to accelerate.Thomas Hellstrom
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger
2009-12-05st/xvmc: No more pf_get_block().Younes Manton
2009-12-04st/xorg: Add enter/leave vt hooks for winsysJakob Bornecrantz
2009-12-04st/xorg: Fix leave enter vt cycle in crtc codeJakob Bornecrantz
2009-12-04st/xorg: New libkms destroy apiJakob Bornecrantz
2009-12-04vega: fix missing includeRoland Scheidegger
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-03gallium: fix remaining users of pipe_reference functionRoland Scheidegger
2009-12-03Move pf_get_component_bits() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol
2009-12-02Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2009-12-01st/xorg: Create winsys hooks that we call intoJakob Bornecrantz
2009-12-02wgl: Call st_swapbuffers instead of st_notify_swapbuffers.José Fonseca
2009-12-01st/xorg: fix merge droppingsKeith Whitwell
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell
2009-12-01Merge commit 'origin/mesa_7_7_branch'Keith Whitwell
2009-12-01python: Update for renamed sampler/texture state setters.Michal Krol
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger
2009-11-27Merge branch 'width0'Roland Scheidegger
2009-11-27st/xorg: proper fix for compositing after rounding upKeith Whitwell
2009-11-27Revert "st/xorg: fix composite after texture size changes"Keith Whitwell
2009-11-27st/xorg: fix composite after texture size changesKeith Whitwell
2009-11-27wgl: Fix copy'n'paste typo in comment.José Fonseca
2009-11-27st/xorg: speculatively round textures up to nearest POTKeith Whitwell
2009-11-27st/xorg: free last fenceKeith Whitwell
2009-11-27vega: Update shader headers.Michal Krol
2009-11-27python/tests: Update shader headers.Michal Krol
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
2009-11-26st/xorg: Use pipe clear hook for solid fills of whole pixmaps.Michel Dänzer