mesa.git
2006-08-15 Ian RomanickAdd support for GL_EXT_gpu_program_parameters. Any...
2006-08-15 Ian RomanickAdd test for GL_EXT_gpu_program_parameters.
2006-08-15 Ian RomanickRemove extraneous trailing semicolon.
2006-08-15 Brian Pauls/GLvoid/void/ to fix gcc 4.2 issue (bug 7875)
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-12 Ian RomanickFix white-space problem in the prototype for glBlitFram...
2006-08-11 Ian RomanickFix long standing bug that prevented newer drivers...
2006-08-11 Ian RomanickConvert comment header for __GLcontextModesRec to Doxyg...
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 Jacksonmkdir -> mkdir -p, since /usr/include might not exist...
2006-08-10 Adam Jacksonlinux-indirect target fixes.
2006-08-10 Brian Paul6.5.1 relnotes
2006-08-10 Brian Paullatest updates for 6.5.1
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-07 Brian Paulremove stray text from previous check-in
2006-08-05 Sean D'EpagnierModified config to use glut/fbdev, added demo and sampl...
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 PaulAdded a check to prevent rebuilding Mesa with a differe...
2006-08-03 Brian PaulNew wrapper functions: _mesa_dlopen(), _mesa_dlsym...
2006-08-03 Brian Pauladded GL_EXT_texture_sRGB
2006-08-03 Brian PaulInitial work for GL_EXT_texture_sRGB.
2006-08-02 Brian Paulfix link for Aqsis
2006-08-02 Michal KrolEnable vec4 extension for x86 back-end.
2006-08-02 Michal KrolChange fragment shader to utilize faster vec4 operations.
2006-08-02 Michal KrolAdd test for vec4 extension.
2006-08-02 Michal KrolAdd vec4 extension.
2006-08-02 Michal KrolFix mmFindBlock function.
2006-08-01 Michal KrolClean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.
2006-08-01 Brian Paulcasts and assertions
2006-08-01 Brian Paulcode to draw engine block
2006-08-01 Michal KrolMove GL_MESA_shader_debug from glext.h to gl.h.
2006-08-01 Brian Paulrenderbuffer fixes (Sean D'Epagnier)
2006-08-01 Claudio CiccaniFixed warnings.
2006-07-31 Aapo Tahkolafix #6991
2006-07-31 Brian Pauladded glut fbdev files
2006-07-31 Brian PaulGLUT on fbdev driver. Sean D'Epagnier
2006-07-30 Michal KrolAdd support for GL_MESA_shader_debug.
2006-07-30 Michal KrolCommit enums for GL_MESA_shader_debug.spec.
2006-07-30 Michal KrolProgram to convert .syn file to .h headers.
2006-07-30 Claudio CiccaniClear window's event mask before enabling handled events.
2006-07-30 Michal KrolAdd support for GL_MESA_shader_debug.
2006-07-30 Michal KrolFix dependencies.
2006-07-30 Michal KrolMore text.
2006-07-29 Michal KrolOptimize shaders.
2006-07-28 Eric AnholtFix build failure in the savage driver.
2006-07-27 Jerome Glisser300_emit.h cleanup.
2006-07-21 Brian Paulload SLANG_FRAGMENT_FIXED_SECONDARYCOLOR
2006-07-21 Brian Pauljust reindent
2006-07-21 Brian Pauladded arrayobj.[ch] files
2006-07-21 Brian Paulcheck for non-nill pwc in WMesaMakeCurrent(), bug 7585
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-07-20 Brian Paulbump MESA_TINY to 1
2006-07-20 Brian Paulmove/update comments
2006-07-20 Brian Pauluse ctx->Light.ShadeModel instead of ctx->_TriangleCaps
2006-07-20 Brian PaulInstead of testing ctx->_TriangleCaps for flat/smooth...
2006-07-20 Brian Paulremove unused NEED_TWO_SIDED_LIGHTING() macro
2006-07-19 Brian PaulFor glGetTexImage(), move the _mesa_validate_pbo_access...
2006-07-19 Brian PaulSeveral loops over the map1/2 evaluator arrays were...
2006-07-19 Brian Paulmore 6.5.1 additions
2006-07-18 Brian Paulindentation fix
2006-07-18 Brian Pauladd missing 'return' after a few _mesa_error() calls...
2006-07-18 Brian PaulCompute ctx->Color._LogicOpEnabled in one place instead...
2006-07-15 Tilman Sauerbeckfix a memleak (that code block has been commented out...
2006-07-15 Rune PetersenA small logic error.
2006-07-13 Brian Pauldefine FLT_MAX_EXP to 128 if undefined
2006-07-13 Ian RomanickMove initialization of server_support from __glXProcess...
2006-07-13 Brian PaulLIB_DIR is now just 'lib' or 'lib64'
2006-07-12 Brian Pauldownload/install updates
2006-07-12 Brian PaulNew config var DRI_DRIVER_SEARCH_DIR to specify where...
2006-07-12 Tilman Sauerbeckfix another memleak
2006-07-12 Tilman Sauerbeckfix a memleak
2006-07-12 Brian Pauldestroy window upon exit, remove CVS log comment
2006-07-12 Brian Paulcall glutDestroyWindow() to allow checking for mem...
2006-07-11 Brian Paulfree array objects properly (bug 7493)
2006-07-11 Tilman Sauerbeckfree GL2Objects unconditionally
2006-07-11 Tilman Sauerbeckfree the ArrayObjects hash table
2006-07-11 Tilman Sauerbeckonly access ss->BufferObjects if it's declared
2006-07-11 Tilman Sauerbeck_mesa_destroy_context() frees radeon->glCtx so we must...
2006-07-11 Thomas HellströmRevert the SiS and Unichrome DRM version check changes.
2006-07-10 Thomas HellströmThe SiS and Unichrome drivers assume that the handle...
2006-07-09 Aapo TahkolaFix #7195
2006-07-07 Brian Paulupdate comment, APP_LIB_DEPS
next