summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_span.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Use MapRenderbuffer in spans setup.Eric Anholt2011-11-011-23/+10
* intel: Add an implementation of MapRenderbuffer.Eric Anholt2011-11-011-1/+1
* intel: Add 'mode' param to intel_region_mapChad Versace2011-10-181-2/+4
* intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt2011-09-261-4/+4
* intel: Fix stencil buffer to be W tiledChad Versace2011-07-191-21/+67
* intel: Add fields to intel_renderbuffer for unwrapping packed depth/stencil b...Chad Versace2011-06-211-2/+18
* intel: Fix typo in intel_offset_S8 commentsChad Versace2011-06-151-1/+1
* intel: Do the drawable x/y offset in intel_renderbuffer_map() for spans.Eric Anholt2011-06-131-64/+27
* intel: Use rb->Data and rb->RowStride to handle spans Y flipping.Eric Anholt2011-06-131-7/+4
* intel: Define span functions for S8 renderbuffersChad Versace2011-06-081-0/+64
* intel: Remove unused NO_TILE macroIan Romanick2011-05-311-3/+0
* intel: Add support for ARB_texture_float.Eric Anholt2011-04-201-0/+5
* intel: Use mesa core's R8, RG88, R16, RG1616 RB accessors.Eric Anholt2011-04-181-25/+4
* intel: Use Mesa core's renderbuffer accessors for depth.Eric Anholt2011-04-181-33/+15
* intel: Add a couple of helper functions to reduce rb code duplication.Eric Anholt2010-12-101-45/+29
* intel: Add spans code for the ARB_texture_rg support.Eric Anholt2010-12-101-0/+32
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* i965: Add support for rendering to SARGB8 FBOs.Eric Anholt2010-09-241-0/+1
* 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