aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_atom_pixeltransfer.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: move all sampler view code into new st_sampler_view.[ch] filesBrian Paul2016-10-061-0/+1
* st/mesa: completely rewrite state atomsMarek Olšák2016-07-301-4/+0
* st/mesa: remove st_tracked_state::nameMarek Olšák2016-07-301-1/+0
* st/mesa: implement DrawPixels shader transformation using tgsi_transform_shaderMarek Olšák2015-10-091-219/+6
* gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger2014-04-251-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-2/+2
* gallium: unify transfer functionsMarek Olšák2012-10-111-5/+3
* st/mesa: stop using Map8[] tables in load_color_map_texture()Brian Paul2012-02-101-5/+6
* st/mesa: Fix memory leak in out-of-memory path.Vinson Lee2011-12-161-0/+1
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-291-1/+1
* st/mesa: replace duplicated create_color_map_texture() function with shared f...Bryan Cain2011-08-041-21/+1
* st/mesa: simplify some st_context(ctx)->pipe codeBrian Paul2011-05-251-1/+1
* st/mesa: remove set-but-unused variablesMarek Olšák2011-05-011-10/+0
* st/mesa: use BITFIELD64_BIT() macro in a few more placesBrian Paul2011-03-151-1/+1
* st/mesa: pass layers param to st_texture_create()Brian Paul2011-01-281-1/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-2/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* mesa: Remove SGI_color_matrix.Eric Anholt2010-09-231-128/+2
* st/mesa: Add missing header in st_atom_pixeltransfer.c.Vinson Lee2010-08-041-0/+1
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-4/+4
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-1/+1
|\
| * mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-1/+1
* | mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca2010-05-111-2/+2
|/
* st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-6/+9
* st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/Brian Paul2010-04-181-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-8/+8
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-4/+3
|\
| * gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-1/+1
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-4/+3
* | st/mesa: Associate a sampler view with an st texture object.Michal Krol2010-03-121-0/+2
|/
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * st/mesa: Remove unnecessary header from st_atom_pixeltransfer.c.Vinson Lee2010-01-161-1/+0
* | gallium: fix more potential strict aliasing issuesRoland Scheidegger2009-12-081-1/+3
* | gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-071-1/+1
* | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-1/+1
|/
* st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functionsBrian Paul2009-10-071-1/+2
* gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom2009-04-171-2/+4
* st: remove comp_byte parameter to st_texture_create()Brian Paul2009-04-091-2/+1
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-1/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-041-1/+1
* mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul2009-02-281-2/+2
* gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-7/+6
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-1/+1
* mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-05-311-1/+1
* gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell2008-05-021-1/+2
* Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-021-5/+5
|\
| * Some changed for non-C99 compilersAlan Hourihane2008-05-021-5/+5
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-4/+5
|/
* gallium: implement RGBA pixel maps in the pixel transfer fragment programBrian Paul2008-04-161-4/+132