[965] Do a little bit rotation in state hash to reduce collisions.
[mesa.git] / src / mesa / drivers /
2008-01-18 Eric Anholt[965] Do a little bit rotation in state hash to reduce...
2008-01-18 Eric Anholt[intel] Use a static array for the validation list...
2008-01-17 Eric Anholt[intel] Make the no_rast option be standard driconf...
2008-01-17 Eric Anholt[i915] Fix driver from cliprects changes, and clean...
2008-01-17 Eric Anholt[965] Fix whitespace in c9b1fef0c9c5018efd825c42782f19a...
2008-01-17 Eric Anholt[965] Fix potential segfaults from bad realloc.
2008-01-17 Xiang, Haihaoi965: always call dri_emit_reloc when creating clip...
2008-01-16 Eric Anholt[965] Fix inversion of SLT/SGE results in vertex programs.
2008-01-16 Eric Anholt[965] Rename depth_mask in CC key to depth_write, since...
2008-01-16 Eric Anholt[965] Fix the type of alpha_ref in CC key, fixing pprac...
2008-01-15 Eric Anholt[965] Increase max relocation count, fixing assertions...
2008-01-15 Kristian Høgsberg[i915] Prevent recursive batchbuffer flushing.
2008-01-15 Zou Nan hai i965: fix an assert fail in brw_new_batch
2008-01-14 Eric Anholt[i915] Fix recursive lock hang in intelContendedLock...
2008-01-14 Eric Anholt[intel] Delay unmapping of driver-private buffers to...
2008-01-14 Eric Anholt[965] Force a new vertex upload buffer at new batch...
2008-01-10 Eric Anholt[965] Remove an open-coded memcpy.
2008-01-10 Eric Anholt[intel] Remove gratuitous (batchbuffer) flush before...
2008-01-10 Eric Anholt[intel] Report buffer size when allocating with INTEL_D...
2008-01-10 Eric Anholt[965] Improve performance by allocating CURBE buffers...
2008-01-10 Eric Anholt[intel] Remove a gratuitous flush at the end of ClearWi...
2008-01-10 Eric Anholt[intel] Only flush batch when changing draw buffers...
2008-01-10 Eric Anholt[intel] Add more cliprect modes to cover other meanings...
2008-01-10 Xiang, Haihaoi965: fix bug #14002
2008-01-10 Xiang, Haihaoi965: fix segfault caused by commit e131c46b20241737ceb...
2008-01-10 Kristian Høgsberg[intel] Simplify intelCreateBuffer() a bit.
2008-01-10 Kristian Høgsberg[intel] Prepare intelCopyBuffer() for private back...
2008-01-10 Kristian HøgsbergFactor out code to do the DRM_I830_GETPARAM ioctl.
2008-01-10 Kristian HøgsbergFold DoBindContext() helper function into driBindContext().
2008-01-09 Eric Anholt[intel] Re-allocate backing buffer objects on BufferData.
2008-01-09 Eric Anholt[965] Allow more than one draw_prims per batchbuffer.
2008-01-09 Eric Anholt[965] Replace the always_update dirty flag with BRW_NEW...
2008-01-09 Eric Anholt[intel] Rename lost_hardware vtbl entry to new_batch.
2008-01-09 Eric Anholt[965] Remove drawing rect upload, which is handled...
2008-01-09 Eric Anholt[intel] Clean up cliprect handling in intel drivers.
2008-01-09 Eric Anholt[intel] Remove the dead intel->need_flush member.
2008-01-09 Eric Anholt[965] Clarify a bit of index buffer upload code.
2008-01-08 Eric Anholt[intel] Add TTM bufmgr debug for type or offset migrati...
2008-01-07 Xiang, Haihaoi915: Keith Whitwell's swizzling TEX patch. fix #8283
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2008-01-06 BrianSimplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers...
2008-01-04 Xiang, Haihaoi915: don't validate PS program when falling back to...
2008-01-04 Xiang, Haihaointel: some initialization for dri_bufmgr_ttm
2008-01-04 Eric Anholt[intel] Add a single-entry relocation buffer cache.
2008-01-03 Eric Anholt[intel] Convert relocations to not be cleared out on...
2008-01-03 Eric Anholt[965] Fix some missing initialization in WM keys.
2008-01-03 Zou Nan hai fix fd.o bug #13761
2008-01-02 Eric Anholt[965] Convert WM unit to use a cache key instead of...
2008-01-02 Eric Anholt[965] Convert VS unit to use a cache key instead of...
2008-01-02 Eric Anholt[965] Convert SF unit to use a cache key instead of...
2008-01-02 Eric Anholt[965] Convert GS unit to use a cache key instead of...
2008-01-02 Eric Anholt[965] Convert clip unit to use a cache key instead...
2008-01-02 Eric Anholt[965] Convert CC unit to use a cache key instead of...
2008-01-02 Eric Anholt[965] Convert surface state to use a cache key instead...
2008-01-02 Eric Anholt[965] Convert sampler state to use a cache key instead...
2008-01-02 Eric AnholtRevert "[intel] Use the memory type mask containing...
2008-01-02 Eric Anholt[intel] Use the memory type mask containing the caching...
2008-01-02 Keith PackardSet correct flags mask when validating buffers.
2008-01-02 Eric Anholt[965] Improve performance by including reloc target...
2008-01-02 Brianadditional stub functions
2008-01-02 Xiang, Haihaoi915: Needn't adjust pixel centers. fix #12944
2008-01-01 Dave AirlieRevert "r300: fix bug with maniadrive rendering"
2008-01-01 Hans de Goederx00: fix off by one error in tempreg check
2008-01-01 Dave Airlier300: fix bug with maniadrive rendering
2007-12-29 Zou Nan haifix fd.o bug #13847
2007-12-29 Roland ScheideggerBug #13839: Fix 3D texture offset miscalculation with...
2007-12-28 Dan NicholsonMerge branch 'autoconf2'
2007-12-27 Xiang, Haihaoi915: reset swrast state after calling swrast DrawPixels.
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-25 Xiang, Haihaoi915: apply commit a0a5e8cfc04c14873441b50f7d594ef11806...
2007-12-25 Adam Jackson__driConfigOptions must be PUBLIC.
2007-12-24 Alex DeucherR300: RV410 SE chips have half the pipes of regular...
2007-12-22 Roland Scheideggerfix GL_LINE_LOOP with drivers using own render pipeline...
2007-12-21 Kristian HøgsbergSilence compiler warnings from XML error macros.
2007-12-21 Eric Anholt[965] Fix and enable separate stencil.
2007-12-21 Eric Anholt[intel] Move some pixel path support from drivers to...
2007-12-21 Xiang, Haihaointel: cast a pointer to unsigned long, avoid potential...
2007-12-20 Eric Anholt[965] Enable EXT_framebuffer_object.
2007-12-20 Eric Anholt[965] Actually enable SGIS_generate_mipmap.
2007-12-20 Eric Anholt[intel] Fix and reenable (software) SGIS_generate_mipmap
2007-12-20 Eric Anholt[intel] Allow driver hooks to be NULL in intel_buffers...
2007-12-20 Eric Anholt[i915] Move meta_draw_quad into the vtbl with other...
2007-12-20 Xiang, Haihaoi915: avoid dead lock in intel_meta_draw_poly. fix...
2007-12-19 Eric Anholt[915] Set cliprects in the drawbuffer software fallback...
2007-12-19 Xiang, Haihaoi965: allocate GRF registers before building subroutines,
2007-12-19 Xiang, Haihaoi965: restore the flag after building the subroutine...
2007-12-18 Eric Anholt[915] Free dri_bufmgr after mesa context data.
2007-12-18 Eric Anholt[915] Make polygon stipple use pre-unpacked pixel data.
2007-12-18 Eric Anholt[915] Fix clear color when clearing with triangles.
2007-12-18 Keith Packard[INTEL] Fix 965 to use new centralized mipmap pitch...
2007-12-18 Keith Packard[Intel] Centralize mipmap pitch computations.
2007-12-18 Eric Anholt[i915] Remove redundant set_draw_region code (like...
2007-12-18 Eric Anholt[intel] Improve INTEL_DEBUG=blit description of clearing.
2007-12-18 Eric Anholt[intel] Fix copy'n'pasteo in decoding of the blit clear...
2007-12-18 Eric Anholt[965] Add decode of 3DSTATE_DRAWING_RECTANGLE.
2007-12-18 Eric Anholt[965] Allow draw or depth regions to be NULL.
2007-12-17 Eric Anholt[965] Simplify scissor handling by using DrawBuffer...
2007-12-17 Eric Anholt[965] fix bad conflict resolution in debug code.
2007-12-17 Eric Anholt[965] Replace our own depth constants in intel context...
2007-12-17 Eric Anholt[965] Fix software fallbacks with region-backed textures.
next