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
2009-11-30
gallium: interface cleanups, remove nblocksx/y from pipe_texture and more
Roland Scheidegger
2009-11-27
Merge branch 'width0'
Roland Scheidegger
2009-11-19
gallium: don't use arrays for texture width,height,depth
Keith Whitwell
2009-11-15
mesa/st: refactor vertex and fragment shader translation
Keith Whitwell
2009-11-15
mesa/st: emit tgsi vertex shader directly for drawpixels
Keith Whitwell
2009-11-03
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-11-03
st/mesa: clip pixels in draw_stencil_pixels to avoid crash
Marek Olšák
2009-10-28
Merge branch 'texformat-rework'
Brian Paul
2009-10-17
gallium: Permit surface_copy and surface_fill to be NULL.
Corbin Simpson
2009-10-07
st/mesa: pass pipe_screen, not pipe_context to st_choose_format() functions
Brian Paul
2009-10-05
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-05
mesa/st: add ST_DEBUG environment variable
Keith Whitwell
2009-10-01
st/mesa: silence hidden parameter warning
Brian Paul
2009-09-30
st/mesa: update comment
Brian Paul
2009-09-30
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-28
st/mesa: use _mesa_texstore()
Brian Paul
2009-09-27
st/mesa: use _mesa_get_texstore_func()
Brian Paul
2009-09-10
st/mesa: use st_context() helper
Brian Paul
2009-09-03
st/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted position
Brian Paul
2009-09-03
mesa: consolidate PBO map/unmap helpers
Brian Paul
2009-08-07
st/mesa: remove redundant calls to _mesa_set_vp_override()
Brian Paul
2009-08-01
mesa st: Use POT texture for draw pixels operations if NPOT texture is not su...
Patrice Mandin
2009-07-07
gallium: Fixes for clobbering stencil values in combined depth/stencil textures.
Michel Dänzer
2009-06-11
mesa: Remove dead code.
José Fonseca
2009-06-11
mesa: Only do read write when we don't have a depth value to write
Jakob Bornecrantz
2009-06-11
mesa: Take the format from the right structure.
José Fonseca
2009-06-11
meas: Use a read/write transfer when writing stencil component, but not touch...
José Fonseca
2009-06-10
mesa: Fix draw_stencil_pixels for PIPE_FORMAT_Z24S8_UNORM.
José Fonseca
2009-05-08
mesa/st: keep surface_copy arguments positive
Keith Whitwell
2009-04-22
gallium: Reinstate unconditional flushes.
Thomas Hellstrom
2009-04-20
gallium: Fix glDraw/CopyPixels fragment program leak.
Michel Dänzer
2009-04-17
gallium: Create OGL state tracker wrappers for various CPU access operations.
Thomas Hellstrom
2009-04-15
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-09
st: remove comp_byte parameter to st_texture_create()
Brian Paul
2009-04-07
st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels()
Brian Paul
2009-04-03
mesa: ensure pbo stencil buffers are mapped before use
Alan Hourihane
2009-03-27
mesa: Support Z24S8 wherever S8Z24 is supported.
José Fonseca
2009-03-13
gallium: Remove do_flip argument from surface_copy
Jakob Bornecrantz
2009-03-09
st: remove unused DrawPixels code
Brian Paul
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-02-28
mesa: rename, reorder FRAG_RESULT_x tokens
Brian Paul
2009-02-24
gallium: Add pipe_buffer_write/read inlines.
José Fonseca
2009-02-16
Merge branch 'master' into gallium-texture-transfer
Keith Whitwell
2009-02-13
gallium: Various coordinate fixups for texture transfers.
Michel Dänzer
2009-02-12
gallium: Fix GL_DEPTH CopyPixels tile coordinates.
Michel Dänzer
2009-02-12
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2009-02-05
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2008-12-12
gallium: avoid mapping same vertex buffer in subsequent frames
Keith Whitwell
2008-10-10
mesa: new _mesa_set_vp_override() function for driver-override of vertex program
Brian Paul
2008-09-03
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
[next]