aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_drawpixels.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: save/restore samplers in draw_textured_quad()Brian2008-03-241-3/+2
* Refactor PBO validate/map code.Brian2008-03-211-3/+1
* gallium: implement PBO operations for glDraw/ReadPixels and glBitmapBrian Paul2008-03-211-9/+13
* gallium: glBitmap code now separe from glDraw/CopyPixels codeBrian2008-03-201-288/+7
* gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul2008-03-191-0/+3
* gallium: implement CSO save/restore functions for use by meta operations (bli...Brian2008-03-191-15/+10
* gallium: rework CSO-related code in state trackerBrian2008-03-111-28/+36
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-5/+6
* gallium: change st->state.sampler_texture[] to store pipe_texture pointersBrian Paul2008-02-291-2/+1
* gallium: fix glCopyPixels(GL_DEPTH) when Z format conversion is neededBrian Paul2008-02-291-1/+8
* gallium: fix surface/texture format conversion in st_CopyPixelsBrian Paul2008-02-281-5/+35
* galliums: s/uint/enum pipe_format/Brian Paul2008-02-281-1/+1
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-271-3/+5
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-271-2/+3
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-271-1/+1
* gallium: use pipe_texture_reference() instead of pipe->texture_release()Brian2008-02-261-3/+3
* gallium: state tracker didn't always notify drivers of texobj data changesBrian2008-02-201-1/+2
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* gallium: pipe->surface_copy can flip the contents vertically when necessary.Michel Dänzer2008-02-131-0/+1
* gallium: rename st_fragment_program's fs field to cso to match st_vertex_programBrian2008-02-121-1/+1
* gallium: remove unused first_level param from st_texture_create()Brian2008-02-121-3/+3
* gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys...Brian2008-02-081-9/+9
* gallium: add bitmap/drawpixels texcoord bias supportBrian2008-02-061-2/+5
* gallium: remove support for separate depth/stencil buffers. Always combined ...Brian2008-01-231-3/+3
* tweaks to quad drawing, set UsesKill in bitmap shaderBrian2008-01-161-12/+15
* Fix problems with vertex shaders and the private draw module.Brian2008-01-141-2/+2
* Remove pipe->get/put_tile_rgba.Michel Dänzer2008-01-141-2/+3
* Remove mapping fields from struct pipe_surface.Michel Dänzer2008-01-141-6/+0
* gallium: make state tracker explictly ask for rendercache flushesKeith Whitwell2007-12-201-2/+2
* gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell2007-12-171-1/+1
* Remove internal_format field from struct pipe_texture.Michel Dänzer2007-12-111-9/+6
* gallium: remove set_sampler_units interfaceKeith Whitwell2007-12-111-2/+2
* Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian2007-12-101-2/+2
* Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian2007-12-071-2/+3
* Replace "duplicate" formatsBrian2007-12-071-11/+11
* Eliminate struct pipe_region.Michel Dänzer2007-12-071-26/+22
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-061-150/+64
* Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer2007-11-291-28/+22
* Remove pipe->max_texture_size(), use get_param() instead.Brian2007-11-061-4/+4
* Check if the user/texenvprogram is just a pass-through program and skip progr...Brian2007-11-041-4/+35
* Implement shader concatenation for glBitmap.Brian2007-10-301-39/+75
* combine shaders for glCopyPixelsBrian2007-10-301-79/+64
* Use program serial numbers to avoid re-generating fragment programs for glDra...Brian2007-10-301-17/+35
* Before calling texformat->StoreImage() set _ImageTransferState=0 since we'll ...Brian2007-10-301-2/+10
* Disable debug code.Brian2007-10-301-2/+8
* checkpoint: combine pixel transfer and user shader for glDrawPixelsBrian2007-10-301-1/+33
* Make it compile under linux.Michal Krol2007-10-291-0/+1
* Replace supported_formats with is_format_supported interface.Michal Krol2007-10-281-19/+14
* Move mesa_to_tgsi.[ch] to state_trackerBrian2007-10-271-1/+1
* Move region_alloc() and region_release() to pipe_winsys.Brian2007-10-251-3/+6