summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_span.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Disable the swrast context setup on GL 3.1 core.Eric Anholt2012-08-281-2/+4
* i965: Move depth resolve for span fallbacks to a simpler place.Eric Anholt2012-08-281-28/+0
* i965: Drop manual hiz resolves in span rendering.Eric Anholt2012-08-281-10/+0
* i965: fixup W-tile offset computation to take swizzling into accountDaniel Vetter2012-03-051-17/+11
* intel: use swrast code to map/unmap renderbuffers for swrast renderingBrian Paul2012-01-241-79/+2
* intel: remove intel_span_supports_format()Brian Paul2012-01-241-12/+0
* intel: derive intel_renderbuffer from swrast_renderbufferBrian Paul2012-01-241-6/+6
* mesa: remove gl_renderbuffer:RowStride fieldBrian Paul2012-01-241-2/+0
* intel: remove most of the span Get/PutRow codeBrian Paul2012-01-241-119/+1
* mesa: use gl_renderbuffer::Map for all depth/stencil accessesBrian Paul2012-01-241-6/+8
* intel: make intel_renderbuffer_map/unmap() staticBrian Paul2012-01-241-2/+2
* mesa/drivers: use new swrast renderbuffer functionsBrian Paul2011-12-081-13/+14
* mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88Brian Paul2011-12-021-1/+1
* intel: Resolve buffers in intelSpanRenderStartChad Versace2011-11-221-1/+39
* intel: Refactor intelSpanRenderStartChad Versace2011-11-221-16/+25
* intel: Replace intel_renderbuffer::region with a miptree [v3]Chad Versace2011-11-211-1/+2
* intel: Fix swrast_render_start() for depthstencil buffers with separate stencilChad Versace2011-11-211-8/+14
* intel: Don't use special stencil span accessorsChad Versace2011-11-211-42/+1
* intel: Simplify stencil detiling arithmeticChad Versace2011-11-151-2/+1
* intel: Fix software detiling of system stencil buffersChad Versace2011-11-151-2/+2
* i965: Claim to support rendering to integer FBOs.Eric Anholt2011-11-091-1/+6
* intel: Don't _mesa_problem when asked for an RB of a texturing-only type.Eric Anholt2011-11-091-0/+7
* 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