[i915] Fix driver from cliprects changes, and clean up state emission.
[mesa.git] / src /
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 AnholtFix the compile of disabled DEBUG_PARSING code.
2008-01-15 Eric AnholtBug #13492: Only call ProgramStringNotify if program...
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-11 Dan NicholsonAllow osmesa to be enabled or disabled
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-09 Brianfix bug 13978: glDrawBuffersARB() didn't set all necess...
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-05 Brianfix depth/1 typo in glTexImage3D proxy code
2008-01-05 Briancheck if span length > 0 before calling _swrast_write_r...
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 Brianadditional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767)
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 Brianremove unneeded conditional
2008-01-01 Brianfix vbo display list memleak upon context destruction
2008-01-01 Brianadditional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767)
2008-01-01 Bruce MerryConvert to 0/1 when setting boolean uniforms
2008-01-01 Bruce MerryMake use of count in _mesa_uniform_matrix
2008-01-01 Bruce MerryMore fixes to shader_api
2008-01-01 Bruce MerryFix several bugs relating to uniforms and attributes...
2008-01-01 Brianadded 'get' info for framebuffer object tokens
2008-01-01 Brianadd 'Get' info for MAX_3D_TEXTURE_SIZE (for bug 13811)
2008-01-01 Hans de Goedet_vp_build: fix temporary register allocation to minimi...
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 Xiang, Haihaomesa: fix a bad cast in put_values_z24.
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 Brianreturn correct size from glGetActiveUniform (bug 13751)
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...
next