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
/
drivers
/
osmesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
main trunk is now 4.1
Karl Schultz
2001-11-29
1
-1
/
+1
*
update to version 4.0
Karl Schultz
2001-11-29
1
-1
/
+1
*
use correct vertex for flatshading
Keith Whitwell
2001-09-25
1
-14
/
+14
*
Fix up Windows makefiles so that the debug build leaves debugger info
Karl Schultz
2001-09-25
1
-1
/
+1
*
[rgba]shift values weren't always correct, only effected blended lines
Brian Paul
2001-09-23
1
-12
/
+47
*
Make osmesa a DLL instead of a static lib (Windows). This is more
Karl Schultz
2001-09-21
3
-19
/
+35
*
clean up makefiles some more for Windows
Karl Schultz
2001-09-18
1
-11
/
+10
*
compiler warnings
Karl Schultz
2001-09-18
1
-14
/
+14
*
remove carriage return chars
Karl Schultz
2001-09-18
1
-37
/
+37
*
Win32 updates (Karl Schultz)
Brian Paul
2001-09-14
1
-0
/
+37
*
hook compressed texture functions into driver
Brian Paul
2001-09-12
1
-1
/
+4
*
fixed s/w alpha bug 458411
Brian Paul
2001-09-10
1
-7
/
+2
*
added OSMESA_MAX_WIDTH/HEIGHT queries
Brian Paul
2001-08-28
1
-1
/
+7
*
OpenGL 1.3 support
Brian Paul
2001-08-28
1
-1
/
+2
*
more work on float colors (still not finished)
Brian Paul
2001-07-14
1
-4
/
+4
*
assorted changes for supporting GLfloat color channels (not done)
Brian Paul
2001-07-13
1
-7
/
+7
*
Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it
Keith Whitwell
2001-07-12
1
-15
/
+2
*
fixed logic error in OSMesaMakeCurrent() for 565 pixel support (Lars Andersson)
Brian Paul
2001-07-05
1
-3
/
+4
*
support for RGB_565 pixels (Lars Andersson), untested
Brian Paul
2001-06-27
1
-3
/
+212
*
replace 255 with CHAN_MAX
Brian Paul
2001-06-15
1
-7
/
+7
*
fixed a comment
Brian Paul
2001-06-14
1
-2
/
+2
*
fixed s/w alpha channel bug
Brian Paul
2001-05-31
1
-2
/
+2
*
New triangle rasterization code. Store per-span initial/step values in the
Brian Paul
2001-05-14
1
-22
/
+25
*
Driver interface changes
Keith Whitwell
2001-05-10
1
-1
/
+3
*
More texture image changes.
Brian Paul
2001-04-04
1
-1
/
+3
*
silence a compiler warning
Brian Paul
2001-03-29
1
-2
/
+2
*
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-19
1
-51
/
+66
*
do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is defined
Brian Paul
2001-03-08
1
-3
/
+1
*
More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.
Brian Paul
2001-03-08
1
-24
/
+24
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
1
-4
/
+4
*
Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions
Brian Paul
2001-02-19
1
-1
/
+6
*
added ctx->Driver.ResetLineStipple, misc clean-up
Brian Paul
2001-02-12
1
-17
/
+17
*
fixed bytesPerValue bug in OSMesaGetDepthBuffer()
Brian Paul
2001-02-08
1
-2
/
+5
*
Overhaul of texture image handling.
Brian Paul
2001-02-06
1
-9
/
+13
*
Update implementations of Driver.Clear().
Keith Whitwell
2001-01-29
1
-144
/
+143
*
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
Keith Whitwell
2001-01-29
1
-1
/
+11
*
Lots of GLchan datatype changes.
Brian Paul
2001-01-24
1
-563
/
+645
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
1
-9
/
+9
*
updated ctx->Driver functions for s/w setup
Brian Paul
2001-01-16
1
-2
/
+4
*
initialize Driver.RenderPrimitive to _swsetup_RenderPrimNoop
Brian Paul
2001-01-12
1
-2
/
+2
*
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2001-01-05
1
-1
/
+4
*
Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
Brian Paul
2001-01-02
1
-1
/
+2
*
Major rework of tnl module
Keith Whitwell
2000-12-26
1
-11
/
+9
*
Modified Files:
Jouk Jansen
2000-11-22
1
-19
/
+19
*
Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.
Brian Paul
2000-11-19
1
-8
/
+12
*
Minor header file changes to silence warnings.
Brian Paul
2000-11-17
1
-4
/
+4
*
Move the transform and lighting code to two new directories
Keith Whitwell
2000-11-16
1
-5
/
+8
*
removed unused set_color() and set_index() functions
Brian Paul
2000-11-14
1
-28
/
+6
*
Removed Driver.Color() and Driver.Index() functions.
Brian Paul
2000-11-14
1
-68
/
+80
*
test ctx->RenderMode in chooser functions
Brian Paul
2000-11-06
1
-9
/
+20
[next]