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
/
x11
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove a debug printf
Brian Paul
2002-03-15
1
-2
/
+1
*
Removed the xm_context field from XMesaBuffer. It was preventing N threads
Brian Paul
2002-03-12
2
-65
/
+7
*
silence gcc warnings (Marc La France)
Brian Paul
2002-03-01
3
-7
/
+14
*
check for initialized XMesaBuffer in XMesaGarbageCollect()
Brian Paul
2002-02-20
1
-2
/
+2
*
use separate GC for SwapBuffers to avoid colormask problem
Brian Paul
2002-02-15
3
-19
/
+30
*
updated GL_VENDOR string
Brian Paul
2002-02-14
1
-4
/
+4
*
first checkpoint commit of Klaus's new span code (struct sw_span)
Brian Paul
2001-12-17
1
-46
/
+46
*
casts to silence warnings from gcc 2.96
Brian Paul
2001-11-06
1
-2
/
+2
*
version bumps, etc for 4.1
Brian Paul
2001-10-22
1
-3
/
+3
*
updates for Mesa 4.0
Brian Paul
2001-09-23
1
-6
/
+6
*
more GL 1.3 and GLX 1.4 updates
Brian Paul
2001-09-14
2
-5
/
+15
*
minor re-org
Brian Paul
2001-09-12
3
-42
/
+46
*
minor changes, prototype Pbuffer support
Brian Paul
2001-09-01
1
-4
/
+54
*
prototype work for Pbuffer support
Brian Paul
2001-09-01
2
-28
/
+258
*
fixed dangling pointer problem (Chris Burghart)
Brian Paul
2001-08-31
1
-1
/
+10
*
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
[next]