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
/
radeon
/
radeon_fbo.c
Age
Commit message (
Expand
)
Author
2010-01-22
radeon/fbo: use correct depth texture offset for depth textures
Andre Maasikas
2010-01-04
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2009-12-18
radeon: protect fbo allocation message with debug
Alex Deucher
2009-12-03
radeon: workaround an FBO issue
Maciej Cencora
2009-11-17
radeon: FBO fixes for big endian.
Michel Dänzer
2009-10-29
radeon: fix incorrect Z format in radeon_alloc_renderbuffer_storage()
Brian Paul
2009-10-28
Merge branch 'texformat-rework'
Brian Paul
2009-10-27
radeon: add case for MESA_FORMAT_X8_Z24 in radeon_create_renderbuffer()
Brian Paul
2009-10-25
mesa: choose texture format in core mesa, not drivers
Brian Paul
2009-10-22
radeon: simplify radeon_create_renderbuffer()
Brian Paul
2009-10-22
radeon: fix some renderbuffer format bugs
Brian Paul
2009-10-19
Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...
Alex Deucher
2009-10-15
Use the right pitch when rendering to a texture
Owen Taylor
2009-10-14
radeon: initialize renderbuffer Format field in radeon_create_renderbuffer()
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-31
r100: Use shared debug code.
Pauli Nieminen
2009-08-25
radeon: fix fbo size calculation to after pitch
Dave Airlie
2009-08-24
r300: add support for EXT_framebuffer_blit
Maciej Cencora
2009-08-17
radeon: remove RADEON_DEBUG_BO stuff
Alex Deucher
2009-08-10
radeon_fbo: switch short to byte for 565
Dave Airlie
2009-08-10
radeon: fix cut-n-paste in alphabits in fbo code
Dave Airlie
2009-07-15
Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa in...
Alex Deucher
2009-07-15
make sure ctx->Driver.Flush is valid before calling it
Alex Deucher
2009-07-14
radeon/fbo: stencil bits fix from Michel in intel fbo code
Dave Airlie
2009-07-12
radeon: fbo fix firecube crashes
Dave Airlie
2009-07-06
radeon: fixup FBO depth 24 allocations to avoid assert
Dave Airlie
2009-05-19
Makeup checkin for radeon code change paired with r6/7 code.
root
2009-05-08
R6xx/R7xx: WIP r6xx-rewrite code
Richard Li
2009-04-01
radeon: go back and repick texture formats.
Dave Airlie
2009-03-31
radeon: fix pixel readback for RGB8 tests
Dave Airlie
2009-03-24
radeon/r200/r300: fix warnings
Dave Airlie
2009-03-24
radeon: fixup some issue with fbos and sw fallbacks
Dave Airlie
2009-03-24
radeon: actual format is rgba8
Dave Airlie
2009-03-23
raedon/r200/r300: mega-FBO commits.
Dave Airlie
2009-03-22
radeon fbo: add draw offset calcs
Dave Airlie
2009-03-22
radeon: use mipmap fns in FBO code
Dave Airlie
2009-03-21
radeon: align FBO pitch
Dave Airlie
2009-03-21
radeon: add cpp/pitch to rrb
Dave Airlie
2009-03-21
radeon: fix up span function setting
Dave Airlie
2009-03-20
more fbo fillin
Dave Airlie
2009-03-20
radeon: some more fbo work
Dave Airlie
2009-03-20
radeon: initial couch code copy from radeon
Dave Airlie