summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Remove struct intel_framebufferKristian Høgsberg2010-01-041-3/+3
* intel: Fix false positives in checking for non-packed depth/stencil RB.Eric Anholt2009-12-281-7/+14
* intel: Allow binding a stencil but not a depth buffer.Eric Anholt2009-12-281-1/+1
* intel: Improve INTEL_DEBUG=fbo output.Eric Anholt2009-12-281-1/+6
* intel: Remove unused stored values reported by clang.Eric Anholt2009-12-221-4/+0
* intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.Ian Romanick2009-12-101-5/+1
* intel: name in intel_create_renderbuffer was always 0, removeIan Romanick2009-12-101-2/+1
* intel: Use texformat accessor to get bytes-per-pixelIan Romanick2009-12-101-7/+1
* intel: softwareBuffer in intel_alloc_renderbuffer_storage was always false, r...Ian Romanick2009-12-101-22/+15
* intel: Axe intel_renderbuffer::texformatIan Romanick2009-12-101-11/+2
* intel: Flush the render/texture cache when finishing render to texture.Eric Anholt2009-12-101-1/+9
* Revert "intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system ...Ian Romanick2009-12-071-1/+5
* intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.Eric Anholt2009-12-021-5/+1
* intel: Don't validate in a texture image used as a render target.Eric Anholt2009-11-061-10/+8
* intel: fix up some XRGB breakageBrian Paul2009-10-301-1/+4
* intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul2009-10-291-27/+17
* Merge branch 'texformat-rework'Brian Paul2009-10-281-92/+48
|\
| * intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversionsBrian Paul2009-10-211-13/+13
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-75/+30
| * drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-24/+23
| * drivers: use more mesa format functionsBrian Paul2009-09-271-6/+9
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-281-0/+1
|\ \
| * | intel: Fix memory leak in case of renderbuffer bad formatVinson Lee2009-10-281-0/+1
* | | Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt2009-10-231-6/+11
|\| |
| * | intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt2009-10-231-13/+11
* | | intel: pass zslice to intel_miptree_image_offset()Brian Paul2009-10-121-9/+2
| |/ |/|
* | mesa: rename functions to be more consistant with rest of mesaBrian Paul2009-09-191-1/+1
|/
* intel: use new _mesa_meta_blit_framebuffer() functionBrian Paul2009-08-101-69/+2
* Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-031-0/+1
|\
| * intel: Also update stencil bits in intel_update_wrapper().Michel Dänzer2009-07-031-0/+1
* | intel: Add support for tiled textures.Eric Anholt2009-06-041-1/+2
* | intel: Fall back on any rendering to texture with no miptree.Eric Anholt2009-05-211-4/+4
* | intel: Mark the FBO as incomplete if there's no intel_renderbuffer for it.Eric Anholt2009-05-211-0/+5
|/
* intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt2009-04-161-26/+43
* i965: fix screen depth test in intel_validate_framebuffer)_Brian Paul2009-03-051-1/+2
* intel: no-op the intel_finish_render_texture() functionBrian Paul2009-02-261-13/+10
* intel: check texture formats in intel_validate_framebuffer()Brian Paul2009-02-261-0/+29
* intel: Fix up x8r8g8b8 renderbuffer format so that alpha=1 spans code happens.Eric Anholt2009-02-251-0/+9
* intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.Eric Anholt2009-02-211-1/+2
* intel: remove unused RenderToTexture fieldBrian Paul2009-01-301-2/+0
* intel: remove unused #includesBrian Paul2009-01-291-2/+0
* intel: formatting clean-upsBrian Paul2009-01-291-9/+16
* intel: clean up more pf mess.Eric Anholt2009-01-271-2/+0
* intel: add GL_EXT_framebuffer blit extensionBrian Paul2009-01-221-0/+70
* intel: remove/disable the "paired depth/stencil" codeBrian Paul2009-01-221-4/+0
* intel: remove unneeded call to ctx->Driver.DepthRange()Brian Paul2009-01-221-3/+0
* i965: disallow separate depth/stencil renderbuffersBrian Paul2009-01-221-11/+11
* intel: plug in stub intel_validate_framebuffer() functionBrian Paul2009-01-221-0/+14
* intel: inline some renderbuffer functionsBrian Paul2009-01-221-43/+0