summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_drawpixels.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-25st/mesa: simplify some st_context(ctx)->pipe codeBrian Paul1-2/+2
2011-05-25st/mesa: fix incorrect texture level/face/slice accessesBrian Paul1-9/+15
2011-05-14st/mesa: set correct baseInternalFormat for _mesa_texstore in DrawPixelsMarek Olšák1-3/+4
2011-05-01st/mesa: remove set-but-unused variablesMarek Olšák1-2/+0
2011-04-29st/mesa: support EXT_packed_floatMarek Olšák1-0/+4
2011-04-29st/mesa: support EXT_texture_shared_exponentMarek Olšák1-0/+4
2011-03-29st/mesa: choose an appropriate texture format for DrawPixelsMarek Olšák1-3/+49
2011-03-29gallium: implement clamping controls (ARB_color_buffer_float)Luca Barbieri1-0/+1
2011-03-15st/mesa: use BITFIELD64_BIT() macro in a few more placesBrian Paul1-2/+2
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-1/+1
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul1-0/+1
2011-02-18st/mesa: check buffer orientation in blit_copy_pixels()Brian Paul1-3/+4
2011-02-17st/mesa: implement blit-based path for glCopyPixelsBrian Paul1-0/+114
2011-02-17st/mesa: indentation fixBrian Paul1-1/+1
2011-02-17st/mesa: fix incorrect glCopyPixels position on fallback pathBrian Paul1-3/+4
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák1-0/+1
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák1-1/+3
2011-01-28st/mesa: pass layers param to st_texture_create()Brian Paul1-1/+1
2011-01-22st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGBBrian Paul1-3/+7
2011-01-09st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2011-01-05st/mesa: Include mtypes.h in st_cb_drawpixels.c.Vinson Lee1-0/+1
2010-12-16st/mesa: s/varient/variantBrian Paul1-16/+16
2010-12-13Squashed commit of the following (st-mesa-per-context-shaders branch):Brian Paul1-72/+127
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-24/+21
2010-11-15st/mesa: fix glDrawPixels(depth/stencil) bugsBrian Paul1-13/+39
2010-10-23st/mesa: be smarter choosing texture format for glDrawPixels()Brian Paul1-4/+46
2010-10-23mesa: split up the image.c fileBrian Paul1-0/+1
2010-10-15st/mesa: update function name, commentsBrian Paul1-6/+14
2010-10-15st/mesa: reformatting in st_cb_drawpixels.cBrian Paul1-20/+32
2010-10-15st/mesa: fix regressions in glDrawPixels(GL_STENCIL_INDEX)Brian Paul1-6/+22
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-9/+9
2010-10-13st/mesa: use shader stencil export to accelerate shader drawpixels.Dave Airlie1-57/+128
2010-10-13st/mesa: add option to choose a texture format that we won't render to.Dave Airlie1-1/+1
2010-09-24st/mesa: use the wrapped renderbuffer in CopyPixels()Brian Paul1-1/+11
2010-08-22mesa: Removed another unused variable.José Fonseca1-1/+0
2010-08-21mesa: Remove unsused local variable.José Fonseca1-1/+0
2010-08-20mesa/st: support using PIPE_TEXTURE_RECT internallyLuca Barbieri1-33/+9
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-3/+3
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger1-22/+22
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger1-22/+22
2010-05-12st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.Chia-I Wu1-0/+4
2010-05-11mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().José Fonseca1-2/+2
2010-05-11mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca1-9/+6
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul1-1/+1
2010-04-18st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/Brian Paul1-2/+2
2010-04-10Squashed commit of the following:Keith Whitwell1-34/+35
2010-04-09Merge branch '7.8'Brian Paul1-21/+20
2010-04-08st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) regressionBrian Paul1-21/+20
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger1-6/+6
2010-03-22Merge branch '7.8'Brian Paul1-5/+6