Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-16 | Merge branch 'vbo_0_1_branch' into vbo-0.2 | Keith Whitwell | |
2007-01-16 | Merge branch 'master-merge' into vbo-0.2 | Keith Whitwell | |
2007-01-15 | Remove unused index buffer. | Keith Whitwell | |
2007-01-15 | Don't special-case FOG attribute initialization. | Keith Whitwell | |
Initial fog value was being set to {0,0,0,0}. This results in vector size 4, but isn't necessary. The regular {0,0,0,1} works fine. | |||
2007-01-15 | Correctly initialize current attribute sizes. | Keith Whitwell | |
Some legacy attributes (eg color) have an initial value other than {0,0,0,1} which means that their initial size != 1 either. | |||
2007-01-15 | Remove debug, reenable inplace splitting. | keithw | |
2007-01-15 | Split too-large draw commands. | Keith Whitwell | |
Use the vbo_split_ functionality to split incoming drawing command to fit within the fixed-size buffers used by software t&l module. | |||
2007-01-15 | Remove special-case handling for index and edgeflag | Keith Whitwell | |
This isn't required with the changes to core mesa and the new attribute layout. | |||
2007-01-15 | Hook in split functionality | keithw | |
2007-01-15 | Add vbo_split files | keithw | |
2007-01-15 | New files to manage splitting drawing commands | keithw | |
2006-11-20 | Don't perform dangling attribute check on POS attribute. It can't by | Keith Whitwell | |
definition dangle (every vertex has a position). However save->currentsz isn't properly maintained for this attribute, as there is no current position value to track. Based on patch from Haihao Xiang. | |||
2006-11-03 | Fix compiler warnings. | Keith Whitwell | |
Add missing code for translating non-GLuint elements. | |||
2006-11-03 | need to call bind_arrays() in vbo_exec_DrawRangeElements. | Roland Scheidegger | |
2006-11-03 | remove remaining traces of r200FlushVertices... | Roland Scheidegger | |
2006-11-02 | Move r300 to new fbo interface based on Keith Whithwell. | Jerome Glisse | |
Tested with progs/redbook/varray. | |||
2006-11-02 | Fix type-conversion of incoming vertices. | Keith Whitwell | |
Fix mis-application of increment to pointer variable. | |||
2006-11-02 | Fix typo in last commit | Keith Whitwell | |
2006-11-02 | Similarly, fill in missing input slots in the vertex-array + | Keith Whitwell | |
NV_vertex_program path. | |||
2006-11-02 | Fill in missing input slots in the vertex-array + no-vertex-program | Keith Whitwell | |
path. | |||
2006-11-02 | merge current trunk into vbo branch | Alan Hourihane | |
2006-11-02 | Fix typo in display list attrib binding. | Keith Whitwell | |
2006-11-02 | Respect array->Normalized flag. | Keith Whitwell | |
Import edgeflag attribute to array of GLbooleans as expected by downstream code. | |||
2006-11-02 | missing file | Keith Whitwell | |
2006-11-01 | update _mesa_select_tex_image() and _mesa_get_tex_image() | Brian Paul | |
2006-11-01 | update comments | Brian Paul | |
2006-11-01 | Remove x/y/width/height parameters from Clear functions. | Brian Paul | |
2006-11-01 | comment-out unused var | Brian Paul | |
2006-11-01 | remove unused vars | Brian Paul | |
2006-11-01 | fix _mesa_select_tex_image() calls | Brian Paul | |
2006-11-01 | Write back gl_FragDepth to span->array->z. | Michal Krol | |
2006-11-01 | Don't use the x/y/width/height params passed to Clear(). Get them | Brian Paul | |
after locking. Next: remove the params altogether. | |||
2006-11-01 | disable debug printf | Brian Paul | |
2006-11-01 | disable debug printfs | Brian Paul | |
2006-11-01 | Correct a little bug, radeon->glCtx is a pointer. | Jerome Glisse | |
2006-11-01 | Remove deprecated GetBufferSize interface. | Jerome Glisse | |
2006-11-01 | recent updates/fixes | Brian Paul | |
2006-11-01 | fix compiler warnings | Keith Whitwell | |
2006-11-01 | Patch from <haihao.xiang@intel.com> -- pass program string | Keith Whitwell | |
notification callback through to tnl/ module, fixes glean crash. | |||
2006-11-01 | merge the (rest of) texmem branch | Keith Whitwell | |
2006-11-01 | Merge texmem-0-3-branch. | Keith Whitwell | |
2006-11-01 | Add LIT instruction to fragment program. | Jerome Glisse | |
2006-11-01 | Import texmem i915 driver to its new location as i915tex. | Keith Whitwell | |
2006-11-01 | Add CMPH instruction to fragprog | Jerome Glisse | |
CMPH a0, a1, a2 -> if a2 > 0.5 return a1 else return a0 Guessed by examinating LIT instruction handling of FGLRX. | |||
2006-11-01 | Patch from <haihao.xiang@intel.com> -- pass program string | Keith Whitwell | |
notification callback through to tnl/ module, fixes glean crash. | |||
2006-11-01 | change DEBUG_FRAG conditions | Brian Paul | |
2006-11-01 | fix some bugs in interpolate_specular() | Brian Paul | |
2006-11-01 | Added a few new ctx->Const. fields for shader-related limits. | Brian Paul | |
2006-10-31 | make use of Parameters->StateFlags in _swrast_update_fragment_program() | Brian Paul | |
2006-10-31 | minor clean-ups, simplifications and new comments | Brian Paul | |