Age | Commit message (Expand) | Author |
2005-02-10 | add texture micro and macro tiling to radeon/r200 driver. This can improve pe... | Roland Scheidegger |
2005-02-10 | add the new RADEON_CUBIC_OFFSET/FACES state packets/registers to radeon (and ... | Roland Scheidegger |
2005-02-08 | SUBPIXEL fixes from Dieter | Keith Whitwell |
2005-01-31 | Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless. | Adam Jackson |
2005-01-26 | (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra... | Roland Scheidegger |
2005-01-26 | replace magic number with macro constant RADEON_ZBLOCK16 | Roland Scheidegger |
2005-01-23 | reapply Keiths workaround for zbs emit that got dropped during | Dave Airlie |
2005-01-23 | add sync debugging to the radeon driver | Dave Airlie |
2004-12-16 | Also PUBLICize the config option table | Adam Jackson |
2004-12-15 | Mark __driCreateNewScreen PUBLIC | Adam Jackson |
2004-12-14 | uint*t -> u_int*t changes | Alan Hourihane |
2004-12-09 | fixup pci code for Jon's last checkin for changing page size | Dave Airlie |
2004-12-08 | (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ... | Roland Scheidegger |
2004-12-08 | From: Stephane Marchesin <marchesin@icps.u-strasbg.fr> | Dave Airlie |
2004-12-03 | enable GL_EXT_stencil_wrap (patch from idr), including some hacks for origina... | Roland Scheidegger |
2004-12-02 | silence warnings | Alan Hourihane |
2004-11-27 | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul |
2004-11-12 | add LOCK_HARDWARE/UNLOCK_HARDWARE to radeonClear so state gets updated which ... | Roland Scheidegger |
2004-11-12 | (from r200 driver) If an application cleared before any state had been emitte... | Roland Scheidegger |
2004-11-12 | brown paper bag, r100 can't do hardware quads. | Adam Jackson |
2004-11-12 | make render_quads_verts call EMIT_PRIM with the arguments in the right order, | Adam Jackson |
2004-11-10 | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul |
2004-11-10 | add some chip ids | Roland Scheidegger |
2004-10-07 | Add Roland Scheidegger's S3TC patch. This patch does not implement the | Eric Anholt |
2004-10-02 | added support for GL_ARB_draw_buffers | Brian Paul |
2004-09-30 | OK, one more time. Simplify the state-backup system by just storing the full | Eric Anholt |
2004-09-25 | The previous code would emit a full set of state during the first EmitState on | Eric Anholt |
2004-09-24 | Clean up some warnings in the R100 driver with -O -Wall. | Eric Anholt |
2004-08-17 | Revert the move of lost_context setting to UNLOCK_HARDWARE that was done in the | Eric Anholt |
2004-08-17 | Close some races with locking on R100 and R200 which could manifest as rendering | Eric Anholt |
2004-08-16 | Remove unused HAVE_INDEX define. | Eric Anholt |
2004-07-24 | use GL_CALL() macro (Andreas Stenglein) | Brian Paul |
2004-07-10 | Make solo radeon/r128 drivers track fix for DRI bug 849 | Jon Smirl |
2004-07-05 | Convert miniglx to use Ian's fancy new driver config code. | Jon Smirl |
2004-07-04 | Patch removes _SOLO definition needed for mesa-solo. mesa-solo | Jon Smirl |
2004-07-01 | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell |
2004-06-29 | This should make most linux-solo drivers work again. Mainly a fix | Jon Smirl |
2004-06-28 | add missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.c | Roland Scheidegger |
2004-06-23 | revert accidental change from rev. 1.10 | Roland Scheidegger |
2004-06-19 | Big-endian texture fixes from Michel Dänzer. | Brian Paul |
2004-06-17 | use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo... | Roland Scheidegger |
2004-06-03 | Remove fill_in_modes and use driFillInModes instead. | Ian Romanick |
2004-06-03 | Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out | Jon Smirl |
2004-06-02 | driCheckDriDdxDrmVersion uses a function that is not available to | Ian Romanick |
2004-06-02 | change GL_ARB_texture_env_crossbar implementation behaviour to OGL 1.4 core s... | Roland Scheidegger |
2004-06-02 | Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with | Ian Romanick |
2004-06-01 | Fix dumb mistake from a previous commit. __driCreateScreen is now | Ian Romanick |
2004-06-01 | add support for GL_ARB_texture_env_crossbar | Roland Scheidegger |
2004-06-01 | Convert 'Display *' to '__DRInativeDisplay *'. Only portions of the | Ian Romanick |
2004-05-28 | update so it compiles again (untested driver path!). Basically ported changes... | Roland Scheidegger |