aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-3/+3
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-0/+1
* gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-141-1/+3
* st/mesa: pass layers param to st_texture_create()Brian Paul2011-01-281-2/+2
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* st/mesa: s/varient/variantBrian Paul2010-12-161-3/+3
* st/mesa: 80-columns wrapping, whitespace fixes in st_cb_bitmap.cBrian Paul2010-12-131-16/+30
* Squashed commit of the following (st-mesa-per-context-shaders branch):Brian Paul2010-12-131-42/+46
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-7/+7
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* st/mesa: fix code/declaration mixingKeith Whitwell2010-08-201-3/+2
* mesa/st: support using PIPE_TEXTURE_RECT internallyLuca Barbieri2010-08-201-8/+15
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-1/+1
* st/mesa: Clean up header file inclusion in st_program.h.Vinson Lee2010-08-051-0/+1
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-3/+3
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-3/+3
|\
| * mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-3/+3
* | st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.Chia-I Wu2010-05-121-0/+3
* | mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca2010-05-111-4/+3
|/
* st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-10/+12
* 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-26/+27
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-14/+9
|\
| * gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-4/+4
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-14/+9
* | st/mesa: Associate a sampler view with an st texture object.Michal Krol2010-03-121-17/+31
|/
* 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
* | 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-1/+1
* | st/mesa: added some bitmap debug code (disabled)Brian Paul2010-02-181-0/+22
|/
* st/mesa: Silence uninitialized variable warning in st_cb_bitmap.c.Vinson Lee2010-02-101-1/+2
* 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-1/+1
|/
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-10/+5
|\
| * mesa: Use pipe_buffer_write_nooverlap where appropriate.José Fonseca2010-01-211-5/+5
| * st/mesa: Remove unnecessary headers from st_cb_bitmap.c.Vinson Lee2010-01-161-5/+0
* | Merge commit 'origin/st-shader-varients'Roland Scheidegger2009-11-261-5/+0
|\ \ | |/ |/|
| * mesa/st: refactor vertex and fragment shader translationKeith Whitwell2009-11-151-5/+0
* | mesa: fix assorted compiler warningsBrian Paul2009-11-171-1/+1
|/
* mesa/st: don't reuse vertex buffers for bitmap, clear quadsKeith Whitwell2009-10-021-1/+12
* mesa: consolidate PBO map/unmap helpersBrian Paul2009-09-031-3/+3
* st/mesa: use new _mesa_expand_bitmap() functionBrian Paul2009-09-011-57/+4
* st/mesa: flush bitmap cache if Z value changesBrian Paul2009-08-241-5/+11
* st: Wait to create bitmap transfer until neededJakob Bornecrantz2009-04-191-8/+30
* gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom2009-04-171-11/+14
* mesa: merge the prog_src_register::NegateBase and NegateAbs fieldsBrian Paul2009-04-141-1/+1
* st: remove comp_byte parameter to st_texture_create()Brian Paul2009-04-091-3/+2