Age | Commit message (Expand) | Author |
2007-10-10 | Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. | Kristian Høgsberg |
2007-09-29 | r200: Implement SetTexOffset hook. | Chris Rankin |
2007-09-11 | Fix-up #includes to remove some -I options. | Brian |
2007-05-22 | r300: Implement SetTexOffset hook. | Michel Dänzer |
2007-05-12 | bring over recent radeonMakeCurrent fixes for r300 to radeon/r200 | Roland Scheidegger |
2007-05-11 | Revert "r300: Merged radeon_span.c." | Oliver McFadden |
2007-05-11 | r300: Corrected some macro errors from the previous commit. | Oliver McFadden |
2007-05-11 | r300: Reduced the diff on radeon_lock.[ch]. | Oliver McFadden |
2007-05-11 | r300: Initial work on merging radeon_lock.[ch]. | Oliver McFadden |
2007-05-11 | r300: Merged radeon_span.c. | Oliver McFadden |
2007-05-09 | r300: Cleaned up radeon_context.h slightly; mostly Indent. | Oliver McFadden |
2007-05-09 | r300: Indented radeon_span.h | Oliver McFadden |
2007-05-09 | r300: Further reduced the radeon_span.c diff. | Oliver McFadden |
2007-05-09 | r300: Further reduced the diff between radeon_span.[ch]. | Oliver McFadden |
2007-05-09 | r300: Indented both copies of radeon_span.[ch] in preparation for merging. | Oliver McFadden |
2007-05-07 | radeon: enable xpress chipsets | Dave Airlie |
2007-04-09 | the RS400 definitely doesn't work at this point so don't let it init | Dave Airlie |
2007-03-27 | r128, radeon, r200: Check ctx->WinSysDrawBuffer before calling function that ... | Roland Scheidegger |
2007-03-13 | enable ARB_vertex_buffer_object for more dri drivers | Roland Scheidegger |
2007-03-12 | radeon: Adapt cliprect fixes from r300. | Alan Swanson |
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian |
2007-02-12 | r300: Add proper support for sin/cos instruction in fragment program | Rune Peterson |
2007-02-03 | remove now unused vtxfmt stuff from radeon/r200 header files | Roland Scheidegger |
2007-02-02 | Merge branch 'vbo-0.2' | Keith Whitwell |
2007-02-01 | fix unitialized values in radeonClear | Roland Scheidegger |
2007-01-18 | support as much of GL_EXT_stencil_two_side as we can. untested. | Aapo Tahkola |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell |
2006-11-09 | Remove unnecessary setting of GetBufferSize to NULL. | Ian Romanick |
2006-11-02 | s/GLuint/int/ to silence warnings | Brian Paul |
2006-11-02 | merge current trunk into vbo branch | Alan Hourihane |
2006-11-01 | Remove x/y/width/height parameters from Clear functions. | Brian Paul |
2006-11-01 | Correct a little bug, radeon->glCtx is a pointer. | Jerome Glisse |
2006-10-31 | remove vtxfmt code, switch over to vbo | Keith Whitwell |
2006-10-18 | Enable GLX_SGI_make_current_read for radeon. | Ian Romanick |
2006-10-18 | Want to stop passing x/y/width/height to Clear() function. | Brian Paul |
2006-10-15 | fix handling of textures with a base internal format that does not have all f... | Roland Scheidegger |
2006-10-15 | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul |
2006-10-13 | implement ARB_point_parameters and ARB_point_sprite on r200. The code is near... | Roland Scheidegger |
2006-09-28 | Make driDrawableInitVBlank() initialize the sequence number. | Michel Dänzer |
2006-09-13 | always use argb8888 instead of rgba8888, this is far more likely to hit a fas... | Roland Scheidegger |
2006-09-13 | Always mark tex state atom as dirty when the texture image is dirty, this ens... | Roland Scheidegger |
2006-09-13 | don't use derived value _ColorLogicOpEnabled as it's not current by the time ... | Roland Scheidegger |
2006-09-10 | remove code to deal with non-normalized texture coordinates for tex rect targ... | Roland Scheidegger |
2006-09-10 | cause a raster fallback if a yuv texture is used on texture unit > 0 as yuv c... | Roland Scheidegger |
2006-09-08 | cause a vtxfmt fallback directly when hitting NewList for radeon and r200 dri... | Roland Scheidegger |
2006-08-31 | Give the user posibility to choose speed over correctness. | Rune Petersen |
2006-08-27 | close #6318 | Aapo Tahkola |
2006-08-19 | remove the now confusing option to manually enable software ARB_vp if drm is ... | Roland Scheidegger |
2006-06-02 | remove code dealing with drmMinor version < 6 since all radeon drivers reques... | Roland Scheidegger |
2006-06-01 | retry on EBUSY instead of EAGAIN in radeonWaitIrq (it appears this was the in... | Roland Scheidegger |