Age | Commit message (Expand) | Author |
2007-06-19 | Re-org of surface/framebuffer state. | Brian |
2007-06-19 | just use regular malloc(), free(), memcpy() | Brian |
2007-06-19 | add point/line/polygon state | Brian |
2007-06-18 | Added alpha test state. | Brian |
2007-06-18 | Define just one set of PIPE_FUNC_LESS, GREATER, EQUAL, etc tokens. | Brian |
2007-06-15 | s/PRIM_H/SP_STATE_H/ | Brian |
2007-06-15 | Added st_update_framebuffer struct/object. | Brian |
2007-06-15 | framebuffer state | Brian |
2007-06-15 | In softpipe_set_viewport() use ordinary (struct) assignment to update softpip... | Brian |
2007-06-15 | initial framebuffer state | Brian |
2007-06-15 | framebuffer state | Brian |
2007-06-14 | Rename directories again?! | Keith Whitwell |
2007-06-14 | Renamed softpipe directories and files to something less confusing. | Keith Whitwell |
2007-06-14 | Small optimization for line drawing. | Keith Whitwell |
2007-06-14 | Remove some dead code. | Keith Whitwell |
2007-06-12 | simple line drawing code | Brian |
2007-05-30 | added st_atom_depth.c | Brian |
2007-05-30 | sketch out texture sampler state | Brian |
2007-05-30 | comments, clean-up, alphabetize members | Brian |
2007-05-30 | added depth(Z) state support | Brian |
2007-05-30 | depth(Z) state | Brian |
2007-05-28 | implement point rendering | Brian |
2007-05-25 | INLINE goes before the function's return type | Brian |
2007-05-25 | Add some comments to explain things, code clarifications. | Brian |
2007-05-24 | use GLubyte for stencil ref/mask/clear | Brian |
2007-05-24 | Stencil state. | Brian |
2007-05-24 | added st_atom_blend.c, st_atom_scissor.c | Brian |
2007-05-24 | Implement blend state | Brian |
2007-05-24 | #ifndef SP_DEFINES_H protection, copyright | Brian |
2007-05-24 | scissor depends on glScissor() and framebuffer size | Brian |
2007-05-24 | add scissor state | Brian |
2007-05-24 | scissor state | Brian |
2007-05-24 | define, use SP_MAX_CLIP_PLANES | Brian |
2007-05-24 | Add the vf module. | Keith Whitwell |
2007-05-24 | Use the x11 driver as a test harness for the softpipe/state_tracker code. | Keith Whitwell |
2007-05-24 | First version of the softpipe rasterizer. | Keith Whitwell |
2007-05-14 | master/trunk is now for Mesa 7.1 devel: bump versions | Brian |
2007-05-14 | in __glXGetArrayType() return type, not enabled (bug 10938) | Bruce Merry |
2007-05-14 | comment about fixing uniform structs | Brian |
2007-05-13 | r300: Enable the non-user-buffers code to compile. | Oliver McFadden |
2007-05-13 | r300: Use e32(0x0) rather than e32(0); makes greping for hex values easier. | Oliver McFadden |
2007-05-13 | r300: Use the defined values when writing to R300_RS_ROUTE_0. | Oliver McFadden |
2007-05-13 | r300: Use the defined values when writing to R300_SE_VTE_CNTL. | Oliver McFadden |
2007-05-13 | r300: Added a TODO comment for the R300_VAP_INPUT_ROUTE_[01]_0 values. | Oliver McFadden |
2007-05-13 | r300: Changed some more functions to static functions. | Oliver McFadden |
2007-05-13 | r300: Changed a couple of functions in r300_state.c to static functions. | Oliver McFadden |
2007-05-13 | r300: Removed the unused r300_aos_rec (replaced by r300_dma_region) structure. | Oliver McFadden |
2007-05-13 | r300: Use #if 0 for disabled code, rather than commenting it out. | Oliver McFadden |
2007-05-13 | r300: Removed a couple of obsolete/commented out includes. | Oliver McFadden |
2007-05-13 | r300: A few very minor indenting corrections. | Oliver McFadden |