summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glsl: Fix Android buildChad Versace2012-02-081-0/+1
* r600g: fix handling of outputs as TEX addr sourcesChristian König2012-02-081-1/+2
* i965: Remove file i965/junk, accidentally added in 7b36c68Chad Versace2012-02-081-0/+0
* st/mesa: avoid vertex texture and sampler updates for 0 caseDave Airlie2012-02-082-0/+5
* i965: Remove broken symlink to intel_decode.c.Kenneth Graunke2012-02-071-1/+0
* i965/fs: Implement GL_CLAMP behavior on texture rectangles on gen6+.Eric Anholt2012-02-071-5/+49
* i965/fs: Move GL_CLAMP handling to coordinate setup.Eric Anholt2012-02-071-29/+21
* i965: Fix HiZ change compiler warning.Eric Anholt2012-02-071-1/+0
* i965: Rewrite the HiZ opChad Versace2012-02-0719-517/+1146
* intel: Avoid divide by zero for very small linear blitsIan Romanick2012-02-071-1/+1
* intel: Remove num_mapped_regions assertion from _intel_batchbuffer_flushIan Romanick2012-02-071-7/+0
* gallium/gbm: r300 and r600 now depend on libdrmTobias Droste2012-02-071-0/+2
* r600g: remove unused vars to silence warningsBrian Paul2012-02-071-2/+0
* mesa: remove unused _mesa_error_check_format_type() functionBrian Paul2012-02-072-121/+0
* mesa: stop using _mesa_error_check_format_type() in glReadPixelsBrian Paul2012-02-071-2/+7
* mesa: stop using _mesa_error_check_format_type() in glDrawPixelsBrian Paul2012-02-071-3/+35
* mesa: remove redundant format/type checks in glReadPixels()Brian Paul2012-02-071-35/+0
* mesa: remove redundant format/type checks in glGetTexImage()Brian Paul2012-02-071-34/+0
* mesa: new _mesa_error_check_format_and_type() functionBrian Paul2012-02-075-94/+178
* scons: fix typo in package versionDave Airlie2012-02-071-1/+1
* radeon: only init surface manage on r600Dave Airlie2012-02-071-4/+8
* scons: Require same pkg-config versions as configure.José Fonseca2012-02-072-7/+10
* scons: r300/r600 now depends on libdrm.José Fonseca2012-02-075-38/+44
* mesa: support more format/type combos in _mesa_dump_image()Brian Paul2012-02-061-1/+28
* util: fix typo in debug_printf_once commentBrian Paul2012-02-061-1/+1
* r600g: add support for common surface allocator for tiling v13Jerome Glisse2012-02-0623-134/+833
* Have __glImageSize handle format GL_DEPTH_STENCIL_NV the same way as the serv...Jon TURNEY2012-02-061-0/+1
* st/vdpau: use dst surface size if clip width/height is zeroChristian König2012-02-061-2/+2
* st/vdpau: implement vlVdpOutputSurfaceQueryCapabilitiesChristian König2012-02-061-2/+36
* nv50: fix bad assertion on Elements(phi->src) in regallocChristoph Bumiller2012-02-061-1/+1
* dri: Don't build libdricommon.la if we don't need itJon TURNEY2012-02-062-2/+10
* vl: add VL_MAX_SURFACES defineChristian König2012-02-063-2/+4
* vl: rename VL_MAX_PLANES to VL_NUM_COMPONENTSChristian König2012-02-069-44/+44
* vl: prefix size defines with VL_Christian König2012-02-067-64/+65
* vl: remove assert on unknown video profileChristian König2012-02-061-1/+0
* st/xvmc: respect caps when creating video buffersChristian König2012-02-061-0/+6
* st/vdpau: use interlacing capabilitiesChristian König2012-02-062-1/+15
* st/vdpau: implement uploads to interlaced video buffersChristian König2012-02-061-21/+27
* vl: add interlacing capabilitiesChristian König2012-02-066-1/+34
* vl: add a simple weave deinterlacerChristian König2012-02-062-33/+173
* vl/video_buffer: fix interlaced surface orderingChristian König2012-02-061-7/+13
* vl/video_buffer: fix height of interlaced video buffersChristian König2012-02-061-2/+8
* mesa: check_index_bounds off-by-one fixRoland Scheidegger2012-02-061-1/+1
* mesa: Fix xcb-dri2 link flags leaking into LIBS.Eric Anholt2012-02-041-0/+2
* intel: check for LLC support when reading mapsEugeni Dodonov2012-02-041-1/+1
* intel: verify if hardware has LLC supportEugeni Dodonov2012-02-044-0/+12
* draw: fix fog coord export.Dave Airlie2012-02-041-1/+6
* vbo: fix a building errorChih-Wei Huang2012-02-041-0/+2
* llvmpipe: Make more resilient to out-of-memory situations.José Fonseca2012-02-031-2/+6
* llvmpipe: clear storage for newly allocated resourcesKeith Whitwell2012-02-031-2/+20