summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* r600g: add initial linestipple support.Dave Airlie2011-11-066-6/+51
* gallivm: change sys::getHostTriple to sys::getDefaultTargetTriple for LLVM >=...Christian Inci2011-11-061-0/+4
* g3dvl: Fix memory leaks on error paths.Vinson Lee2011-11-051-1/+4
* pp: Reorder calloc to avoid memory leak on error path.Vinson Lee2011-11-051-3/+4
* r600g: move SPI setup to PS setupVadim Girlin2011-11-054-74/+73
* r600g: precalculate semantic indices for SPI setupVadim Girlin2011-11-055-58/+65
* Revert "r600g: precalculate semantic indices for SPI setup"Alex Deucher2011-11-045-64/+57
* Revert "r600g: move SPI setup to PS setup"Alex Deucher2011-11-044-73/+74
* svga: fix varying var remapping for unused FS outputsBrian Paul2011-11-043-9/+22
* svga: add comments and reformat code in svga_tgsi_decl_sm30.cBrian Paul2011-11-041-47/+85
* st/mesa: set geometry shader to NULL when doing internal drawingMarek Olšák2011-11-048-2/+44
* mesa/st: Be nice with the stack -- use malloc for large structures/arrays.José Fonseca2011-11-041-12/+40
* dri: cosmeticGeorge Sapountzis2011-11-042-65/+42
* dri_util: move drawable functionsGeorge Sapountzis2011-11-041-27/+26
* dri_util: move context functionsGeorge Sapountzis2011-11-041-35/+36
* dri_util: move context functionsGeorge Sapountzis2011-11-041-86/+86
* dri_util: move screen functionsGeorge Sapountzis2011-11-041-100/+100
* dri: drop stray includes and typedefGeorge Sapountzis2011-11-041-11/+0
* dri: move __driUtilMessage to xmlconfig.cGeorge Sapountzis2011-11-044-30/+23
* dri: drop drisw_util.hGeorge Sapountzis2011-11-048-154/+12
* dri: reorder as driver,screen,context,drawableGeorge Sapountzis2011-11-041-65/+65
* dri: unify __DRIcontextRec, __DRIdrawableRecGeorge Sapountzis2011-11-042-19/+18
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-0416-67/+55
* dri: unify __DriverAPIRecGeorge Sapountzis2011-11-048-49/+29
* dri: drop drmLock remnantsGeorge Sapountzis2011-11-044-10/+1
* dri: drop DRI_VALIDATE macrosGeorge Sapountzis2011-11-041-24/+0
* gallium/cso_cache: remove one call to pipe_sampler_view_referenceMarek Olšák2011-11-041-2/+4
* r600g: move SPI setup to PS setupVadim Girlin2011-11-044-74/+73
* r600g: precalculate semantic indices for SPI setupVadim Girlin2011-11-045-57/+64
* svga: Tighten the register file assertions.José Fonseca2011-11-041-4/+2
* radeon/r200: strip texture borders.Dave Airlie2011-11-042-0/+4
* radeon/r200: fix r100/r200 blit to use the offsets.Dave Airlie2011-11-042-4/+4
* radeon: drop mtface/mtlevel, use ones in base class.Dave Airlie2011-11-043-18/+9
* u_vbuf_mgr: avoid one call to pipe_resource_reference in most casesMarek Olšák2011-11-041-1/+2
* swrast: Avoid void * arithmetic.José Fonseca2011-11-041-1/+1
* i965/gen6: Improve glReadPixels() performance by blitting to a linear temp.Eric Anholt2011-11-032-8/+81
* intel: Add safety asserts for the blit engine's pitch alignment requirements.Eric Anholt2011-11-031-0/+6
* intel: Don't force a batchbuffer flush in readpixels.Eric Anholt2011-11-033-3/+12
* radeon: Remove early dereference of src/dst width in glCopyTexSubImage.Eric Anholt2011-11-031-6/+2
* swrast: Drop the global mapping of buffers across glReadPixels().Eric Anholt2011-11-031-8/+0
* swrast: Drop the remaining GetRow-based glReadPixels() fast-path.Eric Anholt2011-11-031-90/+0
* swrast: Remove dead _swrast_read_depth_span_uint().Eric Anholt2011-11-032-88/+0
* swrast: Convert color glReadPixels slow path to using MapRenderbuffer.Eric Anholt2011-11-031-72/+33
* swrast: Skip _swrast_validate_derived in _swrast_ReadPixels().Eric Anholt2011-11-031-4/+0
* swrast: Add a readpixels fast-path based on memcpy and MapRenderbuffer.Eric Anholt2011-11-031-4/+53
* mesa: Add a function for comparing gl_format to format/type.Eric Anholt2011-11-032-0/+321
* swrast: Switch the remaining depth readpixels to MapRenderbuffer.Eric Anholt2011-11-031-5/+17
* swrast: Switch the remaining depth/stencil readpixels path to MapRenderbuffer.Eric Anholt2011-11-031-30/+42
* swrast: MapRenderbuffer in separate depth/stencil readpixels fastpathEric Anholt2011-11-032-21/+59
* swrast: Calculate image address/stride once for depth/stencil readpixels.Eric Anholt2011-11-031-16/+14