mesa.git
2003-04-21 Brian Paulfix minor warnings
2003-04-21 Brian Pauluse INDEX8_SPAN_ARGS
2003-04-21 Brian Paulfix .c / .h typo
2003-04-18 Brian Paulminor re-org of program matrix, program local parameter...
2003-04-18 Brian Paulmore GL_ARB_fragment_program tokens
2003-04-18 Brian Paulmore GL_ARB_vertex/fragment_program bits
2003-04-17 Brian Paulfix some glBindProgramNV/ARB details
2003-04-17 Brian Paulclean up usage of extension function pointers
2003-04-17 Brian PaulDemo of using GL_ARB_vertex/fragment_program to do...
2003-04-17 Brian Pauladded LoadProgramNV and RequestResidentProgramsNV
2003-04-17 Brian PaulAdded arbprogram.c to Makefiles.
2003-04-17 Brian Paultemporary GL_ARB_fragment_program tokens
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 Paulfix typo
2003-04-09 Brian Paulfix typo
2003-04-09 Brian Pauladd support for swap and sync extensions (Ian Romanick)
2003-04-09 Brian PaulAdded function pointer typedefs for GL_NV_fragment_program
2003-04-09 Brian PaulAdded GL_ARB_vertex_buffer_object tokens
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 PaulDemo of per-pixel lighting with a fragment program.
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 Paultest glProgramNamedParameter4fNV()
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 Brian Pauladded gnumake/gmake info
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 Pauluse gluSphere instead of glutSphere so we get texcoords
2003-03-31 Brian Paulfixed bad texgen Q problem
2003-03-30 Brian Paulminor updates
2003-03-30 Brian Pauladded MD5 checksums
2003-03-30 Brian Pauladded 5.0.1 info
2003-03-30 Brian Paulminor change
2003-03-30 Brian Paul5.0.1 updates
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 Paulprint GL_MULTISAMPLE_ARB
2003-03-29 Brian Paulfix texgen msg strings
2003-03-29 Brian Paulminor updates
2003-03-29 Brian Pauladded GL_ARB_vertex_buffer_object functions
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-22 Brian Paulsubset spec (was subset.html in embedded-1-branch)
2003-03-21 Brian Paulfix GL_COLOR_MATERIAL bug
2003-03-19 Brian Paulremove/obfuscate all remaining email addresses
2003-03-19 Jouk Jansen Committing in .
2003-03-19 Brian PaulRewrite of fragment program named parameters, constants...
2003-03-19 Brian Pauladded comments
next