Implemented GL_EXT_depth_bounds_test.
[mesa.git] / src /
2003-04-21 Brian PaulImplemented GL_EXT_depth_bounds_test.
2003-04-21 Brian Paulalias ARB/NV program functions where possible
2003-04-21 Brian Paulsilence warning
2003-04-21 Brian Pauluse INDEX8_SPAN_ARGS
2003-04-18 Brian Paulminor re-org of program matrix, program local parameter...
2003-04-18 Brian Paulmore GL_ARB_vertex/fragment_program bits
2003-04-17 Brian Paulfix some glBindProgramNV/ARB details
2003-04-17 Brian Pauladded LoadProgramNV and RequestResidentProgramsNV
2003-04-17 Brian PaulAdded arbprogram.c to Makefiles.
2003-04-17 Brian Paulcheckpoint: more infrastructure for GL_ARB_vertex/fragm...
2003-04-14 Brian Paulfix depth texture tex env bug (#719903)
2003-04-11 Brian PaulSome groundwork for GL_ARB_vertex/fragment_program.
2003-04-10 Brian Paulremove a const
2003-04-10 Keith Whitwelldrawarrayrange fix
2003-04-09 Brian Paulbasic work on GL_ARB_vertex_buffer_object
2003-04-08 Brian Paulfix string compare bug
2003-04-08 Brian Pauladd missing return in raster_pos4f()
2003-04-08 Brian Paulfix some problems parsing scalar source arguments
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-04-08 Brian Pauladded _mesa_realloc()
2003-04-07 Brian Paulscalar source reg can be a scalar or vector literal
2003-04-07 Brian Paulinitialize attribute vectors to 4 components
2003-04-07 Brian Paulminor parser fixes, program print-out fixes
2003-04-07 Brian Paulfix typo
2003-04-07 Brian Paulfix color array mixup
2003-04-07 Keith WhitwellDon't unset FLUSH_STORED_VERTICES in _tnl_execute_casse...
2003-04-07 Brian PaulAdded gcc-sl target and shared lib shell script (Philip...
2003-04-05 Keith WhitwellPass 4th element correctly in loopback_VertexAttrib4svNV
2003-04-05 Brian Paulfragment program named constants and named program...
2003-04-04 Brian PaulRework gl[Copy]Tex[Sub]Image() error checking so that...
2003-04-03 Brian Paulmore memory-related fixes
2003-04-03 Brian Paulsome texture compression odds & ends
2003-04-03 Brian Paulsimplify CEILF, FLOORF, FABSF stuff
2003-04-02 Brian Paulfix double-memory free in XMesaDestroyContext
2003-04-01 Brian Pauladded GL_PROXY_TEXTURE_RECTANGLE_NV to is_proxy_target()
2003-04-01 Brian Paulclean-up current state initialization
2003-04-01 Brian Pauladded GL_FRAGMENT_PROGRAM_NV (Alan Matsuoka)
2003-04-01 Brian Paulminor initialization fixes
2003-04-01 Brian Paulimprove some error messages
2003-04-01 Brian PaulGL_SECONDARY_COLOR_ARRAY_SIZE_EXT query was returning...
2003-04-01 Brian PaulGL_FOG_COORDINATE_SOURCE_EXT query was missing
2003-04-01 Brian Paulfix GL_LIST_MODE, GL_CURRENT_MATRIX_STACK_DEPTH_NV...
2003-04-01 Brian Paulfix default compare mode
2003-04-01 Brian Pauls/gl_ctx/mesa/ and misc clean-ups
2003-04-01 Brian Pauluse structure containment to derive xmesa_context from...
2003-04-01 Brian PaulNew device driver hooks for texture object and texture...
2003-04-01 Brian Paulcomments
2003-04-01 Brian Paul_mesa_realloc() fix
2003-04-01 Jouk Jansen Committing in .
2003-03-31 Brian PaulRemove dead code.
2003-03-31 Brian Paulclean-ups, const qualifiers
2003-03-31 Brian Paulminor clean-ups, const qualifiers
2003-03-31 Brian Paulreduce memory needed for vertex attributes (allocate...
2003-03-31 Brian Paulfixed bad texgen Q problem
2003-03-30 Brian Paulenable 1.4 extensions
2003-03-29 Brian Paulremove debug printf
2003-03-29 Brian Paulremove duplicate line
2003-03-29 Brian PaulBasic infrastructure for GL_ARB_vertex_buffer_object.
2003-03-29 Brian Pauldisable normal xform code for now
2003-03-29 Brian Pauladded _mesa_print_nv_vertex_instruction()
2003-03-29 Brian Paulproper dispatch for NV_fragment_program functions
2003-03-29 Brian PaulGL_ARB_vertex_buffer_object, GL_ARB_vertex_program...
2003-03-29 Brian Pauladded entries for GL_ARB_vertex_buffer_object, GL_ARB_v...
2003-03-29 Brian PaulDOS updates from Daniel Borca
2003-03-29 Brian Paulfix EXP instruction and ARL-relative addressing
2003-03-28 Brian Paulminor clean-ups, comments, etc
2003-03-27 Brian Paulfixed ColorMask problem for front-buffer rendering
2003-03-25 Brian Paulremove some unfinished code accidently checked in
2003-03-25 Brian Paulhistogram code move, remove s_histogram.[ch] from Makefiles
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-03-25 Brian Paulstore correct EXP result
2003-03-24 Brian Pauldisable prototyped GLX_ARB_render_texture extension
2003-03-24 Brian Pauladd 2, not 4, in _mesa_get_compressed_formats()
2003-03-21 Brian Paulfix GL_COLOR_MATERIAL bug
2003-03-19 Jouk Jansen Committing in .
2003-03-19 Brian PaulRewrite of fragment program named parameters, constants...
2003-03-19 Brian Pauladded comments
2003-03-17 Keith WhitwellFix typo
2003-03-17 Brian Paulmove #include glheader.h before extern C namespace
2003-03-16 Brian PaulStore partial derivative values in sw_span structure.
2003-03-16 Brian Pauluse TEX_UNIT_LOOP macro to coalesce some code
2003-03-16 Brian Paulclean-ups, re-org in preparation for fragment program...
2003-03-15 Brian PaulFix up some fragment program texture enable issues.
2003-03-14 Brian PaulClean-up of parser error handling/reporting.
2003-03-14 Brian Paulinclude macros.h
2003-03-10 Brian Paulfix/improve glAreTextures/ProgramsResident (Jose Fonseca)
2003-03-08 Brian PaulDOS update (Daniel Borca)
2003-03-07 Brian Pauladded OS/2 version of IROUND (Evgeny Kotsuba)
2003-03-05 Jouk Jansen Committing in .
2003-03-04 Brian Paulfix GLchan=GLfloat problems
2003-03-04 Brian Paulsilence a GLchan=GLfloat warning with a cast
2003-03-04 Brian Pauladded _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
2003-03-03 Brian Pauldisable using optimized _mesa_sqrtf() for now
2003-03-03 Brian Paulbetter error messages (Leif Delgass)
2003-03-02 Brian Pauladded extern "C" for C++
2003-03-02 Brian Paulremoved extra _mesa_memset16() prototype
2003-03-02 Brian Paulremove some MESA_DEBUG stuff
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-28 Brian Paulminor typo
2003-02-28 Brian Paulfix GLchan==GLfloat bug in solve_plane_chan (bug 694546)
next