updated comments
[mesa.git] / src /
2000-09-14 Brian Paulupdated comments
2000-09-14 Brian Paulexplicitly init some texture vars
2000-09-13 Brian Paulreplaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5...
2000-09-12 Brian Paulpacking of GLushort packed types was broken
2000-09-12 Brian Pauladded format/type error check to draw_rgba_pixels()
2000-09-12 Brian Paulinit mutex
2000-09-12 Brian Pauladded some casts (Takaaki Nomura)
2000-09-12 Brian PaulWin32 updates (Chris Morley)
2000-09-12 Brian PaulWin32 update (Chris Morley)
2000-09-11 Brian PaulRemoved immediate struct's maybe_transform_vb pointer.
2000-09-09 Jouk Jansen Committing in .
2000-09-08 Brian Paulremoved unused NEW_DRVSTATE flags
2000-09-08 Brian Paulremoved ctx->Driver.Dither function
2000-09-08 Brian Paulchanged gl_frame_buffer Xmax and Ymax to be exclusive...
2000-09-08 Brian Pauladded OSMesaCreateContextExt()
2000-09-07 Brian PaulRemoved ctx->Driver.LogicOp().
2000-09-07 Brian Pauladded xmesa_update_span_funcs()
2000-09-07 Brian Paulrenamed Xlib driver files
2000-09-07 Brian Paulnewly organized Xlib driver files
2000-09-07 Brian Pauladded device driver function for texture proxy testing
2000-09-06 Brian Paulsilence compiler warning (zoomY0)
2000-09-06 Brian Paultest for __bsdi__ for XFree86
2000-09-06 Brian Paulreplaced ## with CONCAT macro
2000-09-06 Brian Pauloops- forgot convolution for glGetTexImage. Done now.
2000-09-05 Brian Paulpassing proxy targets to glGetTexImage() should generat...
2000-09-05 Brian Pauluse clear_proxy_teximage() instead of MEMSET()
2000-09-05 Brian PaulGetConvolution/SeparableFilter() now finished
2000-09-05 Brian Pauladded tracing facility from Loki
2000-09-05 Brian Pauladded tracing facility from Loki
2000-09-05 Brian Pauladded const to _mesa_select_tex_object()
2000-09-05 Brian PaulFixed bug in fill_texture_image(). Clean-up in _mesaGe...
2000-09-02 Brian Paulenabled GL_EXT_convolution and GL_ARB_imaging
2000-09-02 Brian Paulfinished convolution
2000-09-01 Brian PauldestBytesPerRow was uninitialized in make_texture_image()
2000-08-31 Brian PaulfbiRev and tmuRev weren't getting initialized when...
2000-08-31 Brian Pauladded more resolutions (Andy Sloane)
2000-08-31 Brian Paulconvolution for glTexImage[123]D now works
2000-08-31 Brian Paulrenamed some variables
2000-08-30 Brian Paulmore convolution work
2000-08-30 Brian Pauladded _mesa_pack_float_rgba_span()
2000-08-30 Brian Pauladded more extensions testing code
2000-08-29 Brian Paulfinished compressed texture support (Bill White)
2000-08-29 Brian Pauladded MESA_FF_R8_G8_B8 (alpha filled to 0xff) format
2000-08-29 Brian Pauldon't free ctx inside _mesa_initialize_context() if...
2000-08-29 Brian Paulupdated some comments
2000-08-23 Brian Pauladded convolve.h header
2000-08-23 Brian Paulenabling 1D convolution caused a problem
2000-08-23 Brian Paulmoved convolution API functions to convolve.c
2000-08-22 Brian Paulfinished separable filter functions
2000-08-22 Jouk Jansen Committing in .
2000-08-21 Brian Pauluse ImageTransferState
2000-08-21 Brian Pauladded convolve.c to file list
2000-08-21 Brian Paulincreased max convolution filter size
2000-08-21 Brian Paulmore convolution work, not done
2000-08-21 Brian Paulbasic glDrawPixels convolution implemented
2000-08-21 Brian Paulfixed image transfer errors
2000-08-21 Brian Paulimplemented new ImageTransferState bitmask
2000-08-16 Brian Pauloptimized glDrawPixels for glPixelZoom(1,-1) (Andrew...
2000-08-16 Brian Paulfixed typo which disabled simple_DrawPixels
2000-08-16 Brian Paulfixed some warnings (Alan H.)
2000-08-13 Brian Paulremoved all dependencies on XMesa
2000-08-13 Brian Paulfixed segfault problem when using MESA_GLX_FX
2000-08-09 Brian Paulfixed depth mask bug in fxddClear(DD_DEPTH_BIT)
2000-08-09 Jouk Jansen Committing in .
2000-08-08 Brian Paulupdated version to 3.5
2000-08-08 Brian Pauladded GetInteger/Float/Double/Boolean/Pointer device...
2000-08-03 Brian Pauladded NULL parameter checking to API functions
2000-08-02 Brian Paulupdated Phil's email address
2000-08-02 Brian Paulupdates from mesa3d@billbaxter.com
2000-08-02 Brian Paulfixed return val bug in glAreTexturesResident()
2000-08-02 Brian Paulupdated by Alessandro Pisani
2000-08-02 Brian Paulremoved GLU 1.2 symbols
2000-08-02 Brian Pauldefine GL_GLEXT_PROTOTYPES before including mesa_wgl.h
2000-08-02 Brian Paulinitialize texture priorities to 1.0, clean-up of _mesa...
2000-08-01 Brian PaulglGetTexParameter(GL_TEXTURE_RESIDENT) didn't query...
2000-07-31 Brian Paultest against an epsilon magnitude in gl_rotation_matrix()
2000-07-21 Brian Paulremoved beta from version string
2000-07-20 Keith Whitwellfix for eval regression
2000-07-19 Brian Paula bunch of thread-safety changes
2000-07-19 Brian Paulinitialize GenBit[STRQ] in init_texture_unit()
2000-07-19 Brian Paulrestore driver depth test enable/disable state in PopAt...
2000-07-19 Brian Paulremoved two bugs
2000-07-18 Brian PaulFixed off-by-one error in compute_shine_table(). Minor...
2000-07-18 Brian Paulchanged version string to 3.2.1
2000-07-17 Keith WhitwellFix for gloss and sgl eval bugs.
2000-07-15 Brian Paulanother tweak to optimized GL_RETURN code
2000-07-15 Brian Paulfixed AA sampling problem, misc clean-up
2000-07-14 Brian Paulremoved references to fx_regoff.h and fx_gen_regoff.c
2000-07-14 Brian PaulFixed pixel color problem in general_flat_rgba_line...
2000-07-14 Brian Pauladded extra check to optimized GL_RETURN case
2000-07-14 Brian Paultest for MESA_DEBUG = silent in gl_error(), misc clean-up
2000-07-12 Brian Paulfirst bits of convolution code
2000-07-11 Brian Paulallocate 1-larger knot array in explode_knot() (Mesa...
2000-07-11 Brian Paulreverted to old tessellator (GLU 1.1)
2000-07-10 Keith WhitwellFix for miscolored rects in display lists.
2000-07-07 Keith Whitwelltest
2000-07-07 Keith Whitwelltest
2000-07-07 Keith Whitwelltest
2000-07-07 Keith Whitwelltest
2000-07-07 Keith Whitwelltest
next