fix initialization of native resource usage of vertex/fragment programs
[mesa.git] / src /
2006-08-30 Roland Scheideggerfix initialization of native resource usage of vertex...
2006-08-30 Roland Scheideggerfix typo causing a segfault when a vertex program uses...
2006-08-29 Brian PaulMove call to _swrast_update_rasterflags() since it...
2006-08-29 Brian Paul_mesa_debug() should be a no-op when not compiled with...
2006-08-29 Brian Paulremove assertion that referenced &glSetFenceNV for...
2006-08-29 Brian Paulreplace abort with _mesa_problem()
2006-08-29 Ian RomanickDeprecate GL_EXT_vertex_weighting.
2006-08-29 Ian RomanickMore static dispatch function removal.
2006-08-29 Ian RomanickClean up GLX function exports.
2006-08-28 Brian PaulCheck mesa_vp->Base.NumInstructions == 0 instead of...
2006-08-28 Ian RomanickAdd two new gl_function methods. dispatch_name returns...
2006-08-28 Ian RomanickAdd dependencies for all API XML files.
2006-08-28 Brian Paulremove unused var
2006-08-28 Brian Paulfix the check for force_s3tc_enable (bug 8042)
2006-08-27 Aapo Tahkolaclose #6318
2006-08-27 Sean D'EpagnierThe colormap code is now simpler, 15bpp works where...
2006-08-26 Ian RomanickExplicitly store the names for each function that shoul...
2006-08-26 Alan HourihaneFix bug 8010 - locking issues.
2006-08-26 Aapo Tahkolafix #8008
2006-08-25 Brian Paulinclude texobj.h to silence warning
2006-08-25 Brian PaulError detection/reporting was broken in several places.
2006-08-25 Ian RomanickAdd a couple of the missing GL 2.0 functions. Enable...
2006-08-25 Brian PaulFree vertex program TnlData, if any. Fixes a mem leak.
2006-08-25 Brian Paulclamp result.depth to [0,1] if written to
2006-08-25 Brian PaulRemove XFree86 CVS keyword.
2006-08-25 Brian PaulRearrange glBindProgram() code to do all error checking...
2006-08-25 Brian PaulIn _save_End(), set CurrentExecPrimitive = PRIM_OUTSIDE...
2006-08-25 Brian Paulimproved comments
2006-08-25 Brian PaulRename _mesa_append_modelview_code() to _mesa_insert_mv...
2006-08-25 Brian Pauluse _mesa_alloc_instructions()
2006-08-25 Brian Pauladded _mesa_alloc_instructions() utility function
2006-08-25 Ian RomanickAdd missing enums for GL_SGI_color_table.
2006-08-24 Brian Paulupdate MAX_INSTRUCTIONS limit
2006-08-24 Brian PaulAccording to GL_NV_fragment_program, max frag prog...
2006-08-24 Brian PaulCg tries to bind NV fragment programs to the GL_FRAGMEN...
2006-08-24 Brian Paulscalar sources such as 'time.x' weren't accepted by...
2006-08-24 Brian PaulFunctions for vertex/fragment program transformations...
2006-08-24 Brian Paulfix bad casts, carry over r200 fix to check for null...
2006-08-24 Brian PaulCheck for NULL program string in r200_translate_vertex_...
2006-08-24 Brian Pauluse _mesa_realloc_instructions()
2006-08-24 Brian PaulAdded _mesa_realloc_instructions() utility function.
2006-08-24 Ian RomanickGL_EXT_paletted_texture functions should alias GL_SGI_c...
2006-08-24 Ian RomanickAdd a new offset mode to the GL API XML. This mode...
2006-08-24 Brian Paulfix fragment.position initialization bug
2006-08-24 Brian PaulCheck if mesa_vp->Base.Parameters is null before derefe...
2006-08-24 Ian RomanickFix some problems with the generation of the size table...
2006-08-23 Brian Paulsilence warning
2006-08-23 Brian PaulAdded _mesa_lookup_program() and _mesa_lookup_bufferobj...
2006-08-23 Ian RomanickNew script and API description file to enable generate...
2006-08-23 Sean D'EpagnierVT switching now uses correct keys.
2006-08-22 Aapo Tahkolaremove duplicate pieces of code.
2006-08-22 Aapo Tahkolaextend some DrawRangeElements cases to support renderin...
2006-08-22 Aapo Tahkolafix broken write-only depth setting. use early z where...
2006-08-22 Ian RomanickCorrect the name of the GL_NV_texture_expand_normal...
2006-08-22 Ian RomanickThe TLS dispatch functions for x86-64 are fixed-size...
2006-08-22 Ian RomanickAdd new attribute called static_dispatch to the <functi...
2006-08-21 Brian Paulmove ALL_SOURCES to sources file
2006-08-21 Brian Paulremove FBDEV_DRIVER_OBJECTS assignment (in sources...
2006-08-21 Michal KrolMore GLSL preprocessor code:
2006-08-21 Michal KrolGLSL 1.20 constructors and operators.
2006-08-19 Roland Scheideggerremove the now confusing option to manually enable...
2006-08-19 Sean D'EpagnierRemoved ifeq from makefile, and corrected fbdev driver...
2006-08-18 Brian PaulFix-ups for linux-fbdev config. No longer build Xlib...
2006-08-18 Sean D'EpagnierThe driver now compiles correctly without any x headers...
2006-08-18 Alan HourihaneFix writemasks on texture arb fp instructions.
2006-08-17 Brian Paulsort the FEATURE_ defines
2006-08-17 Brian Pauladded FEATURE_EXT_timer_query and tests
2006-08-17 Brian Paulchange #ifdef to #if
2006-08-16 Brian Paulchange tex memory allocation calls (debian bug 383209)
2006-08-16 Ian RomanickWhen available, which is most of the time, use posix_me...
2006-08-15 Ian RomanickEnable support for GL_EXT_gpu_program_parameters for...
2006-08-15 Ian RomanickAdd support for GL_EXT_gpu_program_parameters. Any...
2006-08-15 Ian RomanickRemove extraneous trailing semicolon.
2006-08-14 Michel DänzerBug #7169: Attempt to make libGL symbols visible to...
2006-08-12 Aapo Tahkolagcc-4.1.1 compile fix
2006-08-12 Ian RomanickAdd comments explaining a couple "mystery" bits.
2006-08-11 Ian RomanickFix long standing bug that prevented newer drivers...
2006-08-11 Aapo Tahkolasupport shorts as vertex data
2006-08-10 Eric AnholtAdd padding to match the current xf86-video-intel DDX...
2006-08-10 Adam Jacksonlinux-indirect target fixes.
2006-08-10 Alan HourihaneFixup more PROGRAM_UNDEFINED problems.
2006-08-10 Alan HourihaneFix some breakage after the PROGRAM_UNDEFINED change
2006-08-10 Sean D'EpagnierAdded initial multisampling support to glfbdev driver.
2006-08-10 Brian Paulfinish up texstore for SL8 texture format
2006-08-09 Michal KrolGLSL 1.20 built-in library.
2006-08-09 Michal KrolMore GLSL code - more support for vec4 operations on...
2006-08-09 Eric AnholtAdd Intel i965G/Q DRI driver.
2006-08-09 Eric AnholtAdd PROGRAM_FILE_MAX for i965 driver.
2006-08-09 Brian Paulimplement some of the sRGB texstore functions
2006-08-05 Sean D'EpagnierModularized code into multiple files.
2006-08-04 Brian Paulfix typo, indentation
2006-08-04 Karl Schultzexport new _mesa_* functions
2006-08-04 Brian Paulfix bug when pushing ReadBuffer state for GL_PIXEL_MODE_BIT
2006-08-04 Claudio CiccaniHandle GLUT_DEVICE_KEY_REPEAT,GLUT_OWN_JOYSTICK,GLUT_JO...
2006-08-04 Claudio CiccaniMoved glutDeviceGet() to events.c.
2006-08-04 Brian Paulmore work for GL_EXT_texture_sRGB.
2006-08-03 Brian Pauluse WRITE_MASK_* instead of 0x1, 0x2, etc
2006-08-03 Brian PaulNew wrapper functions: _mesa_dlopen(), _mesa_dlsym...
2006-08-03 Brian PaulInitial work for GL_EXT_texture_sRGB.
2006-08-02 Michal KrolEnable vec4 extension for x86 back-end.
next