summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_pixeltransfer.c
AgeCommit message (Expand)Author
2011-03-15st/mesa: use BITFIELD64_BIT() macro in a few more placesBrian Paul
2011-01-28st/mesa: pass layers param to st_texture_create()Brian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt
2010-08-04st/mesa: Add missing header in st_atom_pixeltransfer.c.Vinson Lee
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger
2010-05-11mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul
2010-04-18st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/Brian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-12st/mesa: Associate a sampler view with an st texture object.Michal Krol
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-16st/mesa: Remove unnecessary header from st_atom_pixeltransfer.c.Vinson Lee
2009-12-08gallium: fix more potential strict aliasing issuesRoland Scheidegger
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-10-07st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functionsBrian Paul
2009-04-17gallium: Create OGL state tracker wrappers for various CPU access operations.Thomas Hellstrom
2009-04-09st: remove comp_byte parameter to st_texture_create()Brian Paul
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2008-07-19gallium: Finer grained is_format_supported.José Fonseca
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-05-02gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell
2008-05-02Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-02Some changed for non-C99 compilersAlan Hourihane
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-04-16gallium: implement RGBA pixel maps in the pixel transfer fragment programBrian Paul
2008-04-16gallium: finish-up and fix support for GL_COLOR matrix on pixel xfer pathBrian Paul
2008-04-04gallium: make sure to set the SamplersUsed field for bitmap/drawpixels shadersBrian Paul
2008-01-22gallium: use temp reg for storing color to avoid reading 'result.color'Brian
2007-10-30Use program serial numbers to avoid re-generating fragment programs for glDra...Brian
2007-10-30color matrixBrian
2007-10-30start using program cacheBrian
2007-10-30Disable debug code.Brian
2007-10-30Rename file since it's now a state atomBrian