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
/
radeon
/
radeon_fbo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-3
/
+3
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
radeon: Remove gratuitous custom framebuffer resize code.
Eric Anholt
2013-06-25
1
-31
/
+0
*
mesa: Remove the Initialized field from framebuffers.
Eric Anholt
2013-06-25
1
-2
/
+0
*
mesa: Make FinishRenderTexture just take the renderbuffer being finished.
Eric Anholt
2013-05-17
1
-3
/
+2
*
mesa: Track the TexImage being rendered to in the gl_renderbuffer.
Eric Anholt
2013-05-17
1
-10
/
+7
*
radeon: Remove dead radeon_wrap_texture().
Eric Anholt
2013-05-17
1
-30
/
+0
*
mesa: Make gl_renderbuffers backed by EGL images use FinishRenderTexture.
Eric Anholt
2013-05-17
1
-4
/
+6
*
mesa: Make core Mesa allocate the texture renderbuffer wrapper.
Eric Anholt
2013-05-06
1
-14
/
+0
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: pass context parameter to gl_renderbuffer::Delete()
Brian Paul
2012-11-30
1
-2
/
+2
*
radeon/r200: make radeon_context subclass of gl_context
Brian Paul
2012-10-05
1
-13
/
+13
*
mesa: remove FEATURE_EXT_framebuffer_blit define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_OES_EGL_image define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
mesa: remove FEATURE_EXT_framebuffer_object define.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: fix-up and use _mesa_delete_renderbuffer()
Brian Paul
2012-08-31
1
-1
/
+1
*
radeon: derive radeon_renderbuffer from swrast_renderbuffer
Brian Paul
2012-01-24
1
-26
/
+32
*
mesa: remove gl_renderbuffer::DataType
Brian Paul
2012-01-24
1
-80
/
+0
*
radeon: remove obsolete GetRow/PutRow code
Brian Paul
2012-01-24
1
-12
/
+0
*
radeon/r200: add RV200 detiling + add an always tiled flag
Dave Airlie
2011-12-06
1
-33
/
+66
*
r200: add Z16 depth detiling.
Dave Airlie
2011-12-06
1
-0
/
+105
*
r200: handle Z24 depth buffers correctly
Dave Airlie
2011-12-06
1
-2
/
+2
*
radeon/r200: add draw/stencil buffer detiling
Dave Airlie
2011-12-05
1
-0
/
+110
*
radeon: texture/renderbuffer overhaul.
Dave Airlie
2011-12-05
1
-38
/
+94
*
dri: Move _dri_texformat_* to radeon_texture.c
Kristian Høgsberg
2011-11-02
1
-3
/
+3
*
radeon: Add implementation of MapRenderbuffer.
Eric Anholt
2011-11-01
1
-0
/
+94
*
radeon: Use _mesa_get_format_base_format for winsys renderbuffer setup.
Eric Anholt
2011-10-28
1
-10
/
+1
*
radeon: Remove dead swrast renderbuffer setup code.
Eric Anholt
2011-10-28
1
-29
/
+20
*
dri: include swrast.h, not s_texrender.h
Brian Paul
2011-06-13
1
-1
/
+1
*
mesa: move texrender.c to swrast
Brian Paul
2011-06-13
1
-4
/
+4
*
radeon: add default switch case to silence unhandled enum warning
Brian Paul
2011-02-21
1
-0
/
+2
*
radeon: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
radeon: Implement GL_OES_EGL_image
Johann Rudloff
2010-11-08
1
-0
/
+46
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-14
/
+14
*
dri/radeon: test for FEATURE defines
nobled
2010-08-16
1
-0
/
+4
*
Fallback to software render if there is no miptree for an image
Will Dyson
2010-05-26
1
-4
/
+4
*
radeon: mark framebuffer as incomplete if renderbuffer format isn't supported...
Maciej Cencora
2010-03-09
1
-64
/
+62
*
radeon: Silence compiler format warning.
Vinson Lee
2010-02-20
1
-1
/
+1
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
radeon: Fix printf formatings to match te values.
Pauli Nieminen
2010-02-10
1
-1
/
+1
*
radeon: Add some debug output for fbo support
Pauli Nieminen
2010-02-09
1
-0
/
+53
*
radeon/fbo: use correct depth texture offset for depth textures
Andre Maasikas
2010-01-22
1
-4
/
+3
*
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-1
/
+1
*
radeon: protect fbo allocation message with debug
Alex Deucher
2009-12-18
1
-2
/
+3
*
radeon: workaround an FBO issue
Maciej Cencora
2009-12-03
1
-0
/
+6
*
radeon: FBO fixes for big endian.
Michel Dänzer
2009-11-17
1
-8
/
+26
*
radeon: fix incorrect Z format in radeon_alloc_renderbuffer_storage()
Brian Paul
2009-10-29
1
-2
/
+2
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-99
/
+57
|
\
[next]