summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_drawpixels.c
AgeCommit message (Expand)Author
2011-03-15st/mesa: use BITFIELD64_BIT() macro in a few more placesBrian Paul
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2011-02-18st/mesa: check buffer orientation in blit_copy_pixels()Brian Paul
2011-02-17st/mesa: implement blit-based path for glCopyPixelsBrian Paul
2011-02-17st/mesa: indentation fixBrian Paul
2011-02-17st/mesa: fix incorrect glCopyPixels position on fallback pathBrian Paul
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák
2011-01-28st/mesa: pass layers param to st_texture_create()Brian Paul
2011-01-22st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGBBrian Paul
2011-01-09st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-05st/mesa: Include mtypes.h in st_cb_drawpixels.c.Vinson Lee
2010-12-16st/mesa: s/varient/variantBrian Paul
2010-12-13Squashed commit of the following (st-mesa-per-context-shaders branch):Brian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-15st/mesa: fix glDrawPixels(depth/stencil) bugsBrian Paul
2010-10-23st/mesa: be smarter choosing texture format for glDrawPixels()Brian Paul
2010-10-23mesa: split up the image.c fileBrian Paul
2010-10-15st/mesa: update function name, commentsBrian Paul
2010-10-15st/mesa: reformatting in st_cb_drawpixels.cBrian Paul
2010-10-15st/mesa: fix regressions in glDrawPixels(GL_STENCIL_INDEX)Brian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13st/mesa: use shader stencil export to accelerate shader drawpixels.Dave Airlie
2010-10-13st/mesa: add option to choose a texture format that we won't render to.Dave Airlie
2010-09-24st/mesa: use the wrapped renderbuffer in CopyPixels()Brian Paul
2010-08-22mesa: Removed another unused variable.José Fonseca
2010-08-21mesa: Remove unsused local variable.José Fonseca
2010-08-20mesa/st: support using PIPE_TEXTURE_RECT internallyLuca Barbieri
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger
2010-05-12st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.Chia-I Wu
2010-05-11mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().José Fonseca
2010-05-11mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul
2010-04-18st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/Brian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-09Merge branch '7.8'Brian Paul
2010-04-08st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) regressionBrian Paul
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-22Merge branch '7.8'Brian Paul
2010-03-18st/mesa: s/unpack/pack/ to be more consistentBrian Paul
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-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-12st/mesa: Associate a sampler view with an st texture object.Michal Krol
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell