summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-09-24r600: support position_invariant programsAndre Maasikas
2009-09-24r600: add span support for 1D tilesAlex Deucher
2009-09-24r600: fix warningAlex Deucher
2009-09-24r600: fix texcoords from constantsAndre Maasikas
2009-09-24r600: enable caching of vertex programsAndre Maasikas
2009-09-24r600: check if textures are actually enabled before submissionAlex Deucher
2009-09-24r600: fix ftp for dri1Alex Deucher
2009-09-24r600: don't setup hardware state if TFPDave Airlie
2009-09-24r600: fix dri2 clippingAlex Deucher
2009-09-24gdi: Update for WGL state tracker interface changes.José Fonseca
2009-09-24wgl: DWM integration.José Fonseca
2009-09-24mesa: Fix missing finite symbol error on Windows.José Fonseca
2009-09-23r600: fix up ordering of functions in draw prims pathAlex Deucher
2009-09-23r300: fallback to software rendering if we are out of free texcoordsMaciej Cencora
2009-09-23r600: fix r700PredictRenderSize for draw prims pathAlex Deucher
2009-09-23r600 : add hw index buffer draw support.Richard Li
2009-09-23swrast: add lod bias when texture samplingBrian Paul
2009-09-23mesa: don't bias LOD in shader interpreter; do it in swrastBrian Paul
2009-09-23swrast: fix typo in partial derivatives parameter passingBrian Paul
2009-09-23Finish removing glcoreAdam Jackson
2009-09-23r600: fix copy/paste typoAlex Deucher
2009-09-23r600: fix some warningsAlex Deucher
2009-09-23r600: add support for CUBE textures, also TXPAndre Maasikas
2009-09-23st/mesa: trim calculated userbuffer sizeKeith Whitwell
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-22Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-22mesa: don't re-use the meta glDrawPixels VBO; create a new one each timeBrian Paul
2009-09-22r600 : add draw_prim support, make up one lost change.Richard Li
2009-09-22r600 : add draw_prim support.Richard Li
2009-09-22mesa: fix more buffer object error messagesBrian Paul
2009-09-22softpipe: need to write depth/stencil values even when stencil failsKeith Whitwell