summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-04-11r300g: use cliprects for scissoringMarek Olšák
2010-04-11r300g: fix mipmapped 3D texturesMarek Olšák
2010-04-11r300g: support some exotic sampler formatsMarek Olšák
2010-04-10nvfx: Silence uninitialized variable warning.Vinson Lee
2010-04-10nvfx: Silence uninitialized variable warnings.Vinson Lee
2010-04-10svga: Silence uninitialized variable warnings.Vinson Lee
2010-04-11r300g: cleanup handling of sampler viewsMarek Olšák
2010-04-11r300g: pick up some new colorbuffer formatsMarek Olšák
2010-04-11r300g: hack around issue with doom3 and 0 strideDave Airlie
2010-04-10nv50: plug in miptree resource vtblChristoph Bumiller
2010-04-10r300g: use clamp-to-edge instead of repeat/mirrored-repeat for NPOT texturesMarek Olšák
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-10r300g: align the height of NPOT textures to POTMarek Olšák
2010-04-10r300g: do not use tiling for scanout buffersMarek Olšák
2010-04-09nouveau: Import latest nouveau_class.h from renouveauBen Skeggs
2010-04-09r300g: Fill out dummy fence functions.Corbin Simpson
2010-04-08llvmpipe: Remove unnecessary header.Vinson Lee
2010-04-08Merge remote branch 'origin/7.8'Dave Airlie
2010-04-07llvmpipe: Add missing include.José Fonseca
2010-04-07llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.José Fonseca
2010-04-06llvmpipe: Remove unused variable.Vinson Lee
2010-04-07nouveau: allow multiple simultaneous maps of a pipe_transferBen Skeggs
2010-04-07nv50: fix assertion that caused piglit texturing/texrect-many to failBen Skeggs
2010-04-06cell: fix buildMarc Dietrich
2010-04-06Merge branch 'gallium_draw_llvm'Zack Rusin
2010-04-06llvmpipe: Support S3TC when util_format_s3tc_enabled is set.José Fonseca
2010-04-06gallivm: Move the global LLVM objects (module, engine, provider, target) into...José Fonseca
2010-04-06llvmpipe: use a define to decide whether to use draw llvm pathsZack Rusin
2010-04-05r300g: enforce microtiled zbuffer from X serverMarek Olšák
2010-04-05r300g: typecast using the r300_texture functionMarek Olšák
2010-04-05softpipe: index the correct blend/mask state indexBrian Paul
2010-04-05i965g: change value of VERT_RESULT_PSIZ hack to avoid warningsBrian Paul
2010-04-05r300g: enable OpenGL 2.1 on r3xx-r4xx chipsetsMarek Olšák
2010-04-05r300g: add fallback for back stencil reference value and masks for r3xx-r4xxMarek Olšák
2010-04-05r300g: simplify accessing screen from contextMarek Olšák
2010-04-05r300g: remove some XXXsMarek Olšák
2010-04-05r300g: raise the number of texture units to 16 for all supported chipsetsMarek Olšák
2010-04-05r300/compiler: make the max number of fragment shader temporaries adjustableMarek Olšák
2010-04-05r300g: is_npot -> uses_pitchMarek Olšák
2010-04-05r300g: enable conditional rendering also for SWTCLMarek Olšák
2010-04-04r300g: fix TFP stride override.Dave Airlie
2010-04-04r300g: add conditional renderingMarek Olšák
2010-04-04r300g: add r4xx fragment shader registersMarek Olšák
2010-04-04r300g: do not use the c++ template keywordMarek Olšák
2010-04-04r300g: properly setup textures from X serverMarek Olšák
2010-04-03r300g: fix color tiling for buffer from X server.Dave Airlie
2010-04-03util: Revert unsolicited, untested, unreviewed, and broken changes to format ...José Fonseca
2010-04-02r300g: Expound on dithering comment.Corbin Simpson
2010-04-03r300g: make dithering work like fglrx.Dave Airlie
2010-04-02llvmpipe: limit max texture size to 2Kx2K for nowBrian Paul