summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-13enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger
2007-03-13r300: Renamed the CACHE_CTLSTAT values to include UNKNOWN in the name; notOliver McFadden
2007-03-13use movdqu instead of movdqa for unaligned load avoiding a segfault (bug 10265)Roland Scheidegger
2007-03-13Add defines for the values written to R300_RB3D_ZCACHE_CTLSTAT.Oliver McFadden
2007-03-13Documented the value written for R300_TX_CNTL cache flush.Oliver McFadden
2007-03-13mesa: _mesa_unpack_imageXiang, Haihao
2007-03-13Corrected values written to R300_RB3D_DSTCACHE_CTLSTAT to eitherOliver McFadden
2007-03-13Guess another unknown register used for R300 pacification.Oliver McFadden
2007-03-12i915tex: Don't crash when intel_fb->color_rb[i] is NULL.Michel Dänzer
2007-03-12clean-up, simplify _mesa_image_row_stride()Brian
2007-03-12take GL_UNPACK_ALIGNMENT into account in _mesa_image_row_stride() for GL_BITM...Brian
2007-03-12r200: Simplify r200SetCliprects like radeonSetCliprects in radeon and r300.Alan Swanson
2007-03-12r200: Adapt cliprect fixes from r300.Alan Swanson
2007-03-12radeon: Adapt cliprect fixes from r300.Alan Swanson
2007-03-11fix for bug#10196Xiang, Haihao
2007-03-11Guess another unknown register in R300 command buffer initialization. (Oliver...Aapo Tahkola
2007-03-11Renamed some of the unkXXX variables in the command buffer initOliver McFadden
2007-03-10Fix TEXREL issues.Brian
2007-03-10check for EXT_blend_equation_separate for 2.0Brian
2007-03-10i915tex: Fix build against libdrm git...Michel Dänzer
2007-03-10i915tex: Fix intel_wait_flips being declared implicitly.Michel Dänzer
2007-03-10i915tex: Fix build against released version of libdrm.Michel Dänzer
2007-03-10nouveau: fix nv04 swtcl.Stephane Marchesin
2007-03-10nouveau: fix the nv04 swtcl code.Stephane Marchesin
2007-03-10nouveau: oops don't debug by default.Stephane Marchesin
2007-03-10nouveau: some fixes to the nv04 state code.Stephane Marchesin
2007-03-10nouveau: add a fifo size debug check.Stephane Marchesin
2007-03-10Merge branch 'i915tex-pageflip'Michel Dänzer
2007-03-09i915tex: Wait for pending scheduled flips before switching vsync pipe.Michel Dänzer
2007-03-09i915tex: Set intel_fb->vbl_waited to current instead of what we aimed for.Michel Dänzer
2007-03-09i915tex: Sync pages between pipes immediately again.Michel Dänzer
2007-03-09i915tex: Do not wait for pending flips on both pipes at the same time.Michel Dänzer
2007-03-09New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix...Brian
2007-03-09r300: Also update window state when it's already bound but its stamp changed.Michel Dänzer
2007-03-08 remove a if-statementXiang, Haihao
2007-03-08 Updates of the OpenVMS makefiles.J.Jansen
2007-03-07i915tex: Set framebuffer size to match window before calling _mesa_make_current.Michel Dänzer
2007-03-07i945_miptree_layout: Adapt cubemap fixes from i915_miptree_layout.Michel Dänzer
2007-03-06destroy window during cleanupBrian
2007-03-06Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-03-06explicit calls to _mesa_unreference_framebuffer() not always needed nowBrian
2007-03-06unreference old framebuffer, if needed, in _mesa_reference_framebuffer()Brian
2007-03-06fix renderbuffer mem leakBrian
2007-03-06formatting fixBrian
2007-03-06Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/mesa/mesaIan Romanick
2007-03-06Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB.Ian Romanick
2007-03-06Fix/improve framebuffer object reference counting.Brian
2007-03-06Take care of texObj reference in _mesa_free_framebuffer_data()Brian
2007-03-06Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-03-06r300: Call radeonSetCliprects from radeonMakeCurrent.Michel Dänzer