summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove gl_light::_SpotExpTable fieldBrian Paul2012-02-106-68/+4
* meta: replace abort() with _mesa_problem()Brian Paul2012-02-101-1/+2
* mesa: fix comment typoBrian Paul2012-02-101-1/+1
* st/vdpau: use matrix filter to blur/sharpen videoChristian König2012-02-103-7/+81
* vl: add a matrix/convolution filterChristian König2012-02-103-0/+379
* st/vdpau: use median filter for noise reductionChristian König2012-02-103-60/+248
* vl: add a median filter for noise reductionChristian König2012-02-103-0/+469
* i965/gen7: Fix the length of the MULTISAMPLE state packet in the HiZ op.Eric Anholt2012-02-091-1/+1
* i965/gen7: Fix the length of the DS state packet in the HiZ op.Eric Anholt2012-02-091-1/+1
* i965/gen7: Fix GPU hangs from the HiZ op.Eric Anholt2012-02-091-2/+3
* glsl: Avoid excessive loop unrolling.Mathias Fröhlich2012-02-091-0/+15
* mesa: fix maximum allowed proxy texture size conditionAnuj Phogat2012-02-091-11/+11
* st/mesa: exit the update fragment samplers/textures loops early.Dave Airlie2012-02-092-12/+23
* st/mesa: fixup NDEBUG vs DEBUG causing debug path to get taken.Dave Airlie2012-02-091-3/+3
* mesa: enable remap table when --enable-shared-glapiChia-I Wu2012-02-091-0/+3
* vbo: unmap vertex store before executing listsBrian Paul2012-02-093-12/+40
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-0919-16/+52
* dri: Emit a critical error if the swrast driver fails to load.Carl Worth2012-02-081-2/+4
* dri: Emit a critical error if a named driver fails to load.Carl Worth2012-02-082-0/+4
* dri: Add a CriticalErrorMessageF macro.Carl Worth2012-02-082-0/+26
* dri: Clarify comments on InfoMessageF and ErrorMessageF macros.Carl Worth2012-02-081-1/+6
* 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