index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_cb_drawpixels.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Fixes for clobbering stencil values in combined depth/stencil textures.
Michel Dänzer
2009-07-07
1
-3
/
+9
*
mesa: Remove dead code.
José Fonseca
2009-06-11
1
-3
/
+0
*
mesa: Only do read write when we don't have a depth value to write
Jakob Bornecrantz
2009-06-11
1
-1
/
+1
*
mesa: Take the format from the right structure.
José Fonseca
2009-06-11
1
-1
/
+1
*
meas: Use a read/write transfer when writing stencil component, but not touch...
José Fonseca
2009-06-11
1
-2
/
+23
*
mesa: Fix draw_stencil_pixels for PIPE_FORMAT_Z24S8_UNORM.
José Fonseca
2009-06-10
1
-1
/
+1
*
mesa/st: keep surface_copy arguments positive
Keith Whitwell
2009-05-08
1
-3
/
+40
*
gallium: Reinstate unconditional flushes.
Thomas Hellstrom
2009-04-22
1
-0
/
+2
*
gallium: Fix glDraw/CopyPixels fragment program leak.
Michel Dänzer
2009-04-20
1
-0
/
+2
*
gallium: Create OGL state tracker wrappers for various CPU access operations.
Thomas Hellstrom
2009-04-17
1
-24
/
+18
*
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-15
1
-2
/
+6
*
st: remove comp_byte parameter to st_texture_create()
Brian Paul
2009-04-09
1
-3
/
+2
*
st: implement GL_DEPTH_STENCIL format for glReadPixels and DrawPixels()
Brian Paul
2009-04-07
1
-28
/
+54
*
mesa: ensure pbo stencil buffers are mapped before use
Alan Hourihane
2009-04-03
1
-0
/
+5
*
mesa: Support Z24S8 wherever S8Z24 is supported.
José Fonseca
2009-03-27
1
-0
/
+21
*
gallium: Remove do_flip argument from surface_copy
Jakob Bornecrantz
2009-03-13
1
-1
/
+0
*
st: remove unused DrawPixels code
Brian Paul
2009-03-09
1
-124
/
+4
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-6
/
+6
*
mesa: rename, reorder FRAG_RESULT_x tokens
Brian Paul
2009-02-28
1
-5
/
+5
*
gallium: Add pipe_buffer_write/read inlines.
José Fonseca
2009-02-24
1
-4
/
+1
*
Merge branch 'master' into gallium-texture-transfer
Keith Whitwell
2009-02-16
1
-6
/
+6
|
\
|
*
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2009-02-12
1
-6
/
+6
*
|
gallium: Various coordinate fixups for texture transfers.
Michel Dänzer
2009-02-13
1
-2
/
+2
*
|
gallium: Fix GL_DEPTH CopyPixels tile coordinates.
Michel Dänzer
2009-02-12
1
-1
/
+1
*
|
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-02-05
1
-50
/
+52
|
/
*
gallium: avoid mapping same vertex buffer in subsequent frames
Keith Whitwell
2008-12-12
1
-1
/
+1
*
mesa: new _mesa_set_vp_override() function for driver-override of vertex program
Brian Paul
2008-10-10
1
-0
/
+6
*
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-09-03
1
-4
/
+4
*
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-24
1
-1
/
+1
*
gallium: fix vertex program output translation/mapping bug
Brian Paul
2008-08-18
1
-1
/
+1
*
gallium: Finer grained is_format_supported.
José Fonseca
2008-07-19
1
-3
/
+6
*
st: Silence compiler warnings on Windows.
Michal Krol
2008-07-15
1
-6
/
+6
*
util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.
José Fonseca
2008-07-13
1
-4
/
+4
*
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-06-27
1
-4
/
+7
*
mesa: More signed/unsigned float/integer fixes.
José Fonseca
2008-06-24
1
-12
/
+12
*
mesa: Use appropriate unsigned/signed, float/integer types.
José Fonseca
2008-06-24
1
-9
/
+9
*
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Brian Paul
2008-05-20
1
-12
/
+27
|
\
|
*
gallium: clean-up glDraw/CopyPixels shaders when destroying context
Brian Paul
2008-05-20
1
-12
/
+27
*
|
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Brian Paul
2008-05-18
1
-2
/
+2
|
\
|
|
*
s/PIPE_FORMAT_U_S8/PIPE_FORMAT_S8_UNORM/
Brian Paul
2008-05-17
1
-2
/
+2
*
|
gallium: replace pipe_buffer_destroy() call with pipe_buffer_reference(NULL)
Brian Paul
2008-05-08
1
-4
/
+5
*
|
gallium: clean-up, minor fix
Brian Paul
2008-05-08
1
-7
/
+3
*
|
gallium: create drawing surfaces as GPU_READ/WRITE only
Brian Paul
2008-05-06
1
-5
/
+28
*
|
gallium: Make sure to release texture surfaces (at the right time).
Michel Dänzer
2008-05-06
1
-1
/
+2
*
|
gallium: Add texture usage flags, special-case allocation of display targets
Keith Whitwell
2008-05-02
1
-2
/
+4
*
|
gallium: tex surface checkpoint
Keith Whitwell
2008-05-01
1
-23
/
+33
|
/
*
gallium: use new buffer wrapper functions in p_inlines.h
Brian Paul
2008-04-30
1
-8
/
+5
*
gallium: replace some code with a call to st_choose_format()
Brian Paul
2008-04-28
1
-16
/
+2
*
gallium: remove unneeded st->bitmap_texcoord_bias
Brian Paul
2008-04-25
1
-5
/
+2
*
gallium: fix typo s/_mesa_unmap_drapix_pbo/_mesa_unmap_drawpix_pbo/
Brian Paul
2008-04-25
1
-2
/
+2
[next]