Minor r200 vertex program cleanups. Remove disabled leftovers from r300 vertex progra...
[mesa.git] / src / mesa / drivers / dri / radeon /
2006-08-27 Aapo Tahkolaclose #6318
2006-08-19 Roland Scheideggerremove the now confusing option to manually enable...
2006-06-02 Roland Scheideggerremove code dealing with drmMinor version < 6 since...
2006-06-01 Roland Scheideggerretry on EBUSY instead of EAGAIN in radeonWaitIrq ...
2006-05-27 Roland Scheideggerpreparation for r200 hw vertex programs. Increase R200_...
2006-05-18 Aapo TahkolaDont allow 16 tex units to be used at all.
2006-05-12 Dave Airliethe r300 should only use 8 until Mesa can deal with...
2006-05-08 Keith Whitwellupdates to dri drivers for recent stencil changes
2006-04-20 Brian PaulMake most of the _mesa_noop_*() functions static.
2006-04-17 Kristian HøgsbergAdd .note.GNU-stack section to assembler files to avoid...
2006-04-11 Michal KrolMore GLSL code:
2006-04-09 Eric AnholtDestroy the GL context after driDestroyTextureHeap...
2006-04-06 Brian PaulSet DRIVER_DEFINES instead of DEFINES to fix duplicate...
2006-04-04 Dave Airlieuse gart base from drm not try to work it out ourselves...
2006-04-04 Dave Airlieswitch to card_type rather than IsPCI, doesn't change...
2006-04-03 Dave Airlieuse Width
2006-03-31 Brian PaulDave Reveman's patch for GLX_MESA_copy_sub_buffer support
2006-03-31 Aapo Tahkolafree rs300 and ban r350(according to r300.sf.net)
2006-03-31 Aapo Tahkoladisable r300 chips. R300_FORCE_R300 to force
2006-03-28 Roland Scheideggerfix missing *_STATECHANGE in *UpdateViewportOffset...
2006-03-27 Roland Scheideggermake allow_large_textures 1 by default for radeon and...
2006-03-08 Dave Airliecoverity check bug fix going over end of array
2006-03-08 Dave Airliecoverity checker bug: Pointer dereferenced after NULL...
2006-03-07 Aapo TahkolaEnable HW VBOs and other things needed by it.
2006-02-28 Aapo TahkolaNo need to call *_FIREVERTICES twice.
2006-02-25 Roland ScheideggerAdd all pci ids known by ddx to radeon dri driver....
2006-02-16 Roland ScheideggerReinstate vertex format after a rasterization fallback...
2006-02-03 Roland Scheideggerreplace the texture level hack used in radeon/r200...
2006-01-30 Roland Scheideggerfix broken assertion to make radeon driver compile...
2006-01-20 Aapo TahkolaTry to tackle bug #5148
2006-01-07 Roland Scheideggercube maps on r100 require newer drm than the same featu...
2005-12-30 Dave Airliefill out framebuffer egl stuff enable egl on R300
2005-12-29 Dave Airlieadd support for PCIE card to EGL, doesn't fully work...
2005-12-29 Dave Airlierv370 not rv350
2005-12-29 Dave Airlietypo
2005-12-29 Dave Airlieadd some card type ioctl support
2005-12-28 Dave Airlieadd some r300 information
2005-12-23 Dave Airliefixup driver for some api changes
2005-12-05 Dave Airlieupdate r300 drm minimum to 20
2005-12-02 Brian PaulAdded PCI_CHIP_RV410_5E4B (Adam Kirchhoff)
2005-11-29 Michel DänzerIf the DDX driver didn't reserve any video RAM for...
2005-11-28 Brian Paulcheck for driver_modes == NULL. Don't need driver_mode...
2005-11-28 Brian Paulrearrange some code to put in more logical order, misc...
2005-11-24 Brian Pauluse new _egl_api struct
2005-11-23 Brian Paulfixed wrong return value in radeonShowSurfaceMESA()
2005-11-02 Eric AnholtFirst step of Radeon DRI unification:
2005-10-31 Brian Paulfix problems found with gcc 2.96 (bug 4934)
2005-10-29 Eric AnholtBug #4901: Correct secondary color emission when lighti...
2005-10-27 Eric AnholtBug #4900: Fix the non-fogcoord fog test on r100 (and...
2005-10-19 Brian Pauls/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/
2005-10-18 Keith WhitwellAdd _mesa_exec_malloc() and _mesa_exec_free() for alloc...
2005-10-18 Roland Scheideggeron r200, don't emit fog coords when fog isn't actually...
2005-10-17 Roland Scheideggeradd GL_EXT_fog_coord support to radeon driver. No vtxfm...
2005-10-16 Roland Scheideggerfix some obvious typos in radeon_reg.h (only currently...
2005-10-15 Roland Scheideggerenable cube maps on radeon (#2241 on bugzilla). No...
2005-10-13 Roland Scheideggerenable 3rd texture unit on radeon (default still 2...
2005-10-13 Roland Scheideggermake sure texture matrix is updated often enough with...
2005-10-11 Roland ScheideggerMinor driver cleanup. Remove unnecessery/unneded radeon...
2005-10-08 Roland Scheideggerremove code dealing with drm versions older than 1...
2005-10-05 Roland Scheideggerfix typo in radeon_maos_arrays.c from last commit ...
2005-10-05 Roland Scheideggerremove unneeded parameter from radeonUploadTexMatrix.
2005-10-05 Roland ScheideggerRemove the tcl fallback for texture rectangle (by manip...
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-09-26 Roland Scheideggerremove identity check for texgen planes (which was...
2005-09-26 Roland Scheideggerfix projective texturing for (swtcl) texture rectangles...
2005-09-14 Brian Paulupdated comment
2005-09-14 Brian Paulmake some functions static
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-13 Brian Pauljust some reformatting
2005-09-10 Roland Scheideggeradd the new drm packets needed for ATI_fragment_shader...
2005-09-04 Brian PaulSimplify radeonSetCliprects(). Remove the 'mode' param...
2005-09-04 Brian PaulFurther clean-up and simplification of the span-related...
2005-09-04 Brian PaulAdd new void *addr and __DRIdrawablePrivate parameters to
2005-09-04 Brian PaulFix UpdatePageFlipping() function. Always call driFlip...
2005-09-04 Brian Paulreplace GET_SRC_PTR, GET_DST_PTR with GET_PTR
2005-09-03 Brian Pauluse new InitStencil/DepthPointer functions
2005-09-02 Brian Paulset depthHasSurface for stencil renderbuffer
2005-09-01 Brian Paulfix page flipping breakage
2005-09-01 Brian PaulFinish up some of the gl_renderbuffer work.
2005-09-01 Brian Pauls/__inline/INLINE/
2005-08-31 Brian Paulremove redundant ctx->Driver fallback assignments that...
2005-08-25 Eric AnholtAttempt to fix the issue reported by Alan Grimes with...
2005-08-15 Alan HourihaneAdd Egberts fixes for 64bit architectures
2005-08-08 Dave Airliefix up color tiling in miniglx radeon server code
2005-08-08 Jon SmirlRemove platform specific bits from radeon_egl.c
2005-08-05 Jon SmirlMore EGL prep. No impact on anything outside of EGL
2005-08-04 Jon SmirlNew files for radeon egl driver.
2005-08-03 Dave AirlieAdd color tiling support to miniglx for radeon
2005-07-29 Jon SmirlLeave the AGP_BASE code in. It is pointless to bump...
2005-07-29 Jon SmirlRemove OUTREG(RADEON_AGP_BASE, info->ringHandle); from...
2005-07-28 Ian RomanickglxEnableExtension is a platform-specific function...
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-07-15 Brian Paulremove duplicate "User disable" string
2005-07-14 Brian Pauladded a few more fallbackStrings (Andreas Stenglein)
2005-07-01 Roland Scheideggerconvert sis and radeon driver to use spantmp2 instead...
2005-07-01 Roland Scheideggerremove common macros used in the span functions of...
next