aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* r300: Add proper support for sin/cos instruction in fragment programRune Peterson2007-02-121-1/+10
* remove now unused vtxfmt stuff from radeon/r200 header filesRoland Scheidegger2007-02-031-111/+0
* Merge branch 'vbo-0.2'Keith Whitwell2007-02-0214-3350/+12
|\
| * Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-162-3/+2
| |\
| * | merge current trunk into vbo branchAlan Hourihane2006-11-022-5/+5
| * | remove vtxfmt code, switch over to vboKeith Whitwell2006-10-3114-3350/+12
* | | fix unitialized values in radeonClearRoland Scheidegger2007-02-011-4/+4
* | | support as much of GL_EXT_stencil_two_side as we can. untested.Aapo Tahkola2007-01-181-1/+7
| |/ |/|
* | Remove unnecessary setting of GetBufferSize to NULL.Ian Romanick2006-11-091-1/+0
* | s/GLuint/int/ to silence warningsBrian Paul2006-11-021-2/+2
* | Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-3/+2
* | Correct a little bug, radeon->glCtx is a pointer.Jerome Glisse2006-11-011-2/+3
|/
* Enable GLX_SGI_make_current_read for radeon.Ian Romanick2006-10-185-34/+57
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-6/+14
* fix handling of textures with a base internal format that does not have all f...Roland Scheidegger2006-10-151-10/+27
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger2006-10-131-0/+2
* Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer2006-09-281-1/+2
* always use argb8888 instead of rgba8888, this is far more likely to hit a fas...Roland Scheidegger2006-09-131-4/+4
* Always mark tex state atom as dirty when the texture image is dirty, this ens...Roland Scheidegger2006-09-131-4/+6
* don't use derived value _ColorLogicOpEnabled as it's not current by the time ...Roland Scheidegger2006-09-131-3/+6
* remove code to deal with non-normalized texture coordinates for tex rect targ...Roland Scheidegger2006-09-105-168/+42
* cause a raster fallback if a yuv texture is used on texture unit > 0 as yuv c...Roland Scheidegger2006-09-101-0/+3
* cause a vtxfmt fallback directly when hitting NewList for radeon and r200 dri...Roland Scheidegger2006-09-081-0/+10
* Give the user posibility to choose speed over correctness.Rune Petersen2006-08-311-1/+14
* close #6318Aapo Tahkola2006-08-271-7/+4
* remove the now confusing option to manually enable software ARB_vp if drm is ...Roland Scheidegger2006-08-191-2/+1
* remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger2006-06-022-45/+18
* retry on EBUSY instead of EAGAIN in radeonWaitIrq (it appears this was the in...Roland Scheidegger2006-06-011-1/+1
* preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...Roland Scheidegger2006-05-274-0/+5
* Dont allow 16 tex units to be used at all.Aapo Tahkola2006-05-181-1/+1
* the r300 should only use 8 until Mesa can deal with thisDave Airlie2006-05-121-1/+1
* updates to dri drivers for recent stencil changesKeith Whitwell2006-05-081-5/+5
* Make most of the _mesa_noop_*() functions static.Brian Paul2006-04-201-11/+2
* Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg2006-04-171-0/+4
* More GLSL code:Michal Krol2006-04-112-15/+18
* Destroy the GL context after driDestroyTextureHeap, because the driver'sEric Anholt2006-04-091-4/+4
* Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problemBrian Paul2006-04-061-1/+1
* use gart base from drm not try to work it out ourselves.. bump radeon clientDave Airlie2006-04-041-27/+22
* switch to card_type rather than IsPCI, doesn't change any functionality yetDave Airlie2006-04-043-22/+25
* use WidthDave Airlie2006-04-031-0/+1
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-315-18/+76
* free rs300 and ban r350(according to r300.sf.net)Aapo Tahkola2006-03-311-2/+2
* disable r300 chips. R300_FORCE_R300 to forceAapo Tahkola2006-03-311-0/+8
* fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger2006-03-283-23/+35
* make allow_large_textures 1 by default for radeon and r200, and consequently ...Roland Scheidegger2006-03-272-5/+5
* coverity check bug fix going over end of arrayDave Airlie2006-03-081-1/+1
* coverity checker bug: Pointer dereferenced after NULL checkDave Airlie2006-03-081-3/+5
* Enable HW VBOs and other things needed by it.Aapo Tahkola2006-03-071-1/+1