remove unneeded fragment program test
[mesa.git] / src / mesa / main /
2003-04-21 Brian Paulremove unneeded unsigned int / zero comparisons
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-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-11 Brian PaulSome groundwork for GL_ARB_vertex/fragment_program.
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 Paulminor parser fixes, program print-out fixes
2003-04-07 Brian Paulfix typo
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 Paulsome texture compression odds & ends
2003-04-03 Brian Paulsimplify CEILF, FLOORF, FABSF stuff
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 PaulNew device driver hooks for texture object and texture...
2003-04-01 Brian Paul_mesa_realloc() fix
2003-04-01 Jouk Jansen Committing in .
2003-03-29 Brian Paulremove duplicate line
2003-03-29 Brian PaulBasic infrastructure for GL_ARB_vertex_buffer_object.
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 PaulDOS updates from Daniel Borca
2003-03-29 Brian Paulfix EXP instruction and ARL-relative addressing
2003-03-25 Brian Paulhistogram code move, remove s_histogram.[ch] from Makefiles
2003-03-25 Brian Paulstore correct EXP result
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 Brian PaulRewrite of fragment program named parameters, constants...
2003-03-17 Keith WhitwellFix typo
2003-03-17 Brian Paulmove #include glheader.h before extern C namespace
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-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 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-27 Karl SchultzFix function definitions for Windows.
2003-02-26 Brian PaulMore clean-ups. Parse scalar/vector literals and defin...
2003-02-25 Brian Pauls/Parse_SwizzleSrcReg/Parse_VectorSrc/. Parse +/-...
2003-02-25 Brian Paulset MAX_NV_FRAGMENT_PROGRAM_OUTPUTS to 3
2003-02-25 Brian Paulassorted clean-ups and improvements
2003-02-25 Brian Paulparser clean-ups and simplifications
2003-02-25 Brian Paulcasts to silence g++ warnings
2003-02-23 Brian Pauluse _mesa_find_line_column()
2003-02-23 Brian Paulparser clean-ups (use struct parse_state)
2003-02-23 Brian Pauladded _mesa_find_line_column()
2003-02-23 Brian Paulsilence warning with a cast
2003-02-23 Brian Paultest if active texture is really changed in _mesa_Activ...
2003-02-23 Brian Paulparser clean-ups
2003-02-23 Brian Pauladded TEXTURE_*_INDEX tokens
2003-02-20 Brian Paullatest DOS updates (Daniel Borca)
2003-02-17 Brian PaulImplement parsing of texture instructions and prototype...
2003-02-16 Brian Paulmore work on DEFINE/DECLARATION statements, symbol...
2003-02-10 Alan Hourihanecast GLfloat
2003-02-08 Brian Paulreplace _mesa_strtof() with _mesa_strtod()
2003-02-06 Brian Paulfix assertion in transfer_teximage() (Laurent Desnogues)
2003-02-05 Brian Paulfix bug in popping texture color table state
2003-02-04 Brian PaulDOS updates (Daniel Borca)
2003-01-28 Brian Paulsome casts (Evgeny Kotsuba)
2003-01-26 Brian PaulMake GL_SGI_texture_color_table work per-texture unit.
2003-01-26 Brian Paulremove bad assertion, fix minor bug in _mesa_lookup_rgba()
2003-01-25 Brian Paulnew texture enums (Leif Delgass)
2003-01-24 Brian Paulsilence some warnings
2003-01-22 Brian Paulpush/pop color table state (Eric Plante)
2003-01-22 Brian PaulglGet(GL_CURRENT_SECONDARY_COLOR) should return 4 value...
2003-01-21 Brian Pauladded missing break (Leif Delgass)
2003-01-21 Brian PaulGL_SGI_texture_color_table extension (Eric Plante)
2003-01-21 Brian PaulGL_ATI_texture_env_combine3 extension
2003-01-21 Brian Paulcheck for NV_fragment_program for glGetString(GL_PROGRA...
2003-01-19 Brian Pauladd some casts
next