index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_cb_drawpixels.c
Age
Commit message (
Expand
)
Author
2008-04-25
gallium: remove unneeded st->bitmap_texcoord_bias
Brian Paul
2008-04-25
gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/
Brian Paul
2008-04-25
gallium: consolidate quad drawing code
Brian Paul
2008-04-25
gallium: use util_draw_vertex_buffer() instead of st_draw_vertices()
Brian Paul
2008-04-21
use cso fs/vs handle functions
Keith Whitwell
2008-04-21
gallium: Use CSO cache for shaders.
Michel Dänzer
2008-04-18
gallium: get rid of unnecessary surface mapping
Brian Paul
2008-04-16
gallium: implement RGBA pixel maps in the pixel transfer fragment program
Brian Paul
2008-04-09
gallium: more elaborate tracking of front color buffer state
Brian Paul
2008-04-09
gallium: remove unneeded st->haveFramebufferSurfaces field.
Brian Paul
2008-04-04
gallium: make sure to set the SamplersUsed field for bitmap/drawpixels shaders
Brian Paul
2008-04-03
gallium: set gl_rasterization_rules
Brian Paul
2008-03-31
gallium: use cso_save/restore_sampler_textures() functions
Brian
2008-03-26
gallium: Change pipe->flush() interface to optionally return a fence.
Michel Dänzer
2008-03-25
gallium: added some debug code (disable)
Brian Paul
2008-03-24
gallium: save/restore samplers in draw_textured_quad()
Brian
2008-03-21
Refactor PBO validate/map code.
Brian
2008-03-21
gallium: implement PBO operations for glDraw/ReadPixels and glBitmap
Brian Paul
2008-03-20
gallium: glBitmap code now separe from glDraw/CopyPixels code
Brian
2008-03-19
gallium: add face, dirtyLevels params to pipe->texture_update()
Brian Paul
2008-03-19
gallium: implement CSO save/restore functions for use by meta operations (bli...
Brian
2008-03-11
gallium: rework CSO-related code in state tracker
Brian
2008-03-05
gallium: michel's patch to rework texture/sampler binding interface
Keith Whitwell
2008-02-29
gallium: change st->state.sampler_texture[] to store pipe_texture pointers
Brian Paul
2008-02-29
gallium: fix glCopyPixels(GL_DEPTH) when Z format conversion is needed
Brian Paul
2008-02-28
gallium: fix surface/texture format conversion in st_CopyPixels
Brian Paul
2008-02-28
galliums: s/uint/enum pipe_format/
Brian Paul
2008-02-27
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-27
gallium: move is_format_supported() to pipe_screen struct
Brian
2008-02-27
gallium: start removing pipe_context->get_name/vendor/param/paramf
Brian
2008-02-26
gallium: use pipe_texture_reference() instead of pipe->texture_release()
Brian
2008-02-20
gallium: state tracker didn't always notify drivers of texobj data changes
Brian
2008-02-15
Code reorganization: update build.
José Fonseca
2008-02-13
gallium: pipe->surface_copy can flip the contents vertically when necessary.
Michel Dänzer
2008-02-12
gallium: rename st_fragment_program's fs field to cso to match st_vertex_program
Brian
2008-02-12
gallium: remove unused first_level param from st_texture_create()
Brian
2008-02-08
gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys...
Brian
2008-02-06
gallium: add bitmap/drawpixels texcoord bias support
Brian
2008-01-23
gallium: remove support for separate depth/stencil buffers. Always combined ...
Brian
2008-01-16
tweaks to quad drawing, set UsesKill in bitmap shader
Brian
2008-01-14
Fix problems with vertex shaders and the private draw module.
Brian
2008-01-14
Remove pipe->get/put_tile_rgba.
Michel Dänzer
2008-01-14
Remove mapping fields from struct pipe_surface.
Michel Dänzer
2007-12-20
gallium: make state tracker explictly ask for rendercache flushes
Keith Whitwell
2007-12-17
gallium: incorporate alpha state into depth_stencil state object.
Keith Whitwell
2007-12-11
Remove internal_format field from struct pipe_texture.
Michel Dänzer
2007-12-11
gallium: remove set_sampler_units interface
Keith Whitwell
2007-12-10
Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...
Brian
2007-12-07
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-12-07
Replace "duplicate" formats
Brian
[prev]
[next]