| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | updates to dri drivers for recent stencil changes | Keith Whitwell | 2006-05-08 | 1 | -5/+5 |
* | Make most of the _mesa_noop_*() functions static. | Brian Paul | 2006-04-20 | 1 | -11/+2 |
* | Add .note.GNU-stack section to assembler files to avoid the default behavior | Kristian Høgsberg | 2006-04-17 | 1 | -0/+4 |
* | More GLSL code: | Michal Krol | 2006-04-11 | 2 | -15/+18 |
* | Destroy the GL context after driDestroyTextureHeap, because the driver's | Eric Anholt | 2006-04-09 | 1 | -4/+4 |
* | Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problem | Brian Paul | 2006-04-06 | 1 | -1/+1 |
* | use gart base from drm not try to work it out ourselves.. bump radeon client | Dave Airlie | 2006-04-04 | 1 | -27/+22 |
* | switch to card_type rather than IsPCI, doesn't change any functionality yet | Dave Airlie | 2006-04-04 | 3 | -22/+25 |
* | use Width | Dave Airlie | 2006-04-03 | 1 | -0/+1 |
* | Dave Reveman's patch for GLX_MESA_copy_sub_buffer support | Brian Paul | 2006-03-31 | 5 | -18/+76 |
* | free rs300 and ban r350(according to r300.sf.net) | Aapo Tahkola | 2006-03-31 | 1 | -2/+2 |
* | disable r300 chips. R300_FORCE_R300 to force | Aapo Tahkola | 2006-03-31 | 1 | -0/+8 |
* | fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ... | Roland Scheidegger | 2006-03-28 | 3 | -23/+35 |
* | make allow_large_textures 1 by default for radeon and r200, and consequently ... | Roland Scheidegger | 2006-03-27 | 2 | -5/+5 |
* | coverity check bug fix going over end of array | Dave Airlie | 2006-03-08 | 1 | -1/+1 |
* | coverity checker bug: Pointer dereferenced after NULL check | Dave Airlie | 2006-03-08 | 1 | -3/+5 |
* | Enable HW VBOs and other things needed by it. | Aapo Tahkola | 2006-03-07 | 1 | -1/+1 |
* | No need to call *_FIREVERTICES twice. | Aapo Tahkola | 2006-02-28 | 1 | -1/+0 |
* | Add all pci ids known by ddx to radeon dri driver. Remove the entries not kno... | Roland Scheidegger | 2006-02-25 | 2 | -41/+137 |
* | Reinstate vertex format after a rasterization fallback for both r200 and rade... | Roland Scheidegger | 2006-02-16 | 1 | -0/+3 |
* | replace the texture level hack used in radeon/r200 to allow larger textures w... | Roland Scheidegger | 2006-02-03 | 2 | -12/+10 |
* | fix broken assertion to make radeon driver compile with -DDEBUG... | Roland Scheidegger | 2006-01-30 | 1 | -1/+1 |
* | Try to tackle bug #5148 | Aapo Tahkola | 2006-01-20 | 1 | -1/+1 |
* | cube maps on r100 require newer drm than the same feature on r200 (regression... | Roland Scheidegger | 2006-01-07 | 4 | -5/+7 |
* | fill out framebuffer egl stuff enable egl on R300 | Dave Airlie | 2005-12-30 | 1 | -2/+10 |
* | add support for PCIE card to EGL, doesn't fully work yet but these changes | Dave Airlie | 2005-12-29 | 2 | -2/+18 |
* | rv370 not rv350 | Dave Airlie | 2005-12-29 | 1 | -1/+1 |
* | typo | Dave Airlie | 2005-12-29 | 1 | -1/+1 |
* | add some card type ioctl support | Dave Airlie | 2005-12-29 | 1 | -6/+46 |
* | add some r300 information | Dave Airlie | 2005-12-28 | 1 | -1/+7 |
* | fixup driver for some api changes | Dave Airlie | 2005-12-23 | 1 | -3/+3 |
* | update r300 drm minimum to 20 | Dave Airlie | 2005-12-05 | 1 | -1/+1 |
* | Added PCI_CHIP_RV410_5E4B (Adam Kirchhoff) | Brian Paul | 2005-12-02 | 2 | -0/+3 |
* | If the DDX driver didn't reserve any video RAM for textures, fall back to | Michel Dänzer | 2005-11-29 | 1 | -6/+13 |
* | check for driver_modes == NULL. Don't need driver_modes for EGL driver | Brian Paul | 2005-11-28 | 1 | -4/+6 |
* | rearrange some code to put in more logical order, misc clean-ups | Brian Paul | 2005-11-28 | 1 | -53/+98 |
* | use new _egl_api struct | Brian Paul | 2005-11-24 | 1 | -3/+5 |
* | fixed wrong return value in radeonShowSurfaceMESA() | Brian Paul | 2005-11-23 | 1 | -2/+2 |
* | First step of Radeon DRI unification: | Eric Anholt | 2005-11-02 | 8 | -71/+544 |
* | fix problems found with gcc 2.96 (bug 4934) | Brian Paul | 2005-10-31 | 1 | -1/+1 |
* | Bug #4901: Correct secondary color emission when lighting is turned off, tested | Eric Anholt | 2005-10-29 | 1 | -3/+4 |
* | Bug #4900: Fix the non-fogcoord fog test on r100 (and rv200) at tcl_mode=1 by | Eric Anholt | 2005-10-27 | 1 | -2/+8 |
* | s/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/ | Brian Paul | 2005-10-19 | 2 | -3/+3 |
* | Add _mesa_exec_malloc() and _mesa_exec_free() for allocating | Keith Whitwell | 2005-10-18 | 2 | -2/+2 |
* | on r200, don't emit fog coords when fog isn't actually enabled. Fix bug with ... | Roland Scheidegger | 2005-10-18 | 1 | -1/+3 |
* | add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall... | Roland Scheidegger | 2005-10-17 | 9 | -57/+215 |
* | fix some obvious typos in radeon_reg.h (only currently unused bits affected) | Roland Scheidegger | 2005-10-16 | 1 | -4/+4 |
* | enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene... | Roland Scheidegger | 2005-10-15 | 13 | -19/+201 |
* | enable 3rd texture unit on radeon (default still 2 enabled units). Disable so... | Roland Scheidegger | 2005-10-13 | 17 | -251/+285 |
* | make sure texture matrix is updated often enough with texture rectangles | Roland Scheidegger | 2005-10-13 | 1 | -0/+2 |