summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
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
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu
2010-03-15st/mesa: Fix a call to st_get_stobj_sampler_view().Michal Krol
2010-03-15st/mesa: Pass in correct sampler view object to blitter.Michal Krol
2010-03-15gallium: util_blit_pixels() takes source sampler view as argument.Michal Krol
2010-03-15st/mesa: Cache FBO texture's sampler view object.Michal Krol
2010-03-15st/mesa: Update the comments in st_manager.c.Chia-I Wu
2010-03-14st/mesa: Fix handling of FBO.Chia-I Wu
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-13st/mesa: Validate the state in st_readpixels.Chia-I Wu
2010-03-13mesa: Fix memory leak in decompress-with-blit.Keith Whitwell
2010-03-13st/mesa: Set revalidate in st_framebuffer_update_attachments.Chia-I Wu
2010-03-12Revert "st/mesa: Always recalculate invalid index bounds."Corbin Simpson
2010-03-12Merge branch '7.8'Michel Dänzer