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
*
radeon: Don't override NewFramebuffer just to call _mesa_new_framebuffer
Ian Romanick
2015-10-06
1
-7
/
+0
*
radeon: Silence GCC unused-but-set-variable warnings.
Vinson Lee
2015-07-23
1
-1
/
+5
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-1
/
+1
*
main: Rename framebuffer renderbuffer software fallback.
Laura Ekstrand
2015-05-14
1
-1
/
+1
*
radeon: replace __FUNCTION__ with __func__
Marius Predut
2015-04-21
1
-1
/
+1
*
mesa: Use assert() instead of ASSERT wrapper.
Matt Turner
2015-02-23
1
-4
/
+4
*
meta: Split _swrast_BlitFramebuffer out of the meta blit path.
Kenneth Graunke
2014-05-19
1
-1
/
+1
*
mesa: remove remaining uses of _glthread_GetID()
Brian Paul
2014-03-05
1
-2
/
+1
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-5
/
+5
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-5
/
+5
*
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
[next]