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
*
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2009-02-12
1
-6
/
+6
*
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
*
gallium: consolidate quad drawing code
Brian Paul
2008-04-25
1
-142
/
+90
*
gallium: use util_draw_vertex_buffer() instead of st_draw_vertices()
Brian Paul
2008-04-25
1
-24
/
+70
*
use cso fs/vs handle functions
Keith Whitwell
2008-04-21
1
-2
/
+2
*
gallium: Use CSO cache for shaders.
Michel Dänzer
2008-04-21
1
-6
/
+6
*
gallium: get rid of unnecessary surface mapping
Brian Paul
2008-04-18
1
-7
/
+5
*
gallium: implement RGBA pixel maps in the pixel transfer fragment program
Brian Paul
2008-04-16
1
-1
/
+12
*
gallium: more elaborate tracking of front color buffer state
Brian Paul
2008-04-09
1
-1
/
+1
*
gallium: remove unneeded st->haveFramebufferSurfaces field.
Brian Paul
2008-04-09
1
-5
/
+1
*
gallium: make sure to set the SamplersUsed field for bitmap/drawpixels shaders
Brian Paul
2008-04-04
1
-0
/
+1
*
gallium: set gl_rasterization_rules
Brian Paul
2008-04-03
1
-0
/
+1
*
gallium: use cso_save/restore_sampler_textures() functions
Brian
2008-03-31
1
-9
/
+5
*
gallium: Change pipe->flush() interface to optionally return a fence.
Michel Dänzer
2008-03-26
1
-2
/
+2
*
gallium: added some debug code (disable)
Brian Paul
2008-03-25
1
-0
/
+6
*
gallium: save/restore samplers in draw_textured_quad()
Brian
2008-03-24
1
-3
/
+2
*
Refactor PBO validate/map code.
Brian
2008-03-21
1
-3
/
+1
*
gallium: implement PBO operations for glDraw/ReadPixels and glBitmap
Brian Paul
2008-03-21
1
-9
/
+13
*
gallium: glBitmap code now separe from glDraw/CopyPixels code
Brian
2008-03-20
1
-288
/
+7
*
gallium: add face, dirtyLevels params to pipe->texture_update()
Brian Paul
2008-03-19
1
-0
/
+3
*
gallium: implement CSO save/restore functions for use by meta operations (bli...
Brian
2008-03-19
1
-15
/
+10
*
gallium: rework CSO-related code in state tracker
Brian
2008-03-11
1
-28
/
+36
*
gallium: michel's patch to rework texture/sampler binding interface
Keith Whitwell
2008-03-05
1
-5
/
+6
*
gallium: change st->state.sampler_texture[] to store pipe_texture pointers
Brian Paul
2008-02-29
1
-2
/
+1
*
gallium: fix glCopyPixels(GL_DEPTH) when Z format conversion is needed
Brian Paul
2008-02-29
1
-1
/
+8
*
gallium: fix surface/texture format conversion in st_CopyPixels
Brian Paul
2008-02-28
1
-5
/
+35
[next]