aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_fbo.c
Commit message (Expand)AuthorAgeFilesLines
...
* radeon: Fix printf formatings to match te values.Pauli Nieminen2010-02-101-1/+1
* radeon: Add some debug output for fbo supportPauli Nieminen2010-02-091-0/+53
* radeon/fbo: use correct depth texture offset for depth texturesAndre Maasikas2010-01-221-4/+3
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-1/+1
* radeon: protect fbo allocation message with debugAlex Deucher2009-12-181-2/+3
* radeon: workaround an FBO issueMaciej Cencora2009-12-031-0/+6
* radeon: FBO fixes for big endian.Michel Dänzer2009-11-171-8/+26
* radeon: fix incorrect Z format in radeon_alloc_renderbuffer_storage()Brian Paul2009-10-291-2/+2
* Merge branch 'texformat-rework'Brian Paul2009-10-281-99/+57
|\
| * radeon: add case for MESA_FORMAT_X8_Z24 in radeon_create_renderbuffer()Brian Paul2009-10-271-1/+6
| * mesa: choose texture format in core mesa, not driversBrian Paul2009-10-251-0/+3
| * radeon: simplify radeon_create_renderbuffer()Brian Paul2009-10-221-20/+15
| * radeon: fix some renderbuffer format bugsBrian Paul2009-10-221-4/+4
| * radeon: initialize renderbuffer Format field in radeon_create_renderbuffer()Brian Paul2009-10-141-2/+9
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-79/+23
| * drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-15/+16
| * drivers: use more mesa format functionsBrian Paul2009-09-271-8/+11
* | Merge branch 'mesa_7_6_branch' of git+ssh://[email protected]/git/mes...Alex Deucher2009-10-191-2/+3
|\ \ | |/ |/|
| * Use the right pitch when rendering to a textureOwen Taylor2009-10-151-2/+3
* | mesa: rename functions to be more consistant with rest of mesaBrian Paul2009-09-191-1/+1
|/
* r100: Use shared debug code.Pauli Nieminen2009-08-311-1/+1
* radeon: fix fbo size calculation to after pitchDave Airlie2009-08-251-1/+2
* r300: add support for EXT_framebuffer_blitMaciej Cencora2009-08-241-9/+2
* radeon: remove RADEON_DEBUG_BO stuffAlex Deucher2009-08-171-10/+0
* radeon_fbo: switch short to byte for 565Dave Airlie2009-08-101-1/+1
* radeon: fix cut-n-paste in alphabits in fbo codeDave Airlie2009-08-101-1/+1
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa in...Alex Deucher2009-07-151-3/+18
|\
| * radeon/fbo: stencil bits fix from Michel in intel fbo codeDave Airlie2009-07-141-0/+1
| * radeon: fbo fix firecube crashesDave Airlie2009-07-121-0/+14
| * radeon: fixup FBO depth 24 allocations to avoid assertDave Airlie2009-07-061-3/+3
* | make sure ctx->Driver.Flush is valid before calling itAlex Deucher2009-07-151-2/+4
* | Makeup checkin for radeon code change paired with r6/7 code.root2009-05-191-0/+10
* | R6xx/R7xx: WIP r6xx-rewrite codeRichard Li2009-05-081-2/+2
|/
* radeon: go back and repick texture formats.Dave Airlie2009-04-011-48/+59
* radeon: fix pixel readback for RGB8 testsDave Airlie2009-03-311-0/+9
* radeon/r200/r300: fix warningsDave Airlie2009-03-241-2/+3
* radeon: fixup some issue with fbos and sw fallbacksDave Airlie2009-03-241-7/+0
* radeon: actual format is rgba8Dave Airlie2009-03-241-1/+1
* raedon/r200/r300: mega-FBO commits.Dave Airlie2009-03-231-7/+20
* radeon fbo: add draw offset calcsDave Airlie2009-03-221-2/+7
* radeon: use mipmap fns in FBO codeDave Airlie2009-03-221-3/+2
* radeon: align FBO pitchDave Airlie2009-03-211-3/+5
* radeon: add cpp/pitch to rrbDave Airlie2009-03-211-0/+2
* radeon: fix up span function settingDave Airlie2009-03-211-4/+8
* more fbo fillinDave Airlie2009-03-201-0/+68
* radeon: some more fbo workDave Airlie2009-03-201-7/+295
* radeon: initial couch code copy from radeonDave Airlie2009-03-201-0/+193