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
/
drivers
/
x11
Commit message (
Expand
)
Author
Age
Files
Lines
*
OpenGL 1.3 support
Brian Paul
2001-08-28
1
-3
/
+3
*
bumped version string to 3.5.1
Brian Paul
2001-08-20
1
-2
/
+2
*
fixed GLX context sharing bug (reported by Eric Plante)
Brian Paul
2001-08-07
1
-3
/
+3
*
Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it
Keith Whitwell
2001-07-12
1
-14
/
+5
*
Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture
Brian Paul
2001-06-15
1
-1
/
+7
*
removed some code in XMesaDestroyContext() which could lead to a segfault
Brian Paul
2001-06-04
1
-6
/
+9
*
forgot to check-in yesterday
Brian Paul
2001-05-30
2
-0
/
+489
*
more DRI libGL-related changes
Brian Paul
2001-05-29
3
-20
/
+24
*
removed some old DRI-isms
Brian Paul
2001-05-29
4
-54
/
+13
*
added new functions to GLX_functions[]
Brian Paul
2001-05-29
1
-4
/
+65
*
more work on XMesa / libGL integration
Brian Paul
2001-05-25
3
-230
/
+158
*
added some casts so that older glx.h can be used
Brian Paul
2001-05-24
2
-9
/
+9
*
Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.
Brian Paul
2001-05-24
3
-64
/
+138
*
prototyping some new stuff
Brian Paul
2001-05-24
1
-82
/
+314
*
New triangle rasterization code. Store per-span initial/step values in the
Brian Paul
2001-05-14
1
-510
/
+526
*
Set 'prefer_float_colors' true, now that tnl uses them natively.
Keith Whitwell
2001-05-10
1
-55
/
+40
*
applied Jeff & Keith's optimization to write_span_mono_pixmap()
Brian Paul
2001-05-10
1
-1
/
+22
*
Driver interface changes
Keith Whitwell
2001-05-10
1
-1
/
+3
*
minor clean-ups and warning fixes
Brian Paul
2001-05-03
1
-2
/
+2
*
minor XFree86 change
Brian Paul
2001-05-01
1
-1
/
+5
*
changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...
Brian Paul
2001-04-27
5
-102
/
+88
*
fixed mem leak in XFreeFontInfo() call
Brian Paul
2001-04-26
1
-3
/
+3
*
Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...
Brian Paul
2001-04-10
1
-5
/
+6
*
More texture image changes.
Brian Paul
2001-04-04
1
-1
/
+3
*
another fix to clear_32bit_ximage()
Brian Paul
2001-04-03
1
-2
/
+1
*
clear pixel value wasn't byteswapped for scissored clears in clear_32bit_xima...
Brian Paul
2001-04-03
1
-8
/
+8
*
minor tweak to visual setup for accum buffers
Brian Paul
2001-03-23
1
-6
/
+6
*
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-19
4
-186
/
+209
*
do fog interpolation if INTERP_FOG is defined, not when INTERP_Z is defined
Brian Paul
2001-03-08
1
-23
/
+1
*
More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.
Brian Paul
2001-03-08
3
-8
/
+9
*
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-03-03
4
-16
/
+16
*
fixed mistake in alpha buffer clear test
Brian Paul
2001-03-01
1
-2
/
+2
*
added s/w alpha buffer clearing
Brian Paul
2001-03-01
1
-1
/
+8
*
removed some bogus code
Brian Paul
2001-02-22
1
-3
/
+1
*
Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions
Brian Paul
2001-02-19
1
-1
/
+6
*
added MESA_GLX_FORCE_CI env var (useful for conformance testing)
Brian Paul
2001-02-17
1
-17
/
+35
*
fixed a few CI mode span bugs and a dither bug
Brian Paul
2001-02-13
1
-13
/
+36
*
Overhaul of texture image handling.
Brian Paul
2001-02-06
1
-8
/
+19
*
Use a lookup table to compute exponents in tnl fogging code. Slightly
Keith Whitwell
2001-02-06
1
-2
/
+2
*
fixed inverted Y coord for dithering in write_span_DITHER_5R6G5B_ximage()
Brian Paul
2001-01-29
1
-7
/
+8
*
Update implementations of Driver.Clear().
Keith Whitwell
2001-01-29
1
-15
/
+13
*
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
Keith Whitwell
2001-01-29
1
-7
/
+31
*
Lots of GLchan datatype changes.
Brian Paul
2001-01-24
2
-26
/
+22
*
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-23
4
-107
/
+154
*
Fix several conformance problems. Hack solution to line stipple problem.
Keith Whitwell
2001-01-16
1
-10
/
+11
*
revert XMesaCreateContext changes
Keith Whitwell
2001-01-08
2
-90
/
+85
*
Modify X11 driver and fake glx to store a GLcontext
Keith Whitwell
2001-01-08
8
-97
/
+103
*
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2001-01-05
2
-58
/
+58
*
Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
Brian Paul
2001-01-02
2
-2
/
+4
*
Major rework of tnl module
Keith Whitwell
2000-12-26
3
-13
/
+15
[next]