summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-16Merge branch 'vbo_0_1_branch' into vbo-0.2Keith Whitwell
2007-01-16Merge branch 'master-merge' into vbo-0.2Keith Whitwell
2007-01-15Remove unused index buffer.Keith Whitwell
2007-01-15Don't special-case FOG attribute initialization.Keith Whitwell
2007-01-15Correctly initialize current attribute sizes.Keith Whitwell
2007-01-15Remove debug, reenable inplace splitting.keithw
2007-01-15Split too-large draw commands.Keith Whitwell
2007-01-15Remove special-case handling for index and edgeflagKeith Whitwell
2007-01-15Hook in split functionalitykeithw
2007-01-15Add vbo_split fileskeithw
2007-01-15New files to manage splitting drawing commandskeithw
2006-11-20Don't perform dangling attribute check on POS attribute. It can't byKeith Whitwell
2006-11-03Fix compiler warnings.Keith Whitwell
2006-11-03need to call bind_arrays() in vbo_exec_DrawRangeElements.Roland Scheidegger
2006-11-03remove remaining traces of r200FlushVertices...Roland Scheidegger
2006-11-02Move r300 to new fbo interface based on Keith Whithwell.Jerome Glisse
2006-11-02Fix type-conversion of incoming vertices.Keith Whitwell
2006-11-02Fix typo in last commitKeith Whitwell
2006-11-02Similarly, fill in missing input slots in the vertex-array +Keith Whitwell
2006-11-02Fill in missing input slots in the vertex-array + no-vertex-programKeith Whitwell
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-11-02Fix typo in display list attrib binding.Keith Whitwell
2006-11-02Respect array->Normalized flag.Keith Whitwell
2006-11-02missing fileKeith Whitwell
2006-11-01update _mesa_select_tex_image() and _mesa_get_tex_image()Brian Paul
2006-11-01update commentsBrian Paul
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-11-01comment-out unused varBrian Paul
2006-11-01remove unused varsBrian Paul
2006-11-01fix _mesa_select_tex_image() callsBrian Paul
2006-11-01Write back gl_FragDepth to span->array->z.Michal Krol
2006-11-01Don't use the x/y/width/height params passed to Clear(). Get themBrian Paul
2006-11-01disable debug printfBrian Paul
2006-11-01disable debug printfsBrian Paul
2006-11-01Correct a little bug, radeon->glCtx is a pointer.Jerome Glisse
2006-11-01Remove deprecated GetBufferSize interface.Jerome Glisse
2006-11-01recent updates/fixesBrian Paul
2006-11-01fix compiler warningsKeith Whitwell
2006-11-01Patch from <haihao.xiang@intel.com> -- pass program stringKeith Whitwell
2006-11-01merge the (rest of) texmem branchKeith Whitwell
2006-11-01Merge texmem-0-3-branch.Keith Whitwell
2006-11-01Add LIT instruction to fragment program.Jerome Glisse
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell
2006-11-01Add CMPH instruction to fragprogJerome Glisse
2006-11-01Patch from <haihao.xiang@intel.com> -- pass program stringKeith Whitwell
2006-11-01change DEBUG_FRAG conditionsBrian Paul
2006-11-01fix some bugs in interpolate_specular()Brian Paul
2006-11-01Added a few new ctx->Const. fields for shader-related limits.Brian Paul
2006-10-31make use of Parameters->StateFlags in _swrast_update_fragment_program()Brian Paul
2006-10-31minor clean-ups, simplifications and new commentsBrian Paul