aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_atom_pixeltransfer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: finish-up and fix support for GL_COLOR matrix on pixel xfer pathBrian Paul2008-04-161-22/+53
* gallium: make sure to set the SamplersUsed field for bitmap/drawpixels shadersBrian Paul2008-04-041-0/+1
* gallium: use temp reg for storing color to avoid reading 'result.color'Brian2008-01-221-28/+37
* Use program serial numbers to avoid re-generating fragment programs for glDra...Brian2007-10-301-5/+9
* color matrixBrian2007-10-301-15/+86
* start using program cacheBrian2007-10-301-5/+70
* Disable debug code.Brian2007-10-301-0/+2
* Rename file since it's now a state atomBrian2007-10-301-0/+161