aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_span.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Finalize the miptree before mapping it for fallbacks.Eric Anholt2010-06-181-0/+2
* i965: Add support for GL_ALPHA framebuffer objects.Eric Anholt2010-06-101-0/+10
* intel: Drop intelFlush()Kristian Høgsberg2010-05-101-1/+1
* intel: Rename the z24_x8 depth spans to z24_s8 since they do stencil too.Eric Anholt2010-03-171-2/+2
* i965: Fix readpixels from ReadBuffer != DrawBuffer.Eric Anholt2010-03-161-8/+8
* intel: Remove non-kernel-exec-fencing support.Eric Anholt2010-03-041-397/+54
* intel: Remove the unused s8 spans code. Not hit during no_rast piglit.Eric Anholt2010-03-041-59/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-0/+1
* intel: Remove DRI1 junk from spans code.Eric Anholt2010-01-261-30/+11
* intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-041-3/+0
* 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