summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_span.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-111-40/+17
|\
| * intel: Remove ARGB internal_format == GL_RGB hacksIan Romanick2009-12-101-36/+13
| * intel: Use spantmp2 GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV for XRGB8888Ian Romanick2009-12-101-1/+1
| * intel: Axe intel_renderbuffer::texformatIan Romanick2009-12-101-3/+3
* | intel: Remove non-GEM support.Eric Anholt2009-11-191-9/+4
|/
* intel: Remove obsolete comment about GEM in the spans code.Eric Anholt2009-11-061-1/+0
* intel: avoid unnecessary front buffer flushing/updatingBrian Paul2009-11-031-0/+2
* intel: Use GTT mapping when available for swrast.Eric Anholt2009-10-301-1/+72
* intel: Fix up z24_x8 depth spans since the texformat merge.Eric Anholt2009-10-301-12/+6
* intel: fix up some XRGB breakageBrian Paul2009-10-301-1/+1
* intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul2009-10-291-0/+15
* Merge branch 'texformat-rework'Brian Paul2009-10-281-32/+6
|\
| * intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversionsBrian Paul2009-10-211-16/+4
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-17/+4
| * drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-1/+1
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-281-0/+6
|\ \
| * | intel: added region draw_x/y offsets in x/y_tile_swizzle() funcsBrian Paul2009-10-271-0/+6
* | | i915: Enable ARB_vertex_shader for both i915 and i830.Eric Anholt2009-10-011-0/+37
| |/ |/|
* | intel: minor code clean-upsBrian Paul2009-09-141-11/+8
* | intel: fix renderbuffer map/unmap regressionBrian Paul2009-09-141-14/+14
* | intel: Don't forget to map the depth read buffer in spans.Eric Anholt2009-09-101-22/+28
|/
* intel: fix typo: s/softare/software/Brian Paul2009-08-071-2/+2
* intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt2009-04-161-60/+112
* intel: Add span code for z24 without stencil.Eric Anholt2009-02-261-2/+22
* intel: make template wrappers for the spans templates.Eric Anholt2009-02-251-187/+48
* intel: fix check for Y orientation in span functions.Brian Paul2009-01-291-4/+4
* intel: clean up more pf mess.Eric Anholt2009-01-271-6/+3
* intel: SW fallback maps texture images, not texture coordinatesIan Romanick2009-01-141-2/+2
* intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt2008-10-281-82/+59
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-4/+4
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-1/+0
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-135/+541
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-541/+135
* Merge branch 'drm-gem'Eric Anholt2008-08-081-135/+541
|\
| * intel: Don't return a renderbuffer with alpha when just GL_RGB is requested.Eric Anholt2008-07-261-0/+64
| * intel: Add a little span cache to spead up readpixels by cutting syscalls.Eric Anholt2008-07-231-12/+36
| * intel-gem: Use pread/pwrite for span access.Eric Anholt2008-07-231-161/+111
| * intel: move renderbuffer mapping to separate functions.Eric Anholt2008-07-231-52/+51
| * intel-gem: Disable spantmp sse/mmx functions when tile swizzling.Eric Anholt2008-07-151-0/+4
| * drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt2008-07-111-76/+78
| * intel: span rendering requires just a flush before starting, not finish.Eric Anholt2008-07-021-1/+1
| * intel-gem: Fix y-tile swizzling for our G965 with swizzle_mode=1.Eric Anholt2008-07-021-0/+10
| * intel-gem: Fix Y-tiling span setup.Eric Anholt2008-07-021-3/+4
| * intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode.Eric Anholt2008-07-011-17/+34
| * [intel-gem] Bug #16326: Fix X tile unswizzling on 965.Eric Anholt2008-06-171-0/+26
| * [intel-GEM] Add tiling support to swrast.Keith Packard2008-05-061-12/+315
* | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-1/+4
|/
* i965: fix segfault caused by commit e131c46b20241737ceba4856dbe01dcca6dd2c03.Xiang, Haihao2008-01-101-6/+6
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-061-15/+12