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
/
swrast
/
s_accum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
Brian Paul
2003-03-25
1
-11
/
+11
*
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2003-03-01
1
-2
/
+1
*
s/BZERO/_mesa_bzero/
Brian Paul
2002-10-30
1
-2
/
+3
*
Header file clean-up:
Brian Paul
2002-10-24
1
-2
/
+2
*
Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()
Brian Paul
2002-07-09
1
-9
/
+7
*
Added ctx parameter to _mesa_debug()
Brian Paul
2002-06-15
1
-2
/
+2
*
Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture
Brian Paul
2002-03-19
1
-3
/
+3
*
Lots of changes related to framebuffer/window buffer resizing. Basically,
Brian Paul
2002-03-16
1
-18
/
+18
*
sw_span can now hold x/y arrays of fragment positions - getting ready to
Brian Paul
2002-02-02
1
-5
/
+5
*
silence compiler warnings (last batch for src)
Karl Schultz
2001-09-19
1
-2
/
+2
*
assorted changes for supporting GLfloat color channels (not done)
Brian Paul
2001-07-13
1
-48
/
+54
*
Minor fixes for Win32 (Karl Schultz).
Brian Paul
2001-04-20
1
-1
/
+2
*
Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...
Brian Paul
2001-04-10
1
-7
/
+8
*
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-19
1
-16
/
+16
*
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-12
1
-12
/
+12
*
More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.
Brian Paul
2001-03-08
1
-3
/
+3
*
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-07
1
-13
/
+13
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-7
/
+7
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-3
/
+14
*
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-11-13
1
-36
/
+40
*
Reorganized software rasterizer as a module which manages its own state,
Keith Whitwell
2000-11-05
1
-110
/
+118
*
Moved software rasterizer functionality to new directory.
Keith Whitwell
2000-10-31
1
-0
/
+499