index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_fbo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: use new _mesa_meta_blit_framebuffer() function
Brian Paul
2009-08-10
1
-69
/
+2
*
Merge branch 'mesa_7_5_branch'
Jakob Bornecrantz
2009-07-03
1
-0
/
+1
|
\
|
*
intel: Also update stencil bits in intel_update_wrapper().
Michel Dänzer
2009-07-03
1
-0
/
+1
*
|
intel: Add support for tiled textures.
Eric Anholt
2009-06-04
1
-1
/
+2
*
|
intel: Fall back on any rendering to texture with no miptree.
Eric Anholt
2009-05-21
1
-4
/
+4
*
|
intel: Mark the FBO as incomplete if there's no intel_renderbuffer for it.
Eric Anholt
2009-05-21
1
-0
/
+5
|
/
*
intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.
Eric Anholt
2009-04-16
1
-26
/
+43
*
i965: fix screen depth test in intel_validate_framebuffer)_
Brian Paul
2009-03-05
1
-1
/
+2
*
intel: no-op the intel_finish_render_texture() function
Brian Paul
2009-02-26
1
-13
/
+10
*
intel: check texture formats in intel_validate_framebuffer()
Brian Paul
2009-02-26
1
-0
/
+29
*
intel: Fix up x8r8g8b8 renderbuffer format so that alpha=1 spans code happens.
Eric Anholt
2009-02-25
1
-0
/
+9
*
intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.
Eric Anholt
2009-02-21
1
-1
/
+2
*
intel: remove unused RenderToTexture field
Brian Paul
2009-01-30
1
-2
/
+0
*
intel: remove unused #includes
Brian Paul
2009-01-29
1
-2
/
+0
*
intel: formatting clean-ups
Brian Paul
2009-01-29
1
-9
/
+16
*
intel: clean up more pf mess.
Eric Anholt
2009-01-27
1
-2
/
+0
*
intel: add GL_EXT_framebuffer blit extension
Brian Paul
2009-01-22
1
-0
/
+70
*
intel: remove/disable the "paired depth/stencil" code
Brian Paul
2009-01-22
1
-4
/
+0
*
intel: remove unneeded call to ctx->Driver.DepthRange()
Brian Paul
2009-01-22
1
-3
/
+0
*
i965: disallow separate depth/stencil renderbuffers
Brian Paul
2009-01-22
1
-11
/
+11
*
intel: plug in stub intel_validate_framebuffer() function
Brian Paul
2009-01-22
1
-0
/
+14
*
intel: inline some renderbuffer functions
Brian Paul
2009-01-22
1
-43
/
+0
*
Remove intel pageflipping support in its entirety.
Owain G. Ainsworth
2009-01-20
1
-38
/
+1
*
i965: asst. fixes, work-arounds for FBOs and render to texture
Brian Paul
2009-01-14
1
-0
/
+7
*
i965: fix incorrect renderbuffer DataType assignment
Brian Paul
2009-01-14
1
-2
/
+6
*
intel: Fall back on rendering to a texture attachment with a border.
Eric Anholt
2008-12-06
1
-1
/
+8
*
intel: Fix clears to depth_stencil texture attachments.
Eric Anholt
2008-09-24
1
-1
/
+1
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-8
/
+8
*
intel: Add a width field to regions, and use it for making miptrees in TFP.
Eric Anholt
2008-09-12
1
-1
/
+1
*
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
1
-8
/
+12
*
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-24
1
-12
/
+8
*
intel: Don't return a renderbuffer with alpha when just GL_RGB is requested.
Eric Anholt
2008-07-26
1
-0
/
+8
*
intel: Add a little span cache to spead up readpixels by cutting syscalls.
Eric Anholt
2008-07-23
1
-0
/
+3
*
intel-gem: Use pread/pwrite for span access.
Eric Anholt
2008-07-23
1
-1
/
+0
*
drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.
Eric Anholt
2008-07-11
1
-20
/
+1
*
intel-gem: Fix Y-tiling span setup.
Eric Anholt
2008-07-02
1
-3
/
+10
*
[intel-GEM] Add tiling support to swrast.
Keith Packard
2008-05-06
1
-5
/
+11
*
intel: fix abort issue with shadowtex demo when use
Xiang, Haihao
2008-03-14
1
-23
/
+41
*
[intel] Allow attIndex to be negative to avoid defeating the >= 0 check.
Eric Anholt
2008-02-15
1
-1
/
+1
*
[intel] Simplify intelCreateBuffer() a bit.
Kristian Høgsberg
2008-01-09
1
-19
/
+15
*
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
1
-1
/
+4
*
[965] Enable EXT_framebuffer_object.
Eric Anholt
2007-12-20
1
-1
/
+2
*
[intel] Move bufmgr back to context instead of screen, fixing glthreads.
Eric Anholt
2007-12-12
1
-1
/
+1
*
[intel] Move over files that will be shared with 965-fbo work.
Eric Anholt
2007-11-09
1
-0
/
+687