aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeon: only init surface manage on r600Dave Airlie2012-02-071-4/+8
* 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-0622-133/+830
* 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-061-1/+5
* 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
* 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
* intel: FBOs with texture border are unsupportedIan Romanick2012-02-031-0/+11
* gallium/dri: Handle xserver that doesn't send needless DRI2 invalidate eventsVille Syrjala2012-02-031-13/+17
* glsl: Add error case for switch() with two default cases.Eric Anholt2012-02-032-0/+16
* glsl: Throw an error when faced with a duplicated switch() case label.Eric Anholt2012-02-032-0/+27
* glsl: Add other missing error location information for switch statements.Eric Anholt2012-02-031-0/+4
* glsl: Add missing location info to case labels.Eric Anholt2012-02-031-0/+2
* glsl: Throw the required error when a case label is a non-constant.Eric Anholt2012-02-031-2/+14
* glsl: Save and restore the whole switch state for nesting.Eric Anholt2012-02-033-260/+255
* dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.Eric Anholt2012-02-031-0/+3
* dri: Fix typo in xml file that made all applications use the workaround.Eric Anholt2012-02-031-1/+1
* mesa: Fix the error message function names for glFlushMappedBufferRange().Eric Anholt2012-02-031-7/+7