index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
softpipe
/
sp_surface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Fix build on Windows.
Michal Krol
2008-02-15
1
-1
/
+1
*
gallium: pipe->surface_copy can flip the contents vertically when necessary.
Michel Dänzer
2008-02-13
1
-2
/
+3
*
gallium: minor cleanups to pipe interface
Keith Whitwell
2008-01-26
1
-25
/
+0
*
gallium: move softpipe_get_tex_surface() into sp_texture.c
Brian
2008-01-21
1
-38
/
+0
*
Unify copy_rect helpers.
Michel Dänzer
2008-01-18
1
-51
/
+12
*
Back-port miscellaneous fixes from internal branch (mostly portability fixes).
José Fonseca
2008-01-17
1
-0
/
+1
*
Remove pipe->get/put_tile_rgba.
Michel Dänzer
2008-01-14
1
-2
/
+0
*
Remove mapping fields from struct pipe_surface.
Michel Dänzer
2008-01-14
1
-8
/
+8
*
softpipe: Simplify texture memory layout.
Michel Dänzer
2008-01-10
1
-16
/
+11
*
Use tile functions in new p_tile.[ch]
Brian
2007-12-15
1
-86
/
+9
*
Move float/rgba tile get/put functions into new file.
Brian
2007-12-12
1
-666
/
+1
*
Re-org of st_create_framebuffer() and renderbuffer format selection.
Brian
2007-12-12
1
-0
/
+5
*
softpipe: Support for PIPE_FORMAT_A4R4G4B4_UNORM and PIPE_FORMAT_R5G6B5_UNORM.
Michel Dänzer
2007-12-11
1
-0
/
+59
*
Add surface storage allocation function to winsys interface.
José Fonseca
2007-12-11
1
-2
/
+2
*
clean-ups
Brian
2007-12-07
1
-14
/
+6
*
Get rid of "duplicate" formats.
Brian
2007-12-07
1
-35
/
+35
*
Move struct softpipe_texture definition into sp_texture.h
Brian
2007-12-07
1
-1
/
+2
*
Eliminate struct pipe_region.
Michel Dänzer
2007-12-07
1
-32
/
+29
*
Hide texture layout details from the state tracker.
Michel Dänzer
2007-12-06
1
-12
/
+13
*
added tile funcs for B8G8R8A8 format
Brian
2007-12-05
1
-0
/
+70
*
Move dimensions from struct pipe_region to struct pipe_surface.
Michel Dänzer
2007-11-29
1
-32
/
+212
*
add PIPE_FORMAT_Z24_S8 support to softpipe patsh
Brian
2007-11-20
1
-0
/
+40
*
implement get/put_tile() for xlib driver
Brian
2007-11-01
1
-6
/
+4
*
minor code simplification
Brian
2007-10-29
1
-8
/
+6
*
fix memcpy bugs
Brian
2007-10-29
1
-2
/
+2
*
Make it compile under linux.
Michal Krol
2007-10-29
1
-0
/
+1
*
Make gallium compile in win32.
Michal Krol
2007-10-29
1
-4
/
+4
*
Remove remnants of softpipe_surface.
Brian
2007-10-27
1
-75
/
+0
*
surface_alloc() is now a winsys function.
Brian
2007-10-26
1
-20
/
+87
*
clean-up, simplify some tile code, more to come
Brian
2007-10-25
1
-185
/
+62
*
Move the get/put_tile() functions to pipe_context.
Brian
2007-10-25
1
-20
/
+71
*
get_tile() for z16, z32, s8z24 surfaces needs to return 4 floats per pixel (f...
Brian
2007-10-24
1
-9
/
+18
*
Remove obsolete read/write_quad() functions
Brian
2007-10-20
1
-440
/
+53
*
Convert Z/stencil ops to use cached tiles like colors.
Brian
2007-10-20
1
-2
/
+7
*
get/put_tile_raw() funcs for 16/32bpp surfaces
Brian
2007-10-19
1
-0
/
+115
*
Initial implementation of surface tile caching.
Brian
2007-10-19
1
-3
/
+5
*
Corrected the file permissions in src/mesa/pipe.
Oliver McFadden
2007-10-18
1
-0
/
+0
*
lower clamp bound for UNCLAMPED_FLOAT_TO_SHORT() is -1
Brian
2007-10-16
1
-1
/
+1
*
16-bit RGBA surface format for accum buffers
Brian
2007-10-14
1
-90
/
+116
*
added z16/z32_git_tile(), change s8z24_get_tile() to return Z as float, ignor...
Brian
2007-10-13
1
-3
/
+80
*
disable some assertions which pop up during window resize, but can be ignored...
Brian
2007-10-10
1
-1
/
+2
*
use pipe_region_reference() in softpipe_get_tex_surface() to fix refcount error
Brian
2007-10-10
1
-1
/
+1
*
added s8z24_get_tile()
Brian
2007-10-03
1
-0
/
+37
*
added a8r8g8b8_put_tile()
Brian
2007-09-26
1
-0
/
+41
*
Add support for more surface types in sp_surface.c
Brian
2007-08-24
1
-0
/
+364
*
Silence warnings.
michal
2007-08-16
1
-6
/
+6
*
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-08-14
1
-64
/
+63
*
do clipping in get_tile()
Brian
2007-08-11
1
-6
/
+14
*
add missing break stmt
Brian
2007-08-10
1
-0
/
+1
*
include surface.offset in address calculations
Brian
2007-08-10
1
-10
/
+24
[next]