summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: fix wrong argument orderRoland Scheidegger2010-05-181-2/+3
* mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-3/+4
* st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul2010-04-301-5/+3
* st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-7/+12
* st/mesa: replace 'usage' with 'bindings' to be consistentBrian Paul2010-04-231-10/+6
* mesa/st: Translate a few more mesa/gallium formats.José Fonseca2010-04-211-0/+2
* st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/Brian Paul2010-04-181-1/+1
* st/mesa: remove st_texture_object::pipe fieldBrian Paul2010-04-181-1/+4
* st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/Brian Paul2010-04-181-1/+1
* st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/Brian Paul2010-04-181-1/+1
* st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/Brian Paul2010-04-181-1/+1
* st/mesa: Drop st_public support.Chia-I Wu2010-04-131-109/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-25/+14
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-3/+3
* st/mesa: plug in default for pipe_context::surface_copy() if neededBrian Paul2010-03-171-12/+4
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-161-1/+17
|\
| * st/mesa: Implement st_api.h.Chia-I Wu2010-03-121-1/+17
* | st/mesa: Cache FBO texture's sampler view object.Michal Krol2010-03-151-0/+15
|/
* 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