summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_pixeltransfer.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-2/+2
2012-10-11gallium: unify transfer functionsMarek Olšák1-5/+3
2012-02-10st/mesa: stop using Map8[] tables in load_color_map_texture()Brian Paul1-5/+6
2011-12-16st/mesa: Fix memory leak in out-of-memory path.Vinson Lee1-0/+1
2011-11-29mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich1-1/+1
2011-08-04st/mesa: replace duplicated create_color_map_texture() function with shared f...Bryan Cain1-21/+1
2011-05-25st/mesa: simplify some st_context(ctx)->pipe codeBrian Paul1-1/+1
2011-05-01st/mesa: remove set-but-unused variablesMarek Olšák1-10/+0
2011-03-15st/mesa: use BITFIELD64_BIT() macro in a few more placesBrian Paul1-1/+1
2011-01-28st/mesa: pass layers param to st_texture_create()Brian Paul1-1/+1
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-2/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt1-128/+2
2010-08-04st/mesa: Add missing header in st_atom_pixeltransfer.c.Vinson Lee1-0/+1
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-4/+4
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger1-1/+1
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger1-1/+1
2010-05-11mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca1-2/+2
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul1-6/+9
2010-04-18st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/Brian Paul1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-8/+8
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell1-4/+3
2010-03-12st/mesa: Associate a sampler view with an st texture object.Michal Krol1-0/+2
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell1-1/+1
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell1-4/+3
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-16st/mesa: Remove unnecessary header from st_atom_pixeltransfer.c.Vinson Lee1-1/+0
2009-12-08gallium: fix more potential strict aliasing issuesRoland Scheidegger1-1/+3
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger1-1/+1
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell1-1/+1
2009-10-07st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functionsBrian Paul1-1/+2
2009-04-17gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom1-2/+4
2009-04-09st: remove comp_byte parameter to st_texture_create()Brian Paul1-2/+1
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer1-1/+0
2009-03-04gallium: Unify reference counting.Michel Dänzer1-1/+1
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul1-2/+2
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer1-7/+6
2008-07-19gallium: Finer grained is_format_supported.José Fonseca1-1/+1
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca1-1/+1
2008-05-02gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell1-1/+2
2008-05-02Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell1-5/+5
2008-05-02Some changed for non-C99 compilersAlan Hourihane1-5/+5
2008-05-01gallium: tex surface checkpointKeith Whitwell1-4/+5
2008-04-16gallium: implement RGBA pixel maps in the pixel transfer fragment programBrian Paul1-4/+132
2008-04-16gallium: finish-up and fix support for GL_COLOR matrix on pixel xfer pathBrian Paul1-22/+53
2008-04-04gallium: make sure to set the SamplersUsed field for bitmap/drawpixels shadersBrian Paul1-0/+1
2008-01-22gallium: use temp reg for storing color to avoid reading 'result.color'Brian1-28/+37
2007-10-30Use program serial numbers to avoid re-generating fragment programs for glDra...Brian1-5/+9
2007-10-30color matrixBrian1-15/+86
2007-10-30start using program cacheBrian1-5/+70