fix w component of glsl vec4 asin
[mesa.git] / src /
2008-01-31 Roland Scheideggerfix w component of glsl vec4 asin
2008-01-30 Briancheck if fb->Delete is null (bugs 13507,14293)
2008-01-29 Alex DeucherAdd new RV380 pci id
2008-01-29 Xiang, Haihaoi965: new integrated graphics chipset support
2008-01-27 Dave Airlier300: add initial rs690 support to Mesa
2008-01-25 Xiang, Haihaoi965: valid message length includes message header.
2008-01-25 Xiang, Haihaoi965: re-define the type of reg.loopcount.
2008-01-24 Eric AnholtBufmgr cleanup from intel-batchbuffer branch of 2d...
2008-01-24 Eric AnholtClean up comments/dead code from relocation buffer...
2008-01-24 Eric AnholtMerge commit 'airlied/i915-ttm-cfu'
2008-01-24 Dave Airliei915: move to using copy from user for relocations
2008-01-23 BrianAssorted patches for miniglx/linux-solo (Gavin Li ...
2008-01-23 BrianFix some issues with glDrawBuffer(GL_NONE), bug 14198
2008-01-22 Kristian Høgsberg[intel] Clean up references to screen buffer metrics.
2008-01-22 Brianfix pc vs. gc->ps usage (bug 14197)
2008-01-20 Eric Anholt[965] Fix WM unit cache keying that broke line stipple...
2008-01-18 Eric Anholt[intel] Fix memory leak with fake bufmgr.
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 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...
next