Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-01 | Fix a couple issues related to GetDrawableInfo. In the new DRI | Ian Romanick | |
interface, it must be available from libGL, and the the typedef in dri_util.h was wrong. | |||
2004-06-01 | Replace occurances of GLXDrawable and Drawable with __DRIid. | Ian Romanick | |
2004-06-01 | Fix a couple typos that prevent building with DRI_NEW_INTERFACE_ONLY. | Ian Romanick | |
2004-06-01 | Remove unnecessary #include "mach64_common.h" which breaks the build for me. | Eric Anholt | |
2004-06-01 | Missed in last commit: | Eric Anholt | |
Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1". | |||
2004-06-01 | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | |
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1". | |||
2004-05-31 | Use MKDEP make variables instead of hard-coding. | Eric Anholt | |
2004-05-31 | reworked FXT1 | Daniel Borca | |
minor fixes to fxMesa | |||
2004-05-31 | fixup mach64 for newer build/types | Dave Airlie | |
2004-05-29 | check for null pointer in Fake_glXCreateGLXPbufferSGIGIX() (bug 961376) | Brian Paul | |
2004-05-28 | use new interface for tdfx (phase 2) | Adam Jackson | |
2004-05-28 | Fix type conflict. | Adam Jackson | |
2004-05-28 | update so it compiles again (untested driver path!). Basically ported ↵ | Roland Scheidegger | |
changes from r200_maos_arrays.c cvs rev. 1.3-1.5. | |||
2004-05-28 | remove never finished verts path (r200_maos_vbtmp.h, r200_maos_verts.c) and ↵ | Roland Scheidegger | |
unused R200_OLD_PACKET macro | |||
2004-05-27 | Define PFNGLXGETMSCRATEOMLPROC so that DRI will build without including | Ian Romanick | |
glxext.h. | |||
2004-05-27 | Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common. | Ian Romanick | |
2004-05-27 | change some explicit references to texture units 0/1 to unit < ↵ | Roland Scheidegger | |
MaxTextureUnits (Andreas Stenglein, Ronny Vindenes) | |||
2004-05-27 | Modify glprocs.h to have two tables instead of one. The first table | Ian Romanick | |
is just a huge string will all the function names in it. The second table contains offsets into the first table instead of pointers to strings. | |||
2004-05-27 | Convert all calls using _glapi_Dispatch to use the new GL_CALL macro. | Ian Romanick | |
2004-05-25 | only use simple_z_textured_triangle if depthBits <= 16 | Brian Paul | |
2004-05-25 | Added a couple fog coordinate related register defines. | Ian Romanick | |
2004-05-25 | Modify the generate assembly code to not use global registers %g2, | Ian Romanick | |
%g3, %g6, or %g7. This should eliminate the warnings about global registers used without a ".register" directive. | |||
2004-05-25 | oops | Daniel Borca | |
2004-05-25 | FXT1 texture compression (initial draft) | Daniel Borca | |
2004-05-24 | Fixed a bug that caused every dispatch function to call glNewList. | Ian Romanick | |
2004-05-24 | WAIT_IDLE_EMPTY in savageSwapBuffers until real frame throttling is possible. | Felix Kuehling | |
2004-05-24 | Clean up some warnings by making sis_fatal_error a macro, and let it take an | Eric Anholt | |
argument of a message to print. Make some assert(0)s use sis_fatal_error. | |||
2004-05-24 | Add missing sisInitDriverFuncs call. Fixes segfault. | Eric Anholt | |
2004-05-24 | Generates assembly dispatch stubs for SPARC. Generates different output | Ian Romanick | |
than glsparcasm.py, but the assembled code should be the same. The seems to only work with GCC version >= 3.0. The older preprocessor doesn't like the embedded # in the GLOBL_FN macro. On the SPARC system I used, /ccs/bin/as didn't like the @function, it would only accept #function. | |||
2004-05-24 | stop crash when debugging | Dave Airlie | |
2004-05-21 | fix bug #957792 (swap buffers), plus misc clean-ups | Brian Paul | |
2004-05-21 | fix constant texture environment color setup for texture units > 0 | Roland Scheidegger | |
2004-05-21 | s/sop/rop/ in a couple places to fix some bugs. Added some parameter | Ian Romanick | |
information to several functions. | |||
2004-05-20 | Added all of the missing ARB extensions. Added all the enums and | Ian Romanick | |
types for all core versions and ARB extensions. Converted all tabs to spaces. | |||
2004-05-20 | doc update; minor changes | Daniel Borca | |
2004-05-20 | Add support for GL_EXT_blend_[func|equation]_separate. Fix ↵ | Roland Scheidegger | |
GL_EXT_blend_color. Remove support for GL_EXT_blend_logic_op (cannot be supported together with blend_equation_separate unless a software fallback would be added). | |||
2004-05-20 | add check if drm is new enough for packet R200_EMIT_RB3D_BLENDCOLOR | Roland Scheidegger | |
2004-05-20 | add missing R200_RB3D_BLENDCOLOR register | Roland Scheidegger | |
2004-05-19 | Added some in-code documentation. Modifed glParameter to be a | Ian Romanick | |
subclass of glItem. | |||
2004-05-19 | Re-ordered categories. Added extension number information. | Ian Romanick | |
2004-05-19 | added GL_NV_blend_square | Daniel Borca | |
fixed alpha blending modes for Napalm minor fix in compressed texture aspectratio adjust | |||
2004-05-18 | New scripts for processing the XML version of APIspec. Mail is being | Ian Romanick | |
sent to mesa3d-dev with a more detailed description. | |||
2004-05-18 | added some core-level extensions | Daniel Borca | |
2004-05-17 | fixed some bogus array enable tests (Soju Matsumoto) | Brian Paul | |
2004-05-14 | minor doxygen updates | Brian Paul | |
2004-05-14 | Minor fixes/optimizations to type conversions in draw_depth_pixels(). | Brian Paul | |
Fix off by one errors in a few assertions. | |||
2004-05-14 | Fix GL_MIN and GL_MAX blend equations (set blend factors accordingly). Fix ↵ | Roland Scheidegger | |
errors when blending is disabled (set blend equation and function to default values). | |||
2004-05-13 | cast driHwLock assignment | Brian Paul | |
2004-05-13 | silence warning in assignment to gp.value | Brian Paul | |
2004-05-13 | fix parameters to StoreImage() | Brian Paul | |