remove stray tab
[mesa.git] / src / mesa / drivers /
2006-12-20 BrianOverhaul of GLSL API functions, dispatching, etc.
2006-12-15 Brianvertex/fragment program field changes
2006-12-12 George SapountzisBug 7260: mach64 texture memory mng cleanup
2006-12-12 George SapountzisBug 7861: mach64 with render acceleration should restor...
2006-12-12 George SapountzisBug 7790: Polygons incorrectly clipped by mach64 driver
2006-12-10 Eric Anholti965: Fix a crash with wine by not allocating >1MB...
2006-12-08 Xiang, Haihaofix bug#9237
2006-12-08 Xiang, Haihaofix bug#9045
2006-12-07 Michel Dänzeri915tex: Recalculate viewport related hardware state...
2006-12-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-06 Michel DänzerMake git ignore some more generated files.
2006-12-06 Michel DänzerMake git ignore files only generated at build time.
2006-12-06 Michel DänzerRe-generate options.h with Swedish translations.
2006-12-06 Daniel NylanderSwedish translation of driconf options.
2006-12-02 Gary WongStructure CopyPixels similarly to i915 do_texture_copyp...
2006-12-01 Claudio CiccaniBe aware that the surface storage can change between...
2006-12-01 Claudio CiccaniRemove DirectFBGL header from Mesa bacause since 1...
2006-12-01 Thomas HellströmFix an infinite loop error that may occur when many...
2006-12-01 Claudio CiccaniFixed compilation errors/warnings.
2006-11-30 Roland Scheideggerfix mixed conventional / generic vertex arrays which...
2006-11-29 Roland Scheideggerfix a bug in the sanity code when outputting vertex...
2006-11-29 Roland Scheideggercall Driver.ProgramStringNotify if a ati_fragment_shade...
2006-11-29 Eric AnholtAdd accelerated CopyPixels for non-overlapping, 1:1...
2006-11-28 Dave AirlieUpdate miniglx support for new memory manager
2006-11-27 Brian Paulremove assertions to match i915tex code (bug 8726)
2006-11-26 Tilman SauerbeckBug #6044: actually delete the texture object in mgaDel...
2006-11-23 Keith WhitwellHaihao Xiang's edgeflag patch.
2006-11-23 Keith WhitwellHaihao Xiang's pointsize initialization patch.
2006-11-23 Dave Airlierealign some of the i830 code from the i915
2006-11-23 Dave Airliefixup draw/depth region handling in i830 along lines...
2006-11-21 Roland Scheideggerfix segfault with ATI_fs when trying to use a not enabl...
2006-11-21 Keith Whitwellblend, logicop changes for intelEmitCopyBlit backported...
2006-11-21 Keith WhitwellGary Wong's patches for CopyPixels Logiop (enable)...
2006-11-21 Keith WhitwellGary Wong's fix for 64 bit cleanness of vertex program...
2006-11-21 Keith WhitwellCommit Gary Wong & Keith Packard's changes for bug...
2006-11-20 Rune PetersenDisable fragment program debug messages.
2006-11-20 Keith WhitwellDon't perform dangling attribute check on POS attribute...
2006-11-17 Rune Petersenfragment.position support
2006-11-17 Rune Petersenr300_select_vertex_shader4:
2006-11-16 Brian Paulremove unused imesa local var to silence warnings
2006-11-16 Keith WhitwellMake sure vbo's are mapped before accessing their conte...
2006-11-15 Brian PaulAdd a size parameter to _mesa_add_unnamed_constant...
2006-11-15 Jerome GlisseRemove use of GetBufferSize (depreciated).
2006-11-14 Ian RomanickEnable GLX_SGI_make_current_read for tdfx.
2006-11-13 Ian RomanickClean-up compiler warnings.
2006-11-13 Ian RomanickImplement GL_ARB_occlusion_query.
2006-11-13 Ian RomanicktdfxDDWriteDepthPixels can be called with mask == NULL.
2006-11-13 Ian RomanickMajor clean-up of tdfxDDGetString.
2006-11-13 Ian RomanickEliminate use of deprecated GetBufferSize interface.
2006-11-13 Ian RomanickFix "3D driver claims to not support visual ..." warnings.
2006-11-10 Ian RomanickBump driver date.
2006-11-10 Ian RomanickRefactor savageXMesaSet{Back,Front}ClipRects.
2006-11-10 Ian RomanickEnable GLX_SGI_make_current_read.
2006-11-10 Dave AirlieFix up texture compression at least Get and TexImage...
2006-11-10 Ian RomanickImplement GLX_SGI_make_current_read
2006-11-09 Ian RomanickRemove unnecessary setting of GetBufferSize to NULL.
2006-11-09 Adam JacksonFix some && (logical) that should clearly have been...
2006-11-05 Roland Scheideggerfix vp lockups due to incorrectly set up / emitted...
2006-11-05 Roland Scheideggerfix using VERT_ATTRIB_WEIGHT instead of VERT_BIT_WEIGHT...
2006-11-05 Jerome GlisseAdd sin instruction to fragment program.
2006-11-04 Jerome GlisseAdd cos instruction and remove left over debug.
2006-11-03 Brian PaulAdded OpenGL 2.1 entrypoints.
2006-11-03 Brian PaulSet DO_DEBUG=0
2006-11-03 Brian Paulonly enabled memcpy timing if DO_DEBUG=1
2006-11-03 Roland Scheideggerenable generic arrays for r200 hw vertex programs by...
2006-11-03 Roland Scheideggerremove setting some driver funcs explicitly to NULL...
2006-11-02 Brian PaulUpdate gl_API.xml with OpenGL 2.0 functions, regenerate...
2006-11-02 Brian Paulinclude utils.h to silence warning
2006-11-02 Brian Pauls/GLuint/int/ to silence warnings
2006-11-02 Brian Paulcasting, type changes to silence warnings
2006-11-02 Brian Pauls/GLint/GLuint/ to fix sign warnings
2006-11-02 Brian Paulfix typo, silence warnings
2006-11-02 Brian PaulFix GL_EXT_packed_depth_stencil crash, but shadowtex...
2006-11-02 Brian PaulFix fragment program fog problems found with Glean.
2006-11-02 Brian PaulCall _mesa_problem() from i915_program_error() so we...
2006-11-02 Jerome GlisseAdd requested size to r300RefillCurrentDmaRegion.
2006-11-02 Brian Paulremove GetBufferSize = NULL; assignment
2006-11-02 Brian PaulFixes Glean vertex/fragment test failures. Those tests...
2006-11-02 Brian Paulremove GetBufferSize code
2006-11-02 Brian Paulremove unneeded extern declaration of lockMutex
2006-11-02 Brian Paulbump driver date
2006-11-02 Brian PaulUse RGBA_LOGICOP_ENABLED() instead of ctx->Color._Logic...
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-11-01 Brian Paulcomment-out unused var
2006-11-01 Brian Paulremove unused vars
2006-11-01 Brian Paulfix _mesa_select_tex_image() calls
2006-11-01 Brian PaulDon't use the x/y/width/height params passed to Clear...
2006-11-01 Brian Pauldisable debug printfs
2006-11-01 Jerome GlisseCorrect a little bug, radeon->glCtx is a pointer.
2006-11-01 Jerome GlisseRemove deprecated GetBufferSize interface.
2006-11-01 Keith Whitwellfix compiler warnings
2006-11-01 Keith WhitwellPatch from <haihao.xiang@intel.com> -- pass program...
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-11-01 Jerome GlisseAdd LIT instruction to fragment program.
2006-11-01 Keith WhitwellImport texmem i915 driver to its new location as i915tex.
2006-11-01 Jerome GlisseAdd CMPH instruction to fragprog
2006-11-01 Keith WhitwellPatch from <haihao.xiang@intel.com> -- pass program...
2006-10-30 Ian RomanickFix bug #8799.
2006-10-30 Ian RomanickRefactor mgaXMesaSetFrontClipRects and mgaXMesaSetBackC...
2006-10-30 Ian RomanickGet DRI drawable from framebuffer object.
next