2004-06-16 |
Dave Airlie | remove unused mode function |
commit | commitdiff | tree | snapshot |
2004-06-16 |
Dave Airlie | switch to using driFillInModes fix depthbuffer = 0 |
commit | commitdiff | tree | snapshot |
2004-06-16 |
Keith Whitwell | Fix batch.ptr when dropping a batchbuffer segment due... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Ian Romanick | Fix a couple typeos in the tables for driFillInModes. |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Roland Scheidegger | added more compressed formats to is_color_format() |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Daniel Borca | fix correct parameters passed to StoreImage |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Adam Jackson | _really_ fix parameters to StoreImage calls. |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Brian Paul | added compressed formats to is_color_format() and updat... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Daniel Borca | Fixed a bug in vertex emitter (untile we move to t_vert... |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Dave Airlie | add i915 as it seems to build okay.. |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Brian Paul | just a comment |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Brian Paul | disable GL_INTENTSITY in _mesa_is_legal_format_and_type... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Brian Paul | s/_mesa_get_current_context()/GET_CURRENT_CONTEXT()/ |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Brian Paul | remove the 3dfx CatchSignals stuff (the var was alwasy... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Brian Paul | added GL_BGR and GL_BGRA to is_color_format() (Ronny... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Brian Paul | fix some minor glitches in glGetTexParameter code |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Alan Hourihane | re-enable rect texture |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Brian Paul | fix minor typo in comment |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Brian Paul | don't pass GL_INTENSITY for <format> to glTexImage2D... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Brian Paul | document recent changes/fixes |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Brian Paul | Additional error checking for glTexImageXD. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Brian Paul | Roland's patch to fix promotion of alpha or luminance... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Keith Whitwell | New driver for i915 as well as older i830/i845/i865... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Dave Airlie | try and find the drm in a more likely place |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Dave Airlie | Add FXT1 compression support to i830 driver |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Eric Anholt | Fix an "overflow in implicit constant conversion" warni... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Adam Jackson | silence a warning |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Dave Airlie | remove unused stuff, fix non-native build |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Dave Airlie | fix mach64 non native.. no reason to use it... |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Eric Anholt | Fix reflect demo: We were using the 3D Clear path unnec... |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Eric Anholt | * sisChooseRenderState doesn't depend on _NEW_TEXTURE... |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Dave Airlie | make rm for common not complain |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Dave Airlie | remove depend on clean |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Dave Airlie | fix bug with emitting spec/fog report by Eric Anholt... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Brian Paul | fix parse error in sign of exponents (bug 968323) |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Dave Airlie | Fix rectangular textures on i830 - well texrect at... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Eric Anholt | * Convert to use t_vertex.c instead of sis_vb.[ch] |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Daniel Borca | corrected a bug wrt point_size |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Eric Anholt | Clean a little whitespace that's been bothering me. |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Ian Romanick | Fix up some remaining include issues. Replace Xmalloc... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Ian Romanick | The required DDX and DRI version numbers were switched... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Eric Anholt | Add NEW_INTERFACE bits. |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Dave Airlie | fix all those warnings |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Dave Airlie | use the mesa defines |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Dave Airlie | oops fix a bug I introduced |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Dave Airlie | fix the versions |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Daniel Borca | small corrections |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Dave Airlie | make endian code work on BSD |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Dave Airlie | Remove use of X windows include |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Ian Romanick | Remove the rest of the need for glxclient.h and remove... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Ian Romanick | Remove drivers that have not been converted to the... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Ian Romanick | Bool may not be available when DRI_NEW_INTERFACE_ONLY... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Ian Romanick | Enable use of new DRI interface in Unichrome driver. |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Ian Romanick | Start to "modernize" the driver. |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Ian Romanick | Replace 'Display *' with '__DRInativeDisplay *'. |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Ian Romanick | Enable GL_EXT_blend_subtract and GL_NV_blend_square. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Jon Smirl | Redo of removing __driRegisterExtensions(). I accidenta... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Ian Romanick | Enable use of new DRI interface in Rage128 driver. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Roland Scheidegger | fix minor signedness issue in assertion |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Ian Romanick | Remove fill_in_modes and use driFillInModes instead. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Ian Romanick | Add a new function, driFillInModes, that is to be used... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Keith Whitwell | Fix problems when sizeof(Node) != sizeof(float) |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Daniel Borca | masked out unsupported glBlendColor (some games check... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Jon Smirl | Open/Close FullScreen die. unichrome and savage impleme... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Jon Smirl | kill __driRegisterExtensions(), none of the functions... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Ian Romanick | driCheckDriDdxDrmVersion uses a function that is not... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Jon Smirl | Removed need for sarea.h, various touch ups to get... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Ian Romanick | Require libGL API version 20040602, which actually... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Ian Romanick | Make sure USE_NEW_INTERFACE is defined if DRI_NEW_INTER... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Roland Scheidegger | add support for more than 2 texture units (max 6, defau... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Roland Scheidegger | change GL_ARB_texture_env_crossbar implementation behav... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Ian Romanick | Replace Bool with GLboolean. |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Ian Romanick | Minor changes to make it work better outside X. "Succe... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Ian Romanick | Replace use of XID with __DRIid. |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Ian Romanick | Re-import from DRI tree. |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Ian Romanick | DRI_NEW_INTERFACE_ONLY is now the only support way... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Ian Romanick | XF86DRIDestroyContext, XF86DRICreateDrawable, and |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Brian Paul | fix stencil index bug (#964704) |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Ian Romanick | Replace drmHandle, drmContext, drmDrawable, drmMagic... |
commit | commitdiff | tree | snapshot |
2004-06-02 |
Brian Paul | Check for NULL texture object when choosing texture... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Ian Romanick | Fix dumb mistake from a previous commit. __driCreateSc... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Roland Scheidegger | add support for GL_ARB_texture_env_crossbar |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Ian Romanick | Convert 'Display *' to '__DRInativeDisplay *'. Only... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Ian Romanick | Fix a couple issues related to GetDrawableInfo. In... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Ian Romanick | Replace occurances of GLXDrawable and Drawable with... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Ian Romanick | Replace all occurances of XF86DRIClipRect (and related... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Ian Romanick | Fix a couple typos that prevent building with DRI_NEW_I... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Eric Anholt | Remove unnecessary #include "mach64_common.h" which... |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Eric Anholt | Missed in last commit: |
commit | commitdiff | tree | snapshot |
2004-06-01 |
Eric Anholt | Build fixing for FreeBSD. GNU make is installed as... |
commit | commitdiff | tree | snapshot |
2004-05-31 |
Eric Anholt | Use MKDEP make variables instead of hard-coding. |
commit | commitdiff | tree | snapshot |
2004-05-31 |
Daniel Borca | reworked FXT1 |
commit | commitdiff | tree | snapshot |
2004-05-31 |
Dave Airlie | fixup mach64 for newer build/types |
commit | commitdiff | tree | snapshot |
2004-05-29 |
Brian Paul | check for null pointer in Fake_glXCreateGLXPbufferSGIGI... |
commit | commitdiff | tree | snapshot |
2004-05-28 |
Adam Jackson | use new interface for tdfx (phase 2) |
commit | commitdiff | tree | snapshot |
2004-05-28 |
Adam Jackson | Fix type conflict. |
commit | commitdiff | tree | snapshot |
2004-05-28 |
Roland Scheidegger | update so it compiles again (untested driver path!... |
commit | commitdiff | tree | snapshot |
2004-05-28 |
Roland Scheidegger | remove never finished verts path (r200_maos_vbtmp.h... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Ian Romanick | Define PFNGLXGETMSCRATEOMLPROC so that DRI will build... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Ian Romanick | Move dri_util.[ch] and glcontextmodes.[ch] from dri_cli... |
commit | commitdiff | tree | snapshot |
next |