summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_drawpixels.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-22/+22
|\
| * mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-22/+22
* | st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.Chia-I Wu2010-05-121-0/+4
* | mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().José Fonseca2010-05-111-2/+2
* | mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca2010-05-111-9/+6
|/
* st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-1/+1
* st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/Brian Paul2010-04-181-2/+2
* Squashed commit of the following:Keith Whitwell2010-04-101-34/+35
* Merge branch '7.8'Brian Paul2010-04-091-21/+20
|\
| * st/mesa: fix glDrawPixels(GL_DEPTH_COMPONENT) regressionBrian Paul2010-04-081-21/+20
* | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-6/+6
* | Merge branch '7.8'Brian Paul2010-03-221-5/+6
|\|
| * st/mesa: s/unpack/pack/ to be more consistentBrian Paul2010-03-181-6/+6
* | st/mesa: plug in default for pipe_context::surface_copy() if neededBrian Paul2010-03-171-14/+5
* | Merge branch '7.8'Brian Paul2010-03-171-54/+36
|\|
| * st/mesa: fix glCopyPixels bugs/crashes when src region need clippingBrian Paul2010-03-171-54/+36
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-71/+87
|\ \
| * | gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-9/+9
| * | Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-16/+14
| * | st/mesa: consolidate duplicated texture allocation codeBrian Paul2010-03-101-49/+49
| * | Merge branch '7.8'Brian Paul2010-03-101-6/+23
| |\|
| | * st/mesa: fix incorrect glCopyPixels between window/FBOBrian Paul2010-03-101-4/+16
| | * st/mesa: fix incorrect glDrawPixels into FBOBrian Paul2010-03-101-2/+7
* | | st/mesa: Associate a sampler view with an st texture object.Michal Krol2010-03-121-17/+29
* | | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-13/+20
|\| |
| * | Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-0/+4
| |\ \ | | |/ | |/|
| | * st/mesa: fix clear/drawpixels/bitmap for new cso vertex elements interfaceRoland Scheidegger2010-03-091-0/+4
| * | mesa: Rename pipe formats.José Fonseca2010-03-011-4/+4
| * | st/mesa: use util_format_get_blocksize()Brian Paul2010-02-241-1/+1
| * | st/mesa: change viewport Z scale/bias for glBitmap/glDrawPixelsBrian Paul2010-02-221-2/+5
| * | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-6/+6
| |/
* / gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-2/+2
|/
* st/mesa: minor assorted clean-upsBrian Paul2010-02-141-8/+12
* st/mesa: change some function return typesBrian Paul2010-02-141-15/+15
* st/mesa: use _mesa_clone_fragment_program()Brian Paul2010-02-141-1/+1
* st/mesa: remove unused varBrian Paul2010-02-121-3/+0
* Merge branch 'gallium-embedded'José Fonseca2010-02-031-1/+1
|\
| * gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* | st/mesa: remove duplicate calculation of fp input mappingKeith Whitwell2010-02-011-2/+2
|/
* st/mesa: fix incorrect freeing of drawpixels vertex shadersBrian Paul2010-01-221-2/+4
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-6/+0
|\
| * st/mesa: Remove unnecessary header from st_cb_drawpixels.c.Vinson Lee2010-01-161-1/+0
| * st/mesa: Remove unnecessary headers from st_cb_drawpixels.c.Vinson Lee2010-01-151-5/+0
* | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-2/+2
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-4/+4
|\ \
| * \ Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-041-4/+4
| |\ \
| | * | gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-4/+4
* | | | Move pf_get_component_bits() to u_format auxiliary module.Michal Krol2009-12-031-2/+2
* | | | Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/ / /
* / / st: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-2/+2
|/ /