summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_fbo.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-12/+20
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-11/+11
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-2/+2
2010-10-02mesa/st: initial attempt at RG support for gallium driversDave Airlie1-0/+12
2010-08-22st/mesa: added st_is_depth_stencil_combined() functionBrian Paul1-0/+24
2010-08-20mesa/st: support using PIPE_TEXTURE_RECT internallyLuca Barbieri1-1/+1
2010-08-16st/mesa: test for FEATURE definesnobled1-0/+2
2010-07-19st/mesa: fix FRAMEBUFFER_UNSUPPORTED with the D24S8 formatMarek Olšák1-7/+19
2010-05-18st/mesa: fix wrong argument orderRoland Scheidegger1-2/+3
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger1-3/+4
2010-04-30st/mesa: ignore gl_texture_object::BaseLevel when allocating gallium texturesBrian Paul1-5/+3
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul1-7/+12
2010-04-23st/mesa: replace 'usage' with 'bindings' to be consistentBrian Paul1-10/+6
2010-04-21mesa/st: Translate a few more mesa/gallium formats.José Fonseca1-0/+2
2010-04-18st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/Brian Paul1-1/+1
2010-04-18st/mesa: remove st_texture_object::pipe fieldBrian Paul1-1/+4
2010-04-18st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/Brian Paul1-1/+1
2010-04-18st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/Brian Paul1-1/+1
2010-04-18st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/Brian Paul1-1/+1
2010-04-13st/mesa: Drop st_public support.Chia-I Wu1-109/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-25/+14
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger1-3/+3
2010-03-17st/mesa: plug in default for pipe_context::surface_copy() if neededBrian Paul1-12/+4
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-1/+17
2010-03-15st/mesa: Cache FBO texture's sampler view object.Michal Krol1-0/+15
2010-03-12st/mesa: Implement st_api.h.Chia-I Wu1-1/+17
2010-03-10st/mesa: set strb->format field in st_render_texture()Brian Paul1-0/+2
2010-03-08st/mesa: don't detach renderbuffer, surface in st_finish_render_texture()Brian Paul1-5/+0
2010-03-01mesa: Rename pipe formats.José Fonseca1-7/+7
2010-02-24st/mesa: clean-ups in FBO codeBrian Paul1-21/+6
2010-02-24st/mesa: clean-up of format-related codeBrian Paul1-5/+4
2010-02-24st/mesa: code clean-ups in st_renderbuffer_alloc_storage()Brian Paul1-8/+7
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-5/+5
2010-02-11st/mesa: fix gallium texture level selection for RTTBrian Paul1-3/+11
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-0/+1
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-15st/mesa: Remove unnecessary header from st_cb_fbo.c.Vinson Lee1-1/+0
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol1-2/+2
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol1-5/+2
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol1-2/+2
2009-12-03Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol1-1/+2
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger1-5/+2
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger1-1/+1
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell1-3/+3
2009-10-28Merge branch 'texformat-rework'Brian Paul1-13/+1
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson1-4/+12
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul1-13/+1
2009-10-07st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functionsBrian Paul1-1/+1
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul1-6/+7
2009-10-05mesa: Copy textures' base format into wrapper renderbuffer.José Fonseca1-0/+1