summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-05document VBO bug fix 9445Brian1-0/+1
2007-01-05Fix glPush/PopClientAttrib() for VBO state (bug 9445).Brian1-2/+15
2007-01-04Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/mesa/mesaIan Romanick2-7/+8
2007-01-04Use glxbyteorder.h in server-side source files.Ian Romanick2-30/+3
2007-01-04Hack indent flags for indirect_reqsize.h to eliminate extra diffs.Ian Romanick1-1/+1
2007-01-04Add missing files to server generation list.Ian Romanick1-1/+9
2007-01-04r300: Correct bug introduced by fragprog rework.Jerome Glisse1-4/+5
2007-01-04s/unsigned/size_t/ (Matthias Hopf)Brian1-3/+3
2007-01-02Update spot light paramsPatrice Mandin3-36/+45
2007-01-02nouveau: bump drm patchlevel.Ben Skeggs1-1/+1
2006-12-31fix issue with i915tex advertising visuals it can't supportDave Airlie1-0/+3
2006-12-30Use the tiled flag in the sarea to determine region tiling.Haihao Xiang3-4/+9
2006-12-27nouveau: Use bufferobj interface for fragment program uploadsBen Skeggs2-21/+20
2006-12-27nouveau: Initial buffer object supportBen Skeggs5-0/+303
2006-12-27nouveau: We'll need syncNotifier for NV_MEMORY_TO_MEMORY_FORMAT too.Ben Skeggs1-0/+5
2006-12-27nouveau: add nouveau_mem_alloc/free debuggingBen Skeggs3-3/+20
2006-12-27nouveau: record *actual* type of memory that was alloc'd, not the requested t...Ben Skeggs2-3/+6
2006-12-27nouveau: TypoBen Skeggs1-1/+1
2006-12-27nouveau: Add simple wrapper for NV_MEMORY_TO_MEMORY_FORMAT.Ben Skeggs4-1/+75
2006-12-26Deleted unused file which likely have be reintroduced during git move.Jerome Glisse1-1328/+0
2006-12-26nouveau: Make use of NOUVEAU_DEBUG for shader disasmBen Skeggs3-15/+24
2006-12-26nouveau: Make the notifier stuff actually work..Ben Skeggs1-4/+8
2006-12-26nouveau: Wait on notifier to check for completion of previous commands.Ben Skeggs4-35/+23
2006-12-26nouveau: Add notifier support functionsBen Skeggs7-8/+179
2006-12-25Rework r300 fragprog avoid using bitfield structure.Jerome Glisse2-290/+466
2006-12-24nouveau: Kill some compile warnings.Ben Skeggs10-21/+13
2006-12-24nouveau: Modify span routines to use nouveau_renderbuffer instead of driRende...Ben Skeggs3-8/+30
2006-12-23nouveau: maintain numClipRects/pClipRects in context.Ben Skeggs4-57/+46
2006-12-23nouveau: Don't fill nrb->dPriv for private buffersBen Skeggs4-9/+9
2006-12-23nouveau: get 16bpp workingBen Skeggs4-5/+13
2006-12-21Drop mesa wrappers for XFree86.George Sapountzis3-208/+45
2006-12-21Updated keyboard input so that glut programs can read from stdin withoutSean D'Epagnier1-42/+44
2006-12-20Merge branch 'nouveau-import'Dave Airlie50-0/+13423
2006-12-17Don't build passthrough shader on <NV40Ben Skeggs1-1/+2
2006-12-16Don't update span->array->z[] values from SLANG_FRAGMENT_FIXED_FRAGDEPTH.Brian1-10/+12
2006-12-16initial release notes for 6.5.3Brian2-0/+78
2006-12-16don't allow fog when using a fragment shader (bug 9346)Brian1-2/+5
2006-12-16Get nv10_swtcl.c working enough for glxgears on NV40.Ben Skeggs5-6/+96
2006-12-15Fix copy-and-paste mistake in comment ("scaling" should read "translation").Gary Wong1-1/+1
2006-12-15NV1x/2x hw_func stubs.Ben Skeggs2-6/+62
2006-12-14Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian16-124/+202
2006-12-14Replace __extension__ with LONGSTRING.Brian1-1/+1
2006-12-14Check in a long-misplaced spec update.Brian1-21/+7
2006-12-14Fix copy-and-paste-o of my e-mail address.texmem-1.0Michel Dänzer2-2/+2
2006-12-14Avoid failing assertion in intel_miptree_set_image_offset() with cube maps.Michel Dänzer1-1/+1
2006-12-14Fix some corner cases in i945_miptree_layout_2d().Michel Dänzer1-7/+27
2006-12-14Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers.Michel Dänzer8-105/+139
2006-12-14intel_finalize_mipmap_tree: Add more conditions for rebuilding mipmap trees.Michel Dänzer1-3/+12
2006-12-14intel_batchbuffer_flush: Don't assert cliprects when lock is not held.Michel Dänzer1-9/+7
2006-12-14intelTexSubimage: Fix last parameter for intel_miptree_image_map().Michel Dänzer1-2/+1