summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: update shading documentationAndreas Boll2012-10-031-8/+5
* build: Remove autoconf check for signbitMatt Turner2012-10-021-7/+0
* i915g: Implement srgb textures the easy way.Stéphane Marchesin2012-10-023-102/+9
* i915g: Use X tiling for texturesStéphane Marchesin2012-10-021-7/+2
* SwapBuffersRegionNOK: invert rectangles on y axisRobert Bragg2012-10-021-2/+1
* mesa: remove bogus compressed texture size checksBrian Paul2012-10-022-28/+0
* radeonsi: Fix double compilation of shader variants.Michel Dänzer2012-10-022-6/+4
* radeonsi: Better indexing of parameters in the pixel shader.Michel Dänzer2012-10-023-8/+12
* radeon/llvm: Disable SI flow control again for now.Michel Dänzer2012-10-021-1/+2
* docs/helpwanted: cleanup todo list linksAndreas Boll2012-10-021-14/+24
* docs: document how to apply a candidate to a stable branchAndreas Boll2012-10-021-0/+8
* docs: document how to mark a candidate for a stable branchAndreas Boll2012-10-021-0/+16
* android: glcpp: fix abuse of yylexNegreanu Marius Adrian2012-10-022-6/+6
* build: Don't build libdricore if not building classic driversMatt Turner2012-10-012-1/+6
* libdricore: Remove dead C(XX)FLAGS_NOVISIBILITYMatt Turner2012-10-011-5/+2
* build: Add visibility CFLAGS to OSMesaMatt Turner2012-10-011-2/+4
* build: Link OSMesa with glapi, libdl, libstdc++Matt Turner2012-10-011-5/+12
* build: Set visibility CFLAGS in dri/swrastMatt Turner2012-10-011-1/+2
* build: Set visibility CFLAGS in dri/r200Matt Turner2012-10-011-0/+1
* build: Set visibility CFLAGS in dri/radeonMatt Turner2012-10-011-0/+1
* build: Set visibility CFLAGS in dri/nouveauMatt Turner2012-10-011-0/+1
* build: Set visibility CFLAGS in dri/i915Matt Turner2012-10-011-0/+1
* build: Set visibility CFLAGS in dri/commonMatt Turner2012-10-011-1/+2
* build: Build src/glsl with visibility CFLAGSMatt Turner2012-10-011-3/+3
* build: Turn on visibility CFLAGS for core mesaMatt Turner2012-10-011-2/+2
* build: Order src/Makefile correctlyMatt Turner2012-10-011-1/+1
* build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definitionMatt Turner2012-10-0115-35/+35
* build: Use PTHREAD_LIBS and PTHREAD_CFLAGSMatt Turner2012-10-016-23/+32
* build: Set PTHREAD_LIBS for pkgconfig files if emptyMatt Turner2012-10-011-0/+4
* llvmpipe: Fix build with LLVM 2.8Tom Stellard2012-10-011-1/+1
* configure.ac: Use amdgpu component for LLVM 3.2Tom Stellard2012-10-011-4/+2
* radeon/llvm: Only initialize the AMDGPU targetTom Stellard2012-10-011-7/+1
* radeon: Fix build with LLVM 3.1Tom Stellard2012-10-011-0/+1
* radeon: Support LLVM 3.2Tom Stellard2012-10-014-9/+31
* r600g: Re-enable growing of the compute memory poolTom Stellard2012-10-012-18/+4
* r600g: Fix bug when adding new items to the compute memory poolTom Stellard2012-10-011-6/+23
* r600g: Use a RAT buffer as the backing bo for the compute memory poolTom Stellard2012-10-012-34/+6
* r600g: Make sure to init the compute memory pool with enough memoryTom Stellard2012-10-011-1/+1
* r600g: Add evergreen_init_color_surface_rat() v2Tom Stellard2012-10-012-0/+59
* r600g: Add register field definitions for 028C70_RESOURCE_TYPETom Stellard2012-10-011-0/+7
* intel: add support for ANGLE_texture_compression_dxt.Oliver McFadden2012-10-018-5/+39
* radeonsi: emit PA_SU_PRIM_FILTER_CNTLAlex Deucher2012-10-011-0/+2
* radeonsi: remove some old r600g cruftAlex Deucher2012-10-011-28/+0
* radeonsi: fix range checking for state regsAlex Deucher2012-10-011-3/+4
* radeonsi: drop some cayman remnantsAlex Deucher2012-10-014-24/+4
* radeonsi: define SGPR register numbersChristian König2012-10-016-25/+28
* nvc0: make sure handles for unbound textures/samplers are uploaded on nve4Christoph Bumiller2012-09-302-2/+8
* nv50,nvc0: fix 3d engine blit for nvc0Christoph Bumiller2012-09-302-4/+9
* nv50,nvc0: implement blitChristoph Bumiller2012-09-3016-715/+1398
* gallium: remove resource_resolveMarek Olšák2012-09-3012-207/+12