summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_drawpixels.c
AgeCommit message (Expand)Author
2008-04-21use cso fs/vs handle functionsKeith Whitwell
2008-04-21gallium: Use CSO cache for shaders.Michel Dänzer
2008-04-18gallium: get rid of unnecessary surface mappingBrian Paul
2008-04-16gallium: implement RGBA pixel maps in the pixel transfer fragment programBrian Paul
2008-04-09gallium: more elaborate tracking of front color buffer stateBrian Paul
2008-04-09gallium: remove unneeded st->haveFramebufferSurfaces field.Brian Paul
2008-04-04gallium: make sure to set the SamplersUsed field for bitmap/drawpixels shadersBrian Paul
2008-04-03gallium: set gl_rasterization_rulesBrian Paul
2008-03-31gallium: use cso_save/restore_sampler_textures() functionsBrian
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
2008-03-25gallium: added some debug code (disable)Brian Paul
2008-03-24gallium: save/restore samplers in draw_textured_quad()Brian
2008-03-21Refactor PBO validate/map code.Brian
2008-03-21gallium: implement PBO operations for glDraw/ReadPixels and glBitmapBrian Paul
2008-03-20gallium: glBitmap code now separe from glDraw/CopyPixels codeBrian
2008-03-19gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul
2008-03-19gallium: implement CSO save/restore functions for use by meta operations (bli...Brian
2008-03-11gallium: rework CSO-related code in state trackerBrian
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell
2008-02-29gallium: change st->state.sampler_texture[] to store pipe_texture pointersBrian Paul
2008-02-29gallium: fix glCopyPixels(GL_DEPTH) when Z format conversion is neededBrian Paul
2008-02-28gallium: fix surface/texture format conversion in st_CopyPixelsBrian Paul
2008-02-28galliums: s/uint/enum pipe_format/Brian Paul
2008-02-27gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian
2008-02-27gallium: move is_format_supported() to pipe_screen structBrian
2008-02-27gallium: start removing pipe_context->get_name/vendor/param/paramfBrian
2008-02-26gallium: use pipe_texture_reference() instead of pipe->texture_release()Brian
2008-02-20gallium: state tracker didn't always notify drivers of texobj data changesBrian
2008-02-15Code reorganization: update build.José Fonseca
2008-02-13gallium: pipe->surface_copy can flip the contents vertically when necessary.Michel Dänzer
2008-02-12gallium: rename st_fragment_program's fs field to cso to match st_vertex_programBrian
2008-02-12gallium: remove unused first_level param from st_texture_create()Brian
2008-02-08gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys...Brian
2008-02-06gallium: add bitmap/drawpixels texcoord bias supportBrian
2008-01-23gallium: remove support for separate depth/stencil buffers. Always combined ...Brian
2008-01-16tweaks to quad drawing, set UsesKill in bitmap shaderBrian
2008-01-14Fix problems with vertex shaders and the private draw module.Brian
2008-01-14Remove pipe->get/put_tile_rgba.Michel Dänzer
2008-01-14Remove mapping fields from struct pipe_surface.Michel Dänzer
2007-12-20gallium: make state tracker explictly ask for rendercache flushesKeith Whitwell
2007-12-17gallium: incorporate alpha state into depth_stencil state object.Keith Whitwell
2007-12-11Remove internal_format field from struct pipe_texture.Michel Dänzer
2007-12-11gallium: remove set_sampler_units interfaceKeith Whitwell
2007-12-10Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian
2007-12-07Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian
2007-12-07Replace "duplicate" formatsBrian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer
2007-11-29Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer
2007-11-06Remove pipe->max_texture_size(), use get_param() instead.Brian