summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2010-04-18st/mesa: s/st_get_stobj_texture/st_get_stobj_resource/Brian Paul
2010-04-18st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/Brian Paul
2010-04-18st/mesa: remove st_texture_object::pipe fieldBrian Paul
2010-04-18st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/Brian Paul
2010-04-18st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/Brian Paul
2010-04-18st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/Brian Paul
2010-04-16st/mesa: add prototype for st_bufferobj_validate_usage()Brian Paul
2010-04-16st/mesa: Remove NULL check of pointer that could not be NULL.Vinson Lee
2010-04-15st/mesa: Move dereference and assignment to after NULL check.Vinson Lee
2010-04-14st/mesa: Remove unnecessary headers.Vinson Lee
2010-04-14st/mesa: put ATI_texture_mirror_once in the right placeMarek Olšák
2010-04-14st/mesa: trivially enable ATI_texture_mirror_onceMarek Olšák
2010-04-13st/mesa: Drop st_public support.Chia-I Wu
2010-04-12st/mesa: half float vertex support (unexposed)Luca Barbieri
2010-04-10st/mesa: Silence uninitialized variable warning.Vinson Lee
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-10Fix copyright headers.Chia-I Wu
2010-04-09Merge branch '7.8'Brian Paul
2010-04-09st/mesa: new assertions to check array indexesBrian Paul
2010-04-08st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) regressionBrian Paul
2010-04-06mesa: Add OES_EGL_image to extension list.Chia-I Wu
2010-04-05st/mesa: reformattingBrian Paul
2010-04-05st/mesa: put fragment wpos code into separate functionBrian Paul
2010-04-05st/mesa: trivially enable GL_EXT_gpu_program_parametersMarek Olšák
2010-04-04st/mesa: call pipe_context::draw_arrays/elements_instanced()Brian Paul
2010-04-04st/mesa: Implement GL_OES_EGL_image driver hooks.Chia-I Wu
2010-03-31Merge branch 'gallium-new-formats'Roland Scheidegger
2010-03-31st/mesa: use BITFIELD64_BIT to access shader OutputsWritten in more placesBen Skeggs
2010-03-31st/mesa: use BITFIELD64_BIT to access shader OutputsWritten in more placesBen Skeggs
2010-03-30Merge branch 'master' into gallium-new-formatsRoland Scheidegger
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-29mesa/st: util_format_is_compressed() -> util_format_is_s3tc().José Fonseca
2010-03-24st/mesa: fix typo in prev commitBrian Paul
2010-03-24st/mesa: fix sampler_view destruction bug when texture is sharedBrian Paul
2010-03-24st/mesa: code clean-ups, formatting fixes, comments, etcBrian Paul
2010-03-24st/mesa: rename st_clear() to st_Clear()Brian Paul
2010-03-24st/mesa: return GL_TRUE/GL_FALSE if return type is GLbooleanBrian Paul
2010-03-23st/mesa: make st_manager.c set have[Stencil|Depth]Buffer only if bits > 0Luca Barbieri
2010-03-22st/mesa: rename st_framebuffer() to st_ws_framebuffer()Brian Paul
2010-03-22st/mesa: Remove unnecessary headers.Vinson Lee
2010-03-22Merge branch '7.8'Brian Paul
2010-03-18st/mesa: s/unpack/pack/ to be more consistentBrian Paul
2010-03-18st/mesa: Set the pipe context of the texture object.Chia-I Wu
2010-03-17st/mesa: plug in default for pipe_context::surface_copy() if neededBrian Paul
2010-03-17Merge branch '7.8'Brian Paul
2010-03-17st/mesa: fix glCopyPixels bugs/crashes when src region need clippingBrian Paul
2010-03-17st/mesa: Fix build breakage.Corbin Simpson
2010-03-17Merge branch '7.8' into masterPauli Nieminen
2010-03-16st/mesa: Invalidate sampler view when texture object changes.Michal Krol
2010-03-16gallium: change remaining util functions to use cso sampler viewsRoland Scheidegger