| Commit message (Expand) | Author | Age | Files | Lines |
* | r128, radeon, r200: Check ctx->WinSysDrawBuffer before calling function that ... | Roland Scheidegger | 2007-03-27 | 1 | -2/+4 |
* | enable ARB_vertex_buffer_object for more dri drivers | Roland Scheidegger | 2007-03-13 | 1 | -0/+2 |
* | radeon: Adapt cliprect fixes from r300. | Alan Swanson | 2007-03-12 | 3 | -5/+8 |
* | Fix/improve framebuffer object reference counting. | Brian | 2007-03-06 | 1 | -1/+1 |
* | r300: Add proper support for sin/cos instruction in fragment program | Rune Peterson | 2007-02-12 | 1 | -1/+10 |
* | remove now unused vtxfmt stuff from radeon/r200 header files | Roland Scheidegger | 2007-02-03 | 1 | -111/+0 |
* | Merge branch 'vbo-0.2' | Keith Whitwell | 2007-02-02 | 14 | -3350/+12 |
|\ |
|
| * | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i... | Keith Whitwell | 2007-01-16 | 2 | -3/+2 |
| |\ |
|
| * | | merge current trunk into vbo branch | Alan Hourihane | 2006-11-02 | 2 | -5/+5 |
| * | | remove vtxfmt code, switch over to vbo | Keith Whitwell | 2006-10-31 | 14 | -3350/+12 |
* | | | fix unitialized values in radeonClear | Roland Scheidegger | 2007-02-01 | 1 | -4/+4 |
* | | | support as much of GL_EXT_stencil_two_side as we can. untested. | Aapo Tahkola | 2007-01-18 | 1 | -1/+7 |
| |/
|/| |
|
* | | Remove unnecessary setting of GetBufferSize to NULL. | Ian Romanick | 2006-11-09 | 1 | -1/+0 |
* | | s/GLuint/int/ to silence warnings | Brian Paul | 2006-11-02 | 1 | -2/+2 |
* | | Remove x/y/width/height parameters from Clear functions. | Brian Paul | 2006-11-01 | 1 | -3/+2 |
* | | Correct a little bug, radeon->glCtx is a pointer. | Jerome Glisse | 2006-11-01 | 1 | -2/+3 |
|/ |
|
* | Enable GLX_SGI_make_current_read for radeon. | Ian Romanick | 2006-10-18 | 5 | -34/+57 |
* | Want to stop passing x/y/width/height to Clear() function. | Brian Paul | 2006-10-18 | 1 | -6/+14 |
* | fix handling of textures with a base internal format that does not have all f... | Roland Scheidegger | 2006-10-15 | 1 | -10/+27 |
* | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul | 2006-10-15 | 1 | -1/+0 |
* | implement ARB_point_parameters and ARB_point_sprite on r200. The code is near... | Roland Scheidegger | 2006-10-13 | 1 | -0/+2 |
* | Make driDrawableInitVBlank() initialize the sequence number. | Michel Dänzer | 2006-09-28 | 1 | -1/+2 |
* | always use argb8888 instead of rgba8888, this is far more likely to hit a fas... | Roland Scheidegger | 2006-09-13 | 1 | -4/+4 |
* | Always mark tex state atom as dirty when the texture image is dirty, this ens... | Roland Scheidegger | 2006-09-13 | 1 | -4/+6 |
* | don't use derived value _ColorLogicOpEnabled as it's not current by the time ... | Roland Scheidegger | 2006-09-13 | 1 | -3/+6 |
* | remove code to deal with non-normalized texture coordinates for tex rect targ... | Roland Scheidegger | 2006-09-10 | 5 | -168/+42 |
* | cause a raster fallback if a yuv texture is used on texture unit > 0 as yuv c... | Roland Scheidegger | 2006-09-10 | 1 | -0/+3 |
* | cause a vtxfmt fallback directly when hitting NewList for radeon and r200 dri... | Roland Scheidegger | 2006-09-08 | 1 | -0/+10 |
* | Give the user posibility to choose speed over correctness. | Rune Petersen | 2006-08-31 | 1 | -1/+14 |
* | close #6318 | Aapo Tahkola | 2006-08-27 | 1 | -7/+4 |
* | remove the now confusing option to manually enable software ARB_vp if drm is ... | Roland Scheidegger | 2006-08-19 | 1 | -2/+1 |
* | remove code dealing with drmMinor version < 6 since all radeon drivers reques... | Roland Scheidegger | 2006-06-02 | 2 | -45/+18 |
* | retry on EBUSY instead of EAGAIN in radeonWaitIrq (it appears this was the in... | Roland Scheidegger | 2006-06-01 | 1 | -1/+1 |
* | preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst... | Roland Scheidegger | 2006-05-27 | 4 | -0/+5 |
* | Dont allow 16 tex units to be used at all. | Aapo Tahkola | 2006-05-18 | 1 | -1/+1 |
* | the r300 should only use 8 until Mesa can deal with this | Dave Airlie | 2006-05-12 | 1 | -1/+1 |
* | 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 |