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: 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
*
galliums: s/uint/enum pipe_format/
Brian Paul
2008-02-28
1
-1
/
+1
*
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-27
1
-3
/
+5
*
gallium: move is_format_supported() to pipe_screen struct
Brian
2008-02-27
1
-2
/
+3
*
gallium: start removing pipe_context->get_name/vendor/param/paramf
Brian
2008-02-27
1
-1
/
+1
*
gallium: use pipe_texture_reference() instead of pipe->texture_release()
Brian
2008-02-26
1
-3
/
+3
*
gallium: state tracker didn't always notify drivers of texobj data changes
Brian
2008-02-20
1
-1
/
+2
*
Code reorganization: update build.
José Fonseca
2008-02-15
1
-1
/
+1
*
gallium: pipe->surface_copy can flip the contents vertically when necessary.
Michel Dänzer
2008-02-13
1
-0
/
+1
*
gallium: rename st_fragment_program's fs field to cso to match st_vertex_program
Brian
2008-02-12
1
-1
/
+1
*
gallium: remove unused first_level param from st_texture_create()
Brian
2008-02-12
1
-3
/
+3
*
gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys...
Brian
2008-02-08
1
-9
/
+9
*
gallium: add bitmap/drawpixels texcoord bias support
Brian
2008-02-06
1
-2
/
+5
*
gallium: remove support for separate depth/stencil buffers. Always combined ...
Brian
2008-01-23
1
-3
/
+3
*
tweaks to quad drawing, set UsesKill in bitmap shader
Brian
2008-01-16
1
-12
/
+15
*
Fix problems with vertex shaders and the private draw module.
Brian
2008-01-14
1
-2
/
+2
*
Remove pipe->get/put_tile_rgba.
Michel Dänzer
2008-01-14
1
-2
/
+3
*
Remove mapping fields from struct pipe_surface.
Michel Dänzer
2008-01-14
1
-6
/
+0
*
gallium: make state tracker explictly ask for rendercache flushes
Keith Whitwell
2007-12-20
1
-2
/
+2
*
gallium: incorporate alpha state into depth_stencil state object.
Keith Whitwell
2007-12-17
1
-1
/
+1
*
Remove internal_format field from struct pipe_texture.
Michel Dänzer
2007-12-11
1
-9
/
+6
*
gallium: remove set_sampler_units interface
Keith Whitwell
2007-12-11
1
-2
/
+2
*
Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...
Brian
2007-12-10
1
-2
/
+2
*
Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.
Brian
2007-12-07
1
-2
/
+3
*
Replace "duplicate" formats
Brian
2007-12-07
1
-11
/
+11
*
Eliminate struct pipe_region.
Michel Dänzer
2007-12-07
1
-26
/
+22
*
Hide texture layout details from the state tracker.
Michel Dänzer
2007-12-06
1
-150
/
+64
*
Move dimensions from struct pipe_region to struct pipe_surface.
Michel Dänzer
2007-11-29
1
-28
/
+22
*
Remove pipe->max_texture_size(), use get_param() instead.
Brian
2007-11-06
1
-4
/
+4
*
Check if the user/texenvprogram is just a pass-through program and skip progr...
Brian
2007-11-04
1
-4
/
+35
*
Implement shader concatenation for glBitmap.
Brian
2007-10-30
1
-39
/
+75
*
combine shaders for glCopyPixels
Brian
2007-10-30
1
-79
/
+64
*
Use program serial numbers to avoid re-generating fragment programs for glDra...
Brian
2007-10-30
1
-17
/
+35
*
Before calling texformat->StoreImage() set _ImageTransferState=0 since we'll ...
Brian
2007-10-30
1
-2
/
+10
*
Disable debug code.
Brian
2007-10-30
1
-2
/
+8
*
checkpoint: combine pixel transfer and user shader for glDrawPixels
Brian
2007-10-30
1
-1
/
+33
*
Make it compile under linux.
Michal Krol
2007-10-29
1
-0
/
+1
*
Replace supported_formats with is_format_supported interface.
Michal Krol
2007-10-28
1
-19
/
+14
*
Move mesa_to_tgsi.[ch] to state_tracker
Brian
2007-10-27
1
-1
/
+1
*
Move region_alloc() and region_release() to pipe_winsys.
Brian
2007-10-25
1
-3
/
+6
[next]