index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: 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
|
\
|
*
radeon: add case for MESA_FORMAT_X8_Z24 in radeon_create_renderbuffer()
Brian Paul
2009-10-27
1
-1
/
+6
|
*
mesa: choose texture format in core mesa, not drivers
Brian Paul
2009-10-25
1
-0
/
+3
|
*
radeon: simplify radeon_create_renderbuffer()
Brian Paul
2009-10-22
1
-20
/
+15
|
*
radeon: fix some renderbuffer format bugs
Brian Paul
2009-10-22
1
-4
/
+4
|
*
radeon: initialize renderbuffer Format field in radeon_create_renderbuffer()
Brian Paul
2009-10-14
1
-2
/
+9
|
*
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-79
/
+23
|
*
drivers: don't include texformat.h
Brian Paul
2009-10-05
1
-1
/
+0
|
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-15
/
+16
|
*
drivers: use more mesa format functions
Brian Paul
2009-09-27
1
-8
/
+11
*
|
Merge branch 'mesa_7_6_branch' of git+ssh://
[email protected]
/git/mes...
Alex Deucher
2009-10-19
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Use the right pitch when rendering to a texture
Owen Taylor
2009-10-15
1
-2
/
+3
*
|
mesa: rename functions to be more consistant with rest of mesa
Brian Paul
2009-09-19
1
-1
/
+1
|
/
*
r100: Use shared debug code.
Pauli Nieminen
2009-08-31
1
-1
/
+1
*
radeon: fix fbo size calculation to after pitch
Dave Airlie
2009-08-25
1
-1
/
+2
*
r300: add support for EXT_framebuffer_blit
Maciej Cencora
2009-08-24
1
-9
/
+2
*
radeon: remove RADEON_DEBUG_BO stuff
Alex Deucher
2009-08-17
1
-10
/
+0
*
radeon_fbo: switch short to byte for 565
Dave Airlie
2009-08-10
1
-1
/
+1
*
radeon: fix cut-n-paste in alphabits in fbo code
Dave Airlie
2009-08-10
1
-1
/
+1
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa in...
Alex Deucher
2009-07-15
1
-3
/
+18
|
\
|
*
radeon/fbo: stencil bits fix from Michel in intel fbo code
Dave Airlie
2009-07-14
1
-0
/
+1
|
*
radeon: fbo fix firecube crashes
Dave Airlie
2009-07-12
1
-0
/
+14
|
*
radeon: fixup FBO depth 24 allocations to avoid assert
Dave Airlie
2009-07-06
1
-3
/
+3
*
|
make sure ctx->Driver.Flush is valid before calling it
Alex Deucher
2009-07-15
1
-2
/
+4
*
|
Makeup checkin for radeon code change paired with r6/7 code.
root
2009-05-19
1
-0
/
+10
*
|
R6xx/R7xx: WIP r6xx-rewrite code
Richard Li
2009-05-08
1
-2
/
+2
|
/
*
radeon: go back and repick texture formats.
Dave Airlie
2009-04-01
1
-48
/
+59
*
radeon: fix pixel readback for RGB8 tests
Dave Airlie
2009-03-31
1
-0
/
+9
*
radeon/r200/r300: fix warnings
Dave Airlie
2009-03-24
1
-2
/
+3
*
radeon: fixup some issue with fbos and sw fallbacks
Dave Airlie
2009-03-24
1
-7
/
+0
*
radeon: actual format is rgba8
Dave Airlie
2009-03-24
1
-1
/
+1
*
raedon/r200/r300: mega-FBO commits.
Dave Airlie
2009-03-23
1
-7
/
+20
[next]