summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_drawpixels.c
AgeCommit message (Expand)Author
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
2010-03-10st/mesa: consolidate duplicated texture allocation codeBrian Paul
2010-03-10Merge branch '7.8'Brian Paul
2010-03-10st/mesa: fix incorrect glCopyPixels between window/FBOBrian Paul
2010-03-10st/mesa: fix incorrect glDrawPixels into FBOBrian Paul
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09st/mesa: fix clear/drawpixels/bitmap for new cso vertex elements interfaceRoland Scheidegger
2010-03-01mesa: Rename pipe formats.José Fonseca
2010-02-24st/mesa: use util_format_get_blocksize()Brian Paul
2010-02-22st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixelsBrian Paul
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-14st/mesa: minor assorted clean-upsBrian Paul
2010-02-14st/mesa: change some function return typesBrian Paul
2010-02-14st/mesa: use _mesa_clone_fragment_program()Brian Paul
2010-02-12st/mesa: remove unused varBrian Paul
2010-02-03Merge branch 'gallium-embedded'José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-01st/mesa: remove duplicate calculation of fp input mappingKeith Whitwell
2010-01-22st/mesa: fix incorrect freeing of drawpixels vertex shadersBrian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-16st/mesa: Remove unnecessary header from st_cb_drawpixels.c.Vinson Lee
2010-01-15st/mesa: Remove unnecessary headers from st_cb_drawpixels.c.Vinson Lee
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-03Move pf_get_component_bits() to u_format auxiliary module.Michal Krol
2009-12-03Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol
2009-12-01st: Update for renamed sampler/texture state setters.Michal Krol
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger