summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_drawpixels.c
AgeCommit message (Expand)Author
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
2007-11-04Check if the user/texenvprogram is just a pass-through program and skip progr...Brian
2007-10-30Implement shader concatenation for glBitmap.Brian
2007-10-30combine shaders for glCopyPixelsBrian
2007-10-30Use program serial numbers to avoid re-generating fragment programs for glDra...Brian
2007-10-30Before calling texformat->StoreImage() set _ImageTransferState=0 since we'll ...Brian
2007-10-30Disable debug code.Brian
2007-10-30checkpoint: combine pixel transfer and user shader for glDrawPixelsBrian
2007-10-29Make it compile under linux.Michal Krol
2007-10-28Replace supported_formats with is_format_supported interface.Michal Krol
2007-10-27Move mesa_to_tgsi.[ch] to state_trackerBrian
2007-10-25Move region_alloc() and region_release() to pipe_winsys.Brian
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
2007-10-24flush pipe in draw_stencil_pixels()Brian
2007-10-18Alternate CopyPixels path based on get/put_tile().Brian
2007-10-18fix off-by-one error in CopyPixels src positionBrian
2007-10-18fix upside down CopyPixels imageBrian
2007-10-18checkpoint: code refactoring for glCopyPixelsBrian
2007-10-18start implementing glCopyPixels (stencil works)Brian
2007-10-17remove #include vf.hBrian
2007-10-17Fix viewport Z scale/bias to get the right Z values from drawing the quad.Brian
2007-10-16remove debug assertionBrian
2007-10-15add 'normalized_coords' field to pipe_sampler_stateBrian
2007-10-15simplify KIL usage for bitmap fragprogBrian
2007-10-13GL_STENCIL_INDEX supportBrian
2007-10-13glDrawPixels support for GL_DEPTH_COMPONENTBrian
2007-10-12Use KIL in glBitmap shader to cull the fragments for 0 bits.Brian
2007-10-12initial use of KIL for glBitmap renderingBrian
2007-09-28Instead of linked program pairs, keep a list of vertex programs translated fo...Brian