Age | Commit message (Expand) | Author |
2007-08-20 | Start to remove the temporary draw_vb() and draw_vertices() code. | Brian |
2007-08-20 | Move guts of vertex array drawing into the 'draw' module. | Brian |
2007-08-20 | implement DrawElements, still some rough spots | Brian |
2007-08-20 | implement draw_elements() | Brian |
2007-08-20 | don't map element buffer in _mesa_validate_DrawElements() unless necessary | Brian |
2007-08-20 | remove debug printf | Brian |
2007-08-20 | call draw_trim() | Brian |
2007-08-20 | fix cache overflow bug in get_vertex() | Brian |
2007-08-20 | fix VBO clean-up in vbo_exec_vtx_destroy() | Brian |
2007-08-20 | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi... | Brian |
2007-08-19 | Fix some draw_arrays issues. | Brian |
2007-08-18 | more work on vertex shaders, now using vertex shaders instead of TnL module b... | Brian |
2007-08-18 | Create a default vertex attribute buffer which mirrors ctx->Current.Attrrib[] | Brian |
2007-08-18 | added tnl state atom | Brian |
2007-08-18 | fix xm_buffer_data | Brian |
2007-08-17 | replace memcpy() with assignment, better type safety | Brian |
2007-08-17 | added CLIP_x_SHIFT vals | Brian |
2007-08-17 | write outputs according to vs.outputs_written | Brian |
2007-08-17 | added outputs_written field to pipe_shader_state | Brian |
2007-08-17 | load machine.Inputs based on vs.inputs_read | Brian |
2007-08-17 | added pipe ptr to draw_context | Brian |
2007-08-17 | compute clipmask | Brian |
2007-08-17 | define CLIP_LEFT/RIGHT etc | Brian |
2007-08-17 | shade four vertices at a time | Brian |
2007-08-17 | added align16() function | Brian |
2007-08-17 | added uint64 type | Brian |
2007-08-17 | added null VB->AttribPtr[i] check | Brian |
2007-08-17 | fix edgeflag bug | Brian |
2007-08-17 | pack output vertex attributes in sequential slots | Brian |
2007-08-17 | tell vbo module to use bufferobjs | Brian |
2007-08-17 | added call to _mesa_load_state_parameters() | Brian |
2007-08-17 | added vbo_use_buffer_objects() to specify that immediate mode data should be ... | Brian |
2007-08-17 | replace assertion w/ conditionals in xmesa_clear() | Brian |
2007-08-17 | Use simple st->pipe->clear() in more cases for depth/stencil clears. | Brian |
2007-08-17 | fix buffer clearing problems | Brian |
2007-08-17 | assertions | Brian |
2007-08-17 | added assertions, disable debug output | Brian |
2007-08-16 | Break mesa dependencies. | michal |
2007-08-16 | Silence compiler warnings. | michal |
2007-08-16 | Break mesa dependencies. | michal |
2007-08-16 | Silence compiler warnings. | michal |
2007-08-16 | Define ffs() for __WIN32__ & __MSC__. | michal |
2007-08-16 | Define __WIN32__. | michal |
2007-08-16 | Move VS code from st_atom_fs.c to st_atom_vs.c. | michal |
2007-08-16 | Cosmetic changes. | michal |
2007-08-16 | Remove many dependencies on mesa headers. | Brian |
2007-08-16 | misc changes to support vertex shaders (disabled by default) | Brian |
2007-08-16 | run real vertex shaders, a total hack for now | Brian |
2007-08-16 | make pass-through vertex shader | Brian |
2007-08-16 | check for null swrast (pipe work-around) | Brian |