2007-08-21 |
Brian | Update glClear and glDrawPixels code. |
commit | commitdiff | tree |
2007-08-20 |
Brian | minor clean-ups |
commit | commitdiff | tree |
2007-08-20 |
Brian | Use new draw_arrays() code. |
commit | commitdiff | tree |
2007-08-20 |
Brian | remove the -DMESA flags |
commit | commitdiff | tree |
2007-08-20 |
Brian | remove some of the #ifndef MESA stuff |
commit | commitdiff | tree |
2007-08-20 |
Brian | Obsolete |
commit | commitdiff | tree |
2007-08-20 |
Brian | remove dead code related to vf module |
commit | commitdiff | tree |
2007-08-20 |
Brian | Checkpoint: remove more of the old draw_vb() code. |
commit | commitdiff | tree |
2007-08-20 |
Brian | Start to remove the temporary draw_vb() and draw_vertic... |
commit | commitdiff | tree |
2007-08-20 |
Brian | Move guts of vertex array drawing into the 'draw' module. |
commit | commitdiff | tree |
2007-08-20 |
Brian | implement DrawElements, still some rough spots |
commit | commitdiff | tree |
2007-08-20 |
Brian | implement draw_elements() |
commit | commitdiff | tree |
2007-08-20 |
Brian | don't map element buffer in _mesa_validate_DrawElements... |
commit | commitdiff | tree |
2007-08-20 |
Brian | remove debug printf |
commit | commitdiff | tree |
2007-08-20 |
Brian | call draw_trim() |
commit | commitdiff | tree |
2007-08-20 |
Brian | fix cache overflow bug in get_vertex() |
commit | commitdiff | tree |
2007-08-20 |
Brian | fix VBO clean-up in vbo_exec_vtx_destroy() |
commit | commitdiff | tree |
2007-08-20 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree |
2007-08-19 |
Brian | Fix some draw_arrays issues. |
commit | commitdiff | tree |
2007-08-18 |
Brian | more work on vertex shaders, now using vertex shaders... |
commit | commitdiff | tree |
2007-08-18 |
Brian | Create a default vertex attribute buffer which mirrors... |
commit | commitdiff | tree |
2007-08-18 |
Brian | added tnl state atom |
commit | commitdiff | tree |
2007-08-18 |
Brian | fix xm_buffer_data |
commit | commitdiff | tree |
2007-08-17 |
Brian | replace memcpy() with assignment, better type safety |
commit | commitdiff | tree |
2007-08-17 |
Brian | added CLIP_x_SHIFT vals |
commit | commitdiff | tree |
2007-08-17 |
Brian | write outputs according to vs.outputs_written |
commit | commitdiff | tree |
2007-08-17 |
Brian | added outputs_written field to pipe_shader_state |
commit | commitdiff | tree |
2007-08-17 |
Brian | load machine.Inputs based on vs.inputs_read |
commit | commitdiff | tree |
2007-08-17 |
Brian | added pipe ptr to draw_context |
commit | commitdiff | tree |
2007-08-17 |
Brian | compute clipmask |
commit | commitdiff | tree |
2007-08-17 |
Brian | define CLIP_LEFT/RIGHT etc |
commit | commitdiff | tree |
2007-08-17 |
Brian | shade four vertices at a time |
commit | commitdiff | tree |
2007-08-17 |
Brian | added align16() function |
commit | commitdiff | tree |
2007-08-17 |
Brian | added uint64 type |
commit | commitdiff | tree |
2007-08-17 |
Brian | added null VB->AttribPtr[i] check |
commit | commitdiff | tree |
2007-08-17 |
Brian | fix edgeflag bug |
commit | commitdiff | tree |
2007-08-17 |
Brian | pack output vertex attributes in sequential slots |
commit | commitdiff | tree |
2007-08-17 |
Brian | tell vbo module to use bufferobjs |
commit | commitdiff | tree |
2007-08-17 |
Brian | added call to _mesa_load_state_parameters() |
commit | commitdiff | tree |
2007-08-17 |
Brian | added vbo_use_buffer_objects() to specify that immediat... |
commit | commitdiff | tree |
2007-08-17 |
Brian | replace assertion w/ conditionals in xmesa_clear() |
commit | commitdiff | tree |
2007-08-17 |
Brian | Use simple st->pipe->clear() in more cases for depth... |
commit | commitdiff | tree |
2007-08-17 |
Brian | fix buffer clearing problems |
commit | commitdiff | tree |
2007-08-17 |
Brian | assertions |
commit | commitdiff | tree |
2007-08-17 |
Brian | added assertions, disable debug output |
commit | commitdiff | tree |
2007-08-16 |
michal | Break mesa dependencies. |
commit | commitdiff | tree |
2007-08-16 |
michal | Silence compiler warnings. |
commit | commitdiff | tree |
2007-08-16 |
michal | Break mesa dependencies. |
commit | commitdiff | tree |
2007-08-16 |
michal | Silence compiler warnings. |
commit | commitdiff | tree |
2007-08-16 |
michal | Define ffs() for __WIN32__ & __MSC__. |
commit | commitdiff | tree |
2007-08-16 |
michal | Define __WIN32__. |
commit | commitdiff | tree |
2007-08-16 |
michal | Move VS code from st_atom_fs.c to st_atom_vs.c. |
commit | commitdiff | tree |
2007-08-16 |
michal | Cosmetic changes. |
commit | commitdiff | tree |
2007-08-17 |
Brian | Remove many dependencies on mesa headers. |
commit | commitdiff | tree |
2007-08-16 |
Brian | misc changes to support vertex shaders (disabled by... |
commit | commitdiff | tree |
2007-08-16 |
Brian | run real vertex shaders, a total hack for now |
commit | commitdiff | tree |
2007-08-16 |
Brian | make pass-through vertex shader |
commit | commitdiff | tree |
2007-08-16 |
Brian | check for null swrast (pipe work-around) |
commit | commitdiff | tree |
2007-08-16 |
Brian | Begin added vertex shader state/support. |
commit | commitdiff | tree |
2007-08-16 |
Brian | disable Z value scaling - it's done in sp_quad_depth_test.c |
commit | commitdiff | tree |
2007-08-16 |
Brian | move the draw_alloc/free_tmps() functions to draw_prim.c |
commit | commitdiff | tree |
2007-08-16 |
Brian | Remove GL/mesa types, rearrange things into more logica... |
commit | commitdiff | tree |
2007-08-16 |
michal | Add missing inlcude directory. |
commit | commitdiff | tree |
2007-08-16 |
michal | Copy fragment z if the fragment shader does not write... |
commit | commitdiff | tree |
2007-08-16 |
Brian | Drawing code refactoring. |
commit | commitdiff | tree |
2007-08-16 |
Brian | point/line/polygon drawing (factored out of draw_vb.c) |
commit | commitdiff | tree |
2007-08-16 |
michal | Silence warnings. |
commit | commitdiff | tree |
2007-08-16 |
michal | Silence warnings. |
commit | commitdiff | tree |
2007-08-16 |
michal | Silence warnings. |
commit | commitdiff | tree |
2007-08-16 |
michal | Silence warnings. |
commit | commitdiff | tree |
2007-08-16 |
michal | Use 'f' for float suffix. |
commit | commitdiff | tree |
2007-08-15 |
Keith Whitwell | Remove mesa include directories, be stricter about... |
commit | commitdiff | tree |
2007-08-16 |
Brian | translate GL texture targets to PIPE_TEXTURE_x values |
commit | commitdiff | tree |
2007-08-16 |
Brian | added PIPE_PRIM_x tokens (matching GL), use in a few... |
commit | commitdiff | tree |
2007-08-16 |
Brian | Hook in new draw_arrays() code, disabled for now. |
commit | commitdiff | tree |
2007-08-16 |
Brian | softpipe_draw_arrays() function |
commit | commitdiff | tree |
2007-08-16 |
Brian | added new draw_arrays() |
commit | commitdiff | tree |
2007-08-16 |
Brian | convert vbo->draw_prims() to pipe->draw_arrays(): works... |
commit | commitdiff | tree |
2007-08-16 |
Brian | added vertex array info fields |
commit | commitdiff | tree |
2007-08-16 |
Brian | added draw_set_vertex_array_info() |
commit | commitdiff | tree |
2007-08-16 |
Brian | comment |
commit | commitdiff | tree |
2007-08-15 |
michal | Add UsageMask to DECLARATION in TGSI. |
commit | commitdiff | tree |
2007-08-15 |
michal | Add declaration_semantic token to TGSI. |
commit | commitdiff | tree |
2007-08-15 |
michal | Declare fragment shader output registers. |
commit | commitdiff | tree |
2007-08-15 |
michal | Cleanup, do not use fp_attr_to_slot[] mapping array. |
commit | commitdiff | tree |
2007-08-15 |
Brian | sketch out vbo drawing function |
commit | commitdiff | tree |
2007-08-15 |
Brian | added state funcs for vertex buffer/element info |
commit | commitdiff | tree |
2007-08-15 |
Brian | softpipe vertex element/buffer state funcs |
commit | commitdiff | tree |
2007-08-15 |
Brian | comments |
commit | commitdiff | tree |
2007-08-15 |
Brian | added some const qualifiers |
commit | commitdiff | tree |
2007-08-15 |
Brian | comments, minor clean-ups |
commit | commitdiff | tree |
2007-08-14 |
Brian | use regular malloc/free instead of macros |
commit | commitdiff | tree |
2007-08-14 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree |
2007-08-14 |
Brian | added glCopyPixels stub |
commit | commitdiff | tree |
2007-08-14 |
Brian | fix typo |
commit | commitdiff | tree |
2007-08-14 |
Brian | minor hack to allow 1D textures to work |
commit | commitdiff | tree |
2007-08-14 |
Brian | vars to test 1D/2D textures with linear/nearest filtering |
commit | commitdiff | tree |
2007-08-14 |
Brian | refactor some code - cube map textures work now |
commit | commitdiff | tree |
2007-08-14 |
Brian | Implement texture cache with multiple, direct-mapped... |
commit | commitdiff | tree |
2007-08-14 |
Brian | Consolidate filter and mipmap level selection in choose... |
commit | commitdiff | tree |
next |