summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-09-24pipebuffer: fix printf warningsKeith Whitwell
2009-09-24pipebuffer: fix warningsKeith Whitwell
2009-09-24draw: fix warningKeith Whitwell
2009-09-24softpipe: Use portable INLINE macro.José Fonseca
2009-09-24softpipe: Update SConscript.José Fonseca
2009-09-24gdi: Update for WGL state tracker interface changes.José Fonseca
2009-09-24wgl: DWM integration.José Fonseca
2009-09-23llvmpipe: move tile cache datatypes into .c file since they're privateBrian Paul
2009-09-23softpipe: replace macros with inline functionsBrian Paul
2009-09-23softpipe: white-space/formatting fixes and updated commentsBrian Paul
2009-09-23llvmpipe: added max texture/surface size sanity checkBrian Paul
2009-09-23llvmpipe: increase MAX_WIDTH/HEIGHT to match max texture sizeBrian Paul
2009-09-23Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-23softpipe: added max texture/surface size sanity checkBrian Paul
2009-09-23softpipe: increase MAX_WIDTH/HEIGTH 4096 to match max texture sizeBrian Paul
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell
2009-09-23gallium/include: update some commentsKeith Whitwell
2009-09-23st/xorg: fix a typoZack Rusin
2009-09-23st/xorg: keep the user buffer contents aroundZack Rusin
2009-09-23wgl: Eliminate the shared layer; implement WGL API on top of the ICD callbacks.José Fonseca
2009-09-23gdi: Update for WGL statetracker source reorg.José Fonseca
2009-09-23wgl: Flatten the source tree.José Fonseca
2009-09-23wgl: Fix debug_printf format specifiers.José Fonseca
2009-09-23gallium: Update vendor string.José Fonseca
2009-09-22softpipe: fix bugs in POT texture sampling when texture is not squareroot
2009-09-22softpipe: additional assertionsBrian Paul
2009-09-22softpipe: disable a _debug_printf()Brian Paul
2009-09-22softpipe: need to write depth/stencil values even when stencil failsKeith Whitwell
2009-09-22softpipe: set quad->facing valueKeith Whitwell
2009-09-22softpipe: fix polygon stippleKeith Whitwell
2009-09-22softpipe: fix occlusion countingKeith Whitwell
2009-09-22st/xorg: Fix two leeksJakob Bornecrantz
2009-09-22i915g: Activate traceJakob Bornecrantz
2009-09-22i915g: Do propper references of surfaces in contextJakob Bornecrantz
2009-09-21Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul
2009-09-21r300g: Fix bad formatting parameters in calls to debug_printfNicolai Hähnle
2009-09-21gallium debug: Add gcc printf hint to debug_printfNicolai Hähnle
2009-09-21softpipe: Fix cube face selection.Brian Paul
2009-09-21nouveau: allow building modesetting_drv.soBen Skeggs
2009-09-21nouveau: drm_api create_screen()'s 'arg' argument can be NULLBen Skeggs
2009-09-21xorg/st: fixup builds against later dpms headers.Dave Airlie
2009-09-20llvmpipe: Fix lp_get_cached_tile.José Fonseca
2009-09-20llvmpipe: Update tile status on flush.José Fonseca
2009-09-19llvmpipe: Respect input interpolators for the shader.Michal Krol
2009-09-18softpipe: Fix cube face selection.Michal Krol
2009-09-17softpipe: Respect input interpolators for the shader.Michal Krol
2009-09-17tgsi: Scan input interpolators, too.Michal Krol
2009-09-16llvmpipe: Don't assert due to unsupported texture wrap modes.José Fonseca
2009-09-16gallium: remove incorrect 'return' stmtBrian Paul
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca