summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* Reinstate vertex format after a rasterization fallback for both r200 and rade...Roland Scheidegger2006-02-161-0/+3
* replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger2006-02-032-12/+10
* fix broken assertion to make radeon driver compile with -DDEBUG...Roland Scheidegger2006-01-301-1/+1
* Try to tackle bug #5148Aapo Tahkola2006-01-201-1/+1
* cube maps on r100 require newer drm than the same feature on r200 (regression...Roland Scheidegger2006-01-074-5/+7
* fill out framebuffer egl stuff enable egl on R300Dave Airlie2005-12-301-2/+10
* add support for PCIE card to EGL, doesn't fully work yet but these changesDave Airlie2005-12-292-2/+18
* rv370 not rv350Dave Airlie2005-12-291-1/+1
* typoDave Airlie2005-12-291-1/+1
* add some card type ioctl supportDave Airlie2005-12-291-6/+46
* add some r300 informationDave Airlie2005-12-281-1/+7
* fixup driver for some api changesDave Airlie2005-12-231-3/+3
* update r300 drm minimum to 20Dave Airlie2005-12-051-1/+1
* Added PCI_CHIP_RV410_5E4B (Adam Kirchhoff)Brian Paul2005-12-022-0/+3
* If the DDX driver didn't reserve any video RAM for textures, fall back toMichel Dänzer2005-11-291-6/+13
* check for driver_modes == NULL. Don't need driver_modes for EGL driverBrian Paul2005-11-281-4/+6
* rearrange some code to put in more logical order, misc clean-upsBrian Paul2005-11-281-53/+98
* use new _egl_api structBrian Paul2005-11-241-3/+5
* fixed wrong return value in radeonShowSurfaceMESA()Brian Paul2005-11-231-2/+2
* First step of Radeon DRI unification:Eric Anholt2005-11-028-71/+544
* fix problems found with gcc 2.96 (bug 4934)Brian Paul2005-10-311-1/+1
* Bug #4901: Correct secondary color emission when lighting is turned off, testedEric Anholt2005-10-291-3/+4
* Bug #4900: Fix the non-fogcoord fog test on r100 (and rv200) at tcl_mode=1 byEric Anholt2005-10-271-2/+8
* s/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/Brian Paul2005-10-192-3/+3
* Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell2005-10-182-2/+2
* on r200, don't emit fog coords when fog isn't actually enabled. Fix bug with ...Roland Scheidegger2005-10-181-1/+3
* add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...Roland Scheidegger2005-10-179-57/+215
* fix some obvious typos in radeon_reg.h (only currently unused bits affected)Roland Scheidegger2005-10-161-4/+4
* enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger2005-10-1513-19/+201
* enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger2005-10-1317-251/+285
* make sure texture matrix is updated often enough with texture rectanglesRoland Scheidegger2005-10-131-0/+2
* Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...Roland Scheidegger2005-10-115-30/+4
* remove code dealing with drm versions older than 1.3. The driver requires (an...Roland Scheidegger2005-10-081-34/+16
* fix typo in radeon_maos_arrays.c from last commit (code currently unused, tha...Roland Scheidegger2005-10-051-2/+2
* remove unneeded parameter from radeonUploadTexMatrix.Roland Scheidegger2005-10-054-8/+9
* Remove the tcl fallback for texture rectangle (by manipulating the texture ma...Roland Scheidegger2005-10-0510-100/+299
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-051-1/+1
* remove identity check for texgen planes (which was just plain wrong).Roland Scheidegger2005-09-261-16/+12
* fix projective texturing for (swtcl) texture rectangles. Fix wrong argument o...Roland Scheidegger2005-09-262-7/+17
* updated commentBrian Paul2005-09-141-2/+4
* make some functions staticBrian Paul2005-09-141-2/+4
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-142-7/+3
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-8/+10
* just some reformattingBrian Paul2005-09-131-8/+10
* add the new drm packets needed for ATI_fragment_shader to the sanity code of ...Roland Scheidegger2005-09-101-0/+9
* Simplify radeonSetCliprects(). Remove the 'mode' parameter.Brian Paul2005-09-043-21/+21
* Further clean-up and simplification of the span-related functions.Brian Paul2005-09-041-27/+21
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-10/+25
* Fix UpdatePageFlipping() function. Always call driFlipRenderbuffers()Brian Paul2005-09-041-3/+2
* replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul2005-09-041-7/+4