mesa.git
2007-03-26 Michel Dänzeri915tex: Make sure renderbuffers don't get deleted...
2007-03-26 Ben Skeggsnouveau: match drm version bump
2007-03-25 BrianFix some renderbuffer reference counting issues. Also...
2007-03-25 Briandestroy window on exit
2007-03-25 Xiang, Haihaoi965: The given urb layout(maximal size of urb entries...
2007-03-25 Xiang, HaihaoColor3iv: set the alpha value to 1.0
2007-03-25 Nicolai Haehnler300: Whitespace cleanup in r300_texmem.c
2007-03-25 Nicolai Haehnler300: Whitespace cleanup in r300_texstate.c
2007-03-25 Nicolai Haehnler300: Fix regression: unnecessary node indirection
2007-03-24 Dave Airlienouveau: implement nv20Clear and nv20Scissor
2007-03-24 Nicolai Haehnler300: Fix texture coordinate calculation for rectangle...
2007-03-24 Nicolai Haehnler300: No assertion when accessing incomplete texture...
2007-03-24 Nicolai Haehnler300: Fix: KIL instruction don't require textures
2007-03-24 Nicolai Haehnleswrast: Fix crash when sampling from a non-existing...
2007-03-24 Ben Skeggsnouveau: some swtcl fixes
2007-03-24 BrianImplement alpha buffer copy for SwapBuffers().
2007-03-23 Nicolai Haehnler300: Whitespace cleanup (remove trailing spaces)
2007-03-22 Brianuse _mesa_alloc_instructions()
2007-03-22 Brianuse _mesa_copy_instructions()
2007-03-22 Alan HourihaneEnsure we have a valid ReadBuffer for CopyTexSubImage...
2007-03-22 Xiang, Haihaofix for bug#10339
2007-03-21 Briandocument 1D convolution fix
2007-03-21 Brian1D convolution (and post-conv scale/bias) were inadvert...
2007-03-21 Roland Scheideggerfix copy and paste bug from last commit in fog generati...
2007-03-21 Ben Skeggsnouveau: update for drm interface changes (0.0.5)
2007-03-21 Ben Skeggsnouveau: SwapBuffers() needs to perform a glFlush()
2007-03-21 Xiang, Haihaomesa: revert f9f79c8d770e696249bd98c68b563f887562c974
2007-03-20 Nicolai Haehnler300: Remove the program-global const_sin index
2007-03-20 Nicolai Haehnler300: Whitespace cleanup (remove trailing spaces)
2007-03-20 Xiang, Haihaofix for bug#10347
2007-03-20 Alan Hourihaneuse passed target parameter
2007-03-20 Ben Skeggsnouveau: fix typo
2007-03-20 Ben Skeggsnouveau: fail translate if we use too many params somehow
2007-03-20 Ben Skeggsnouveau: NVSDBG macro
2007-03-19 Nicolai Haehnler300: Cleanup fragment program constant allocation...
2007-03-19 Nicolai Haehnler300: Fix special case (tmp.x <= 0) in fragment program...
2007-03-19 Nicolai Haehnler300: Clear fragment program instruction slots on first use
2007-03-19 Nicolai Haehnler300: Dump fragment program after translation if RADEON...
2007-03-19 Nicolai Haehnler300: Whitespace cleanup (remove trailing spaces)
2007-03-19 Nicolai Haehnler300: Fix WRITEMASK handling when writing to result...
2007-03-19 Nicolai Haehnler300: Streamlined fragment program LIT implementation
2007-03-19 Nicolai Haehnler300: Fix fragment program reordering
2007-03-19 Nicolai Haehnler300: Fragment program dumps format tex instructions
2007-03-19 Nicolai Haehnler300: Fix hw fragment program dump
2007-03-19 Nicolai Haehnler300: Fix fragment program instruction pairing and...
2007-03-19 Michel Dänzeri915tex: The intended triple buffering fix.
2007-03-19 Michel Dänzeri915tex: Fix triple buffering after recent Mesa core...
2007-03-18 Keith Whitwellfix off-by-one in load_state_immediate
2007-03-18 Keith Whitwellfix typo in subrect_disable packet
2007-03-18 Keith Whitwellfix typo in subrect_disable packet
2007-03-18 Miguel Martescreen offset changes, bug 9965
2007-03-18 Nicolai Haehnlefix assertion in read_depth_pixels()
2007-03-18 Oliver McFaddenr300: Removed the deprecated $XFree86$ CVS keywords.
2007-03-18 Oliver McFaddenr300: Corrected the string for polygon mode; it wasn...
2007-03-18 Ben Skeggsnouveau: avoid using uninitialised TexSrcUnit.
2007-03-18 Xiang, Haihaomesa: SWAP_BUFF support when calling DrawPixels(DEPTH_C...
2007-03-18 Xiang, Haihaomesa: enhance fxt1_quantize_ALPHA1
2007-03-18 Xiang, Haihaoi965: fix for FXT1 & S3TC texture format
2007-03-18 Oliver McFaddenUse _mesa_copy_instructions rather than memcpy in _mesa...
2007-03-17 Haihao Xiangfix some format conversion bugs in glGetTexImage()...
2007-03-17 Dave Airlier300: change vendor string to DRI R300 Project
2007-03-16 BrianAssorted fixes for dealing with zero-size frame/renderb...
2007-03-16 BrianColortable re-org.
2007-03-16 Brianadded a renderbuffer comment
2007-03-16 Mathias Hopfadded null xmctx check to XMesaResizeBuffers(), bug...
2007-03-15 Oliver McFaddenFixed a minor typo in the comment near _mesa_copy_instr...
2007-03-15 Oliver McFaddenr300: Added _mesa_copy_instructions.
2007-03-15 Oliver McFaddenr300: Renamed r300_vertexprog.c to r300_vertprog.c
2007-03-15 Oliver McFaddenr300: Use _mesa_alloc_instructions/_mesa_init_instructi...
2007-03-15 Oliver McFaddenr300: Updated R300 to use the new SWIZZLE macros.
2007-03-15 Oliver McFaddenr300: Fixed an unused variable warning and removed...
2007-03-15 Oliver McFaddenr300: Fixed a printf conversion warning.
2007-03-15 Oliver McFaddenr300: Fixed "no previous prototype for 'r300RefillCurre...
2007-03-15 Brianadded SWIZZLE_XXXX, YYYY, etc. macros
2007-03-15 Oliver McFaddenCommitted Rune Petersen's fragment.position patch ...
2007-03-15 Brianno-op clear if buffer width or height is zero (bug...
2007-03-15 Brianadd some rb->Data null ptr checks (bug 7205)
2007-03-15 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-15 Brianimplement byteswapping for all multi-byte types in...
2007-03-15 Keith WhitwellFix off by one error in immediate state packet size.
2007-03-14 Brianpixelmap code simplification
2007-03-14 BrianRe-org of gl_pixel_attrib struct.
2007-03-14 Brianclear the b->frontxrb->drawable field in xmesa_free_buf...
2007-03-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-14 Brianmove CLIENT_ID code in xmesa_delete_framebuffer(),...
2007-03-13 Roland Scheideggersync up t_vp_build.c brw_vs_tnl.c a bit
2007-03-13 Roland Scheideggerenable ARB_vertex_buffer_object for more dri drivers
2007-03-13 Oliver McFaddenr300: Renamed the CACHE_CTLSTAT values to include UNKNO...
2007-03-13 Roland Scheideggeruse movdqu instead of movdqa for unaligned load avoidin...
2007-03-13 Oliver McFaddenAdd defines for the values written to R300_RB3D_ZCACHE_...
2007-03-13 Oliver McFaddenDocumented the value written for R300_TX_CNTL cache...
2007-03-13 Xiang, Haihaomesa: _mesa_unpack_image
2007-03-13 Oliver McFaddenCorrected values written to R300_RB3D_DSTCACHE_CTLSTAT...
2007-03-13 Oliver McFaddenGuess another unknown register used for R300 pacification.
2007-03-12 Michel Dänzeri915tex: Don't crash when intel_fb->color_rb[i] is...
2007-03-12 Brianclean-up, simplify _mesa_image_row_stride()
2007-03-12 Briantake GL_UNPACK_ALIGNMENT into account in _mesa_image_ro...
2007-03-12 Alan Swansonr200: Simplify r200SetCliprects like radeonSetCliprects...
2007-03-12 Alan Swansonr200: Adapt cliprect fixes from r300.
2007-03-12 Alan Swansonradeon: Adapt cliprect fixes from r300.
next