summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-19gallium/docs: Fix a couple ReST errors.Corbin Simpson
2010-03-19r300g: lod min/max clamping should be relative to the base levelMarek Olšák
2010-03-19r300g: fix breakage after the gallium-sampler-view mergeMarek Olšák
2010-03-19r300g: add PIPE_FORMAT_B5G5R5X1_UNORM colorbuffer support, cleanupsMarek Olšák
2010-03-19r300g: mark SRGB colorbuffers as unsupportedMarek Olšák
2010-03-19r300g: add generating texture coordinates for point sprites (WIP)Marek Olšák
2010-03-18gallivm: support PIPE_FORMAT_Z24S8_UNORM in depth/stencil codeBrian Paul
2010-03-18progs/tests: also test stencil INCR_WRAP mode if supportedBrian Paul
2010-03-18gallivm: fix broken INCR/DECR stencil modesBrian Paul
2010-03-18progs/tests: comments and clean-upsBrian Paul
2010-03-18gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass throughBrian Paul
2010-03-18llvmpipe: defines for RAST_WHOLE, RAST_EDGE_TESTBrian Paul
2010-03-18Add format B5G5R5X1Alan Hourihane
2010-03-18gallivm/llvmpipe: simplify front/back stencil ref value handlingBrian Paul
2010-03-18gallivm: checkpoint WIP two-sided stencil testBrian Paul
2010-03-18llvmpipe: set opaque = FALSE if stencil enabledBrian Paul
2010-03-18dri/nouveau: Flush after texture validation.Francisco Jerez
2010-03-18dri/nouveau: Avoid pushbuf flushes in the middle of LMA setup.Francisco Jerez
2010-03-18dri/nouveau: Implement texcoord generation.Francisco Jerez
2010-03-18dri/nouveau: Implement texture matrices.Francisco Jerez
2010-03-18dri/nouveau: Some minor vertex submission fixes.Francisco Jerez
2010-03-18dri/nouveau: only reallocate texture when neededXavier Chantry
2010-03-18llvmpipe: Fix crashes when there is no depth buffer bound.José Fonseca
2010-03-17intel: Call _mesa_make_current() after getting initial buffersKristian Høgsberg
2010-03-17progs/trivial: added commentsBrian Paul
2010-03-17gallivm/llvmpipe: basic stencil testing worksBrian Paul
2010-03-17llvmpipe: remove incorrect depth test checkBrian Paul
2010-03-17gallivm: added lp_build_andc()Brian Paul
2010-03-17llvmpipe: silence some pointer/casting warningsBrian Paul
2010-03-17gallivm/llvmpipe: more asst changes for stencil testingBrian Paul
2010-03-17gallivm/llmvpipe: pass stencil refs state into z/stencil build codeBrian Paul
2010-03-17llvmpipe: use new LP_JIT_CTX_ enums for jit context field positionsBrian Paul
2010-03-17llvmpipe: added stencil ref values to jit context stateBrian Paul
2010-03-17llvmpipe: break linesBrian Paul
2010-03-17intel: Replace mt->pitch with mt->region->pitch.Eric Anholt
2010-03-17intel: Return false like other blit failure paths if out of aperture.Eric Anholt
2010-03-17intel: Respect src pitch in _mesa_copy_rect().Eric Anholt
2010-03-17intel: Rely on allocated region pitch for the miptree pitch.Eric Anholt
2010-03-17intel: Assert that the linear blits succeed.Eric Anholt
2010-03-17intel: Remove level_offset now that it's unused.Eric Anholt
2010-03-17intel: Remove extra tiling setting after allocating a tiled region.Eric Anholt
2010-03-17intel: Rename the z24_x8 depth spans to z24_s8 since they do stencil too.Eric Anholt
2010-03-17llvmpipe: remove -m32 flag from linux-llvm configBrian Paul
2010-03-17st/mesa: plug in default for pipe_context::surface_copy() if neededBrian Paul
2010-03-17progs/samples: improve copy.c demoBrian Paul
2010-03-17Merge branch '7.8'Brian Paul
2010-03-17progs/samples: silence warningsBrian Paul
2010-03-17st/mesa: fix glCopyPixels bugs/crashes when src region need clippingBrian Paul
2010-03-17mesa: rename params in prototype to match implementationBrian Paul
2010-03-17glapi: fix assorted warningsBrian Paul