aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: set strb->format field in st_render_texture()Brian Paul2010-03-101-0/+2
* st/mesa: don't detach renderbuffer, surface in st_finish_render_texture()Brian Paul2010-03-081-5/+0
* mesa: Rename pipe formats.José Fonseca2010-03-011-7/+7
* st/mesa: clean-ups in FBO codeBrian Paul2010-02-241-21/+6
* st/mesa: clean-up of format-related codeBrian Paul2010-02-241-5/+4
* st/mesa: code clean-ups in st_renderbuffer_alloc_storage()Brian Paul2010-02-241-8/+7
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-5/+5
* st/mesa: fix gallium texture level selection for RTTBrian Paul2010-02-111-3/+11
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * st/mesa: Remove unnecessary header from st_cb_fbo.c.Vinson Lee2010-01-151-1/+0
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-2/+2
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-5/+2
|\ \
| * | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-5/+2
* | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-2/+2
* | | Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/ /
* | gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-1/+1
* | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-3/+3
|/
* Merge branch 'texformat-rework'Brian Paul2009-10-281-13/+1
|\
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-13/+1
* | gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-171-4/+12
* | st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functionsBrian Paul2009-10-071-1/+1
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-051-6/+7
|\ \
| * | st/mesa: check for null before asserts, fix possible mem leakBrian Paul2009-10-011-6/+7
| |/
* / mesa: Copy textures' base format into wrapper renderbuffer.José Fonseca2009-10-051-0/+1
|/
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchNicolai Hähnle2009-09-201-0/+1
|\
| * mesa/st: Initialize format bits of framebuffer renderbuffersNicolai Hähnle2009-09-201-0/+1
* | mesa st: Report unsupported render-to-texture formats.Thomas Hellstrom2009-07-301-0/+53
* | Merge branch 'mesa_7_5_branch'José Fonseca2009-06-111-72/+73
|\|
| * mesa: Pure software accum buffer.José Fonseca2009-06-101-73/+74
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-011-1/+11
|\|
| * st: create renderbuffer's pipe_surface in st_render_texture()Brian Paul2009-05-011-1/+11
* | st: when creating an on-demand front color buffer, init to back buffer imageBrian Paul2009-05-011-1/+31
* | st: added st_renderbuffer::defined flagBrian Paul2009-05-011-0/+2
* | st: when double buffered, only create front color buffer on demandBrian Paul2009-05-011-0/+101
|/
* st: rearrange some code to be a little more clearBrian Paul2009-04-091-9/+7
* gallium: remove unneeded compressed=0 assignmentBrian Paul2009-04-091-1/+0
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-1/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-041-2/+1
* gallium: remove old state tracker renderbuffer attachment assertionBrian Paul2009-03-031-2/+0
* gallium: add st_validate_framebuffer() driver functionBrian Paul2009-02-271-0/+20
* Merge branch 'master' into gallium-texture-transferKeith Whitwell2009-02-161-5/+5
|\
| * mesa: use new ST_CALLOC_STRUCT() macro in gallium state trackerBrian Paul2009-02-121-2/+2
| * mesa: consistantly use mesa memory-functions in gallium state trackerBrian Paul2009-02-121-1/+1
| * mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-2/+2
* | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-4/+0
|/
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-1/+0
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* mesa: tweak to formattingAlan Hourihane2009-01-151-2/+2
* mesa: small cleanupAlan Hourihane2009-01-151-6/+5