summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-08-24update MAX_INSTRUCTIONS limitBrian Paul
2006-08-24According to GL_NV_fragment_program, max frag prog length is 1024 instructions.Brian Paul
2006-08-24Cg tries to bind NV fragment programs to the GL_FRAGMENT_PROGRAM_ARB targetBrian Paul
2006-08-24scalar sources such as 'time.x' weren't accepted by parserBrian Paul
2006-08-24Functions for vertex/fragment program transformations, optimizations, etc.Brian Paul
2006-08-24fix bad casts, carry over r200 fix to check for null program string in r300_t...Brian Paul
2006-08-24Check for NULL program string in r200_translate_vertex_program().Brian Paul
2006-08-24use _mesa_realloc_instructions()Brian Paul
2006-08-24Added _mesa_realloc_instructions() utility function.Brian Paul
2006-08-24GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick
2006-08-24Add a new offset mode to the GL API XML. This mode, called "assign,"Ian Romanick
2006-08-24fix fragment.position initialization bugBrian Paul
2006-08-24Check if mesa_vp->Base.Parameters is null before dereferencing (bug reportBrian Paul
2006-08-24Fix some problems with the generation of the size tables. EnableIan Romanick
2006-08-23silence warningBrian Paul
2006-08-23Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul
2006-08-23New script and API description file to enable generate of GLX protocolIan Romanick
2006-08-23VT switching now uses correct keys.Sean D'Epagnier
2006-08-22remove duplicate pieces of code.Aapo Tahkola
2006-08-22extend some DrawRangeElements cases to support rendering more than 65535 vert...Aapo Tahkola
2006-08-22fix broken write-only depth setting. use early z where possible.Aapo Tahkola
2006-08-22Correct the name of the GL_NV_texture_expand_normal extension.Ian Romanick
2006-08-22The TLS dispatch functions for x86-64 are fixed-size, just like onIan Romanick
2006-08-22Add new attribute called static_dispatch to the <function> element. ThisIan Romanick
2006-08-21move ALL_SOURCES to sources fileBrian Paul
2006-08-21remove FBDEV_DRIVER_OBJECTS assignment (in sources file)Brian Paul
2006-08-21More GLSL preprocessor code:Michal Krol
2006-08-21GLSL 1.20 constructors and operators.Michal Krol
2006-08-19remove the now confusing option to manually enable software ARB_vp if drm is ...Roland Scheidegger
2006-08-19Removed ifeq from makefile, and corrected fbdev driver so it compilesSean D'Epagnier
2006-08-18Fix-ups for linux-fbdev config. No longer build Xlib driver sources.Brian Paul
2006-08-18The driver now compiles correctly without any x headers or libraries installedSean D'Epagnier
2006-08-18Fix writemasks on texture arb fp instructions.Alan Hourihane
2006-08-17sort the FEATURE_ definesBrian Paul
2006-08-17added FEATURE_EXT_timer_query and testsBrian Paul
2006-08-17change #ifdef to #ifBrian Paul
2006-08-16change tex memory allocation calls (debian bug 383209)Brian Paul
2006-08-16When available, which is most of the time, use posix_memalign to implementIan Romanick
2006-08-15Enable support for GL_EXT_gpu_program_parameters for R300.Ian Romanick
2006-08-15Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick
2006-08-15Remove extraneous trailing semicolon.Ian Romanick
2006-08-14Bug #7169: Attempt to make libGL symbols visible to drivers.Michel Dänzer
2006-08-12gcc-4.1.1 compile fixAapo Tahkola
2006-08-12Add comments explaining a couple "mystery" bits.Ian Romanick
2006-08-11Fix long standing bug that prevented newer drivers from working withIan Romanick
2006-08-11support shorts as vertex dataAapo Tahkola
2006-08-10Add padding to match the current xf86-video-intel DDX->DRI interface.Eric Anholt
2006-08-10linux-indirect target fixes.Adam Jackson
2006-08-10Fixup more PROGRAM_UNDEFINED problems.Alan Hourihane
2006-08-10Fix some breakage after the PROGRAM_UNDEFINED changeAlan Hourihane