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_region.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make gallium compile in win32.
Michal Krol
2007-10-29
1
-1
/
+1
*
Move region_alloc() and region_release() to pipe_winsys.
Brian
2007-10-25
1
-57
/
+0
*
In region_unmap(), check if region is mapped before decrementing refcount.
Brian
2007-10-20
1
-4
/
+7
*
fix bug in copy_rect(), use temp vars in sp_region_copy() to aid debugging
Brian
2007-10-18
1
-6
/
+9
*
16-bit RGBA surface format for accum buffers
Brian
2007-10-14
1
-25
/
+52
*
s/_mesa_copy_rect/copy_rect/
Brian
2007-09-26
1
-25
/
+26
*
Remove non-meaningful region_idle() interface
Keith Whitwell
2007-09-17
1
-7
/
+0
*
merge buffer_unreference(), buffer_reference()
Brian
2007-09-10
1
-2
/
+2
*
assertions
Brian
2007-08-17
1
-1
/
+7
*
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-08-14
1
-32
/
+32
*
fix invalid usage of buffer_unreference()
Brian
2007-08-11
1
-1
/
+1
*
Lift common winsys functions into pipe's new p_winsys.
Keith Whitwell
2007-08-10
1
-10
/
+13
*
alignment/pitch/width clean-ups
Brian
2007-08-10
1
-6
/
+17
*
pipe->region_alloc() now takes width instead of pitch, plus a flags param
Brian
2007-08-10
1
-1
/
+1
*
remove dst!=src assertion
Brian
2007-08-07
1
-1
/
+0
*
Add pipe buffer managment functions.
Keith Whitwell
2007-08-06
1
-9
/
+1
*
Add a new interface between softpipe and the window system / buffer manager.
Keith Whitwell
2007-08-05
1
-100
/
+187
*
implement masking in sp_region_fill()
Brian
2007-08-01
1
-11
/
+48
*
More work on glClear.
Brian
2007-08-01
1
-1
/
+1
*
Checkpoint: glClear changes - working, bug very rough.
Brian
2007-08-01
1
-0
/
+55
*
Redesign pipe_surface in terms of pipe_region.
Brian
2007-07-31
1
-0
/
+105