index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_fbo.c
Age
Commit message (
Expand
)
Author
2009-12-10
intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.
Ian Romanick
2009-12-10
intel: name in intel_create_renderbuffer was always 0, remove
Ian Romanick
2009-12-10
intel: Use texformat accessor to get bytes-per-pixel
Ian Romanick
2009-12-10
intel: softwareBuffer in intel_alloc_renderbuffer_storage was always false, r...
Ian Romanick
2009-12-10
intel: Axe intel_renderbuffer::texformat
Ian Romanick
2009-12-10
intel: Flush the render/texture cache when finishing render to texture.
Eric Anholt
2009-12-07
Revert "intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system ...
Ian Romanick
2009-12-02
intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.
Eric Anholt
2009-11-06
intel: Don't validate in a texture image used as a render target.
Eric Anholt
2009-10-30
intel: fix up some XRGB breakage
Brian Paul
2009-10-29
intel: update intel_create_renderbuffer(format), add XRGB support
Brian Paul
2009-10-28
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-28
intel: Fix memory leak in case of renderbuffer bad format
Vinson Lee
2009-10-23
Merge remote branch 'origin/mesa_7_6_branch'
Eric Anholt
2009-10-23
intel: Keep track of x,y offsets in miptrees and use them for blitting.
Eric Anholt
2009-10-21
intel: use MESA_FORMAT_S8_Z24 format and avoid z24s8/s8z24 conversions
Brian Paul
2009-10-12
intel: pass zslice to intel_miptree_image_offset()
Brian Paul
2009-10-08
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-05
drivers: don't include texformat.h
Brian Paul
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-27
drivers: use more mesa format functions
Brian Paul
2009-09-19
mesa: rename functions to be more consistant with rest of mesa
Brian Paul
2009-08-10
intel: use new _mesa_meta_blit_framebuffer() function
Brian Paul
2009-07-03
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-03
intel: Also update stencil bits in intel_update_wrapper().
Michel Dänzer
2009-06-04
intel: Add support for tiled textures.
Eric Anholt
2009-05-21
intel: Fall back on any rendering to texture with no miptree.
Eric Anholt
2009-05-21
intel: Mark the FBO as incomplete if there's no intel_renderbuffer for it.
Eric Anholt
2009-04-16
intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.
Eric Anholt
2009-03-05
i965: fix screen depth test in intel_validate_framebuffer)_
Brian Paul
2009-02-26
intel: no-op the intel_finish_render_texture() function
Brian Paul
2009-02-26
intel: check texture formats in intel_validate_framebuffer()
Brian Paul
2009-02-25
intel: Fix up x8r8g8b8 renderbuffer format so that alpha=1 spans code happens.
Eric Anholt
2009-02-21
intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.
Eric Anholt
2009-01-30
intel: remove unused RenderToTexture field
Brian Paul
2009-01-29
intel: remove unused #includes
Brian Paul
2009-01-29
intel: formatting clean-ups
Brian Paul
2009-01-27
intel: clean up more pf mess.
Eric Anholt
2009-01-22
intel: add GL_EXT_framebuffer blit extension
Brian Paul
2009-01-22
intel: remove/disable the "paired depth/stencil" code
Brian Paul
2009-01-22
intel: remove unneeded call to ctx->Driver.DepthRange()
Brian Paul
2009-01-22
i965: disallow separate depth/stencil renderbuffers
Brian Paul
2009-01-22
intel: plug in stub intel_validate_framebuffer() function
Brian Paul
2009-01-22
intel: inline some renderbuffer functions
Brian Paul
2009-01-20
Remove intel pageflipping support in its entirety.
Owain G. Ainsworth
2009-01-14
i965: asst. fixes, work-arounds for FBOs and render to texture
Brian Paul
2009-01-14
i965: fix incorrect renderbuffer DataType assignment
Brian Paul
2008-12-06
intel: Fall back on rendering to a texture attachment with a border.
Eric Anholt
2008-09-24
intel: Fix clears to depth_stencil texture attachments.
Eric Anholt
[next]