2007-08-19 |
Brian | Fix some draw_arrays issues. |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Brian | more work on vertex shaders, now using vertex shaders... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Brian | Create a default vertex attribute buffer which mirrors... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Brian | added tnl state atom |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Brian | fix xm_buffer_data |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added null VB->AttribPtr[i] check |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | fix edgeflag bug |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | pack output vertex attributes in sequential slots |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | tell vbo module to use bufferobjs |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added call to _mesa_load_state_parameters() |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added vbo_use_buffer_objects() to specify that immediat... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | write outputs according to vs.outputs_written |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added outputs_written field to pipe_shader_state |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | load machine.Inputs based on vs.inputs_read |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added pipe ptr to draw_context |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | compute clipmask |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | define CLIP_LEFT/RIGHT etc |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | shade four vertices at a time |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added align16() function |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added uint64 type |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | replace assertion w/ conditionals in xmesa_clear() |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | Use simple st->pipe->clear() in more cases for depth... |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | fix buffer clearing problems |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | assertions |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | added assertions, disable debug output |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Break mesa dependencies. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Break mesa dependencies. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Define ffs() for __WIN32__ & __MSC__. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Define __WIN32__. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Move VS code from st_atom_fs.c to st_atom_vs.c. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Cosmetic changes. |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Brian | Remove many dependencies on mesa headers. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | misc changes to support vertex shaders (disabled by... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | run real vertex shaders, a total hack for now |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | make pass-through vertex shader |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | check for null swrast (pipe work-around) |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | Begin added vertex shader state/support. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | disable Z value scaling - it's done in sp_quad_depth_test.c |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | move the draw_alloc/free_tmps() functions to draw_prim.c |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | Remove GL/mesa types, rearrange things into more logica... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Add missing inlcude directory. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Copy fragment z if the fragment shader does not write... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | Drawing code refactoring. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | point/line/polygon drawing (factored out of draw_vb.c) |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Silence warnings. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Silence warnings. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Silence warnings. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Silence warnings. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
michal | Use 'f' for float suffix. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Keith Whitwell | Remove mesa include directories, be stricter about... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | translate GL texture targets to PIPE_TEXTURE_x values |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | added PIPE_PRIM_x tokens (matching GL), use in a few... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | Hook in new draw_arrays() code, disabled for now. |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | softpipe_draw_arrays() function |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | added new draw_arrays() |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | convert vbo->draw_prims() to pipe->draw_arrays(): works... |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | added vertex array info fields |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | added draw_set_vertex_array_info() |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Brian | comment |
commit | commitdiff | tree | snapshot |
2007-08-15 |
michal | Add UsageMask to DECLARATION in TGSI. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
michal | Add declaration_semantic token to TGSI. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
michal | Declare fragment shader output registers. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
michal | Cleanup, do not use fp_attr_to_slot[] mapping array. |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Brian | sketch out vbo drawing function |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Brian | added state funcs for vertex buffer/element info |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Brian | softpipe vertex element/buffer state funcs |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Brian | comments |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Brian | added some const qualifiers |
commit | commitdiff | tree | snapshot |
2007-08-15 |
Brian | comments, minor clean-ups |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | use regular malloc/free instead of macros |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | added glCopyPixels stub |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | fix typo |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | minor hack to allow 1D textures to work |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | vars to test 1D/2D textures with linear/nearest filtering |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | refactor some code - cube map textures work now |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | Implement texture cache with multiple, direct-mapped... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | Consolidate filter and mipmap level selection in choose... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | Implement remaining mipmap modes for 2D textures. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | tgsi_sampler->get_samples() now operates on a quad... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Keith Whitwell | Beginnings of a demand-filled post-tnl vertex cache. |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Keith Whitwell | Add structs and set-functions for vertex buffer, elemen... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Keith Whitwell | Add surface formats to be used for specifying vertex... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Keith Whitwell | Continue reducing dependencies on core mesa include... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | added pixelzoom cmd line opt |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | set renderbuffer Width/Height = texture size |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | Added st_fb_orientation() function to determine the... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | map stencil buffer too |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | added assertion to check that texture width is non... |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | fix up some render-to-texture code ... almost there |
commit | commitdiff | tree | snapshot |
2007-08-14 |
Brian | added an assertion |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Keith Whitwell | Missing files |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Keith Whitwell | Start breaking the #include dependencies between pipe... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Brian | check if we have a zbuf before enabling depth_test... |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Brian | fix some issues with texture/mipmap_tree state tracking |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Brian | with Y=0=top, front/back determination is negated |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Brian | check for ctx==NULL in st_renderbuffer_delete() |
commit | commitdiff | tree | snapshot |
2007-08-13 |
Brian | Draw white square in lower-left corner to test orientation |
commit | commitdiff | tree | snapshot |
next |