Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | just use regular malloc(), free(), memcpy() | Brian | 2007-06-19 | 1 | -3/+3 |
| | |||||
* | add point/line/polygon state | Brian | 2007-06-19 | 2 | -0/+41 |
| | |||||
* | Added alpha test state. | Brian | 2007-06-18 | 6 | -13/+120 |
| | |||||
* | Define just one set of PIPE_FUNC_LESS, GREATER, EQUAL, etc tokens. | Brian | 2007-06-18 | 3 | -34/+28 |
| | | | | Used for depth test, alpha test, stencil test, shadow test, etc. | ||||
* | change clear color | Brian | 2007-06-18 | 1 | -1/+1 |
| | |||||
* | s/PRIM_H/SP_STATE_H/ | Brian | 2007-06-15 | 1 | -2/+2 |
| | |||||
* | Added st_update_framebuffer struct/object. | Brian | 2007-06-15 | 2 | -0/+2 |
| | |||||
* | framebuffer state | Brian | 2007-06-15 | 4 | -1/+19 |
| | |||||
* | In softpipe_set_viewport() use ordinary (struct) assignment to update ↵ | Brian | 2007-06-15 | 1 | -1/+1 |
| | | | | | | | softpipe->viewport. The previous memcpy() was incorrect since it only copied 4 bytes instead of 32. With struct assignment we avoid data size errors. | ||||
* | initial framebuffer state | Brian | 2007-06-15 | 5 | -1/+20 |
| | |||||
* | framebuffer state | Brian | 2007-06-15 | 1 | -0/+78 |
| | |||||
* | Add GLUT_ALPHA for softpipe | Keith Whitwell | 2007-06-14 | 46 | -46/+46 |
| | |||||
* | Rename directories again?! | Keith Whitwell | 2007-06-14 | 44 | -4812/+302 |
| | | | | Some git wierdness going on. | ||||
* | Renamed softpipe directories and files to something less confusing. | Keith Whitwell | 2007-06-14 | 74 | -0/+4515 |
| | | | | | | | | | | softpipe/state_tracker --> state_tracker/ softpipe/ --> pipe/ softpipe/generic --> pipe/softpipe/ I don't think pipe is a great name, but I disliked all the others too. Luckily it's fairly easy to rename with git, so this can be revisited later. | ||||
* | Small optimization for line drawing. | Keith Whitwell | 2007-06-14 | 1 | -21/+28 |
| | | | | And some comments on point sprites. | ||||
* | Remove some dead code. | Keith Whitwell | 2007-06-14 | 1 | -4/+0 |
| | |||||
* | simple line drawing code | Brian | 2007-06-12 | 1 | -32/+240 |
| | |||||
* | added st_atom_depth.c | Brian | 2007-05-30 | 1 | -0/+1 |
| | |||||
* | sketch out texture sampler state | Brian | 2007-05-30 | 2 | -0/+43 |
| | |||||
* | comments, clean-up, alphabetize members | Brian | 2007-05-30 | 1 | -20/+28 |
| | |||||
* | added depth(Z) state support | Brian | 2007-05-30 | 5 | -0/+24 |
| | |||||
* | depth(Z) state | Brian | 2007-05-30 | 1 | -0/+88 |
| | |||||
* | implement point rendering | Brian | 2007-05-28 | 1 | -12/+101 |
| | |||||
* | INLINE goes before the function's return type | Brian | 2007-05-25 | 1 | -1/+1 |
| | |||||
* | Add some comments to explain things, code clarifications. | Brian | 2007-05-25 | 3 | -36/+72 |
| | | | | Also, add quad.facing field for front/back facing. See comments for details. | ||||
* | use GLubyte for stencil ref/mask/clear | Brian | 2007-05-24 | 2 | -11/+11 |
| | |||||
* | Stencil state. | Brian | 2007-05-24 | 8 | -0/+183 |
| | |||||
* | added st_atom_blend.c, st_atom_scissor.c | Brian | 2007-05-24 | 1 | -1/+3 |
| | |||||
* | Implement blend state | Brian | 2007-05-24 | 5 | -8/+214 |
| | |||||
* | #ifndef SP_DEFINES_H protection, copyright | Brian | 2007-05-24 | 1 | -1/+30 |
| | |||||
* | scissor depends on glScissor() and framebuffer size | Brian | 2007-05-24 | 1 | -9/+28 |
| | |||||
* | add scissor state | Brian | 2007-05-24 | 2 | -4/+6 |
| | |||||
* | scissor state | Brian | 2007-05-24 | 1 | -0/+69 |
| | |||||
* | define, use SP_MAX_CLIP_PLANES | Brian | 2007-05-24 | 2 | -2/+4 |
| | |||||
* | Add the vf module. | Keith Whitwell | 2007-05-24 | 4 | -0/+2243 |
| | | | | This is a cleaned up version of the code in tnl/t_vertex*. | ||||
* | Use the x11 driver as a test harness for the softpipe/state_tracker code. | Keith Whitwell | 2007-05-24 | 8 | -1/+114 |
| | | | | | This has some limitations as we currently require a mapped framebuffer, so it only really works with double-buffered ximage rgba8888 windows. | ||||
* | First version of the softpipe rasterizer. | Keith Whitwell | 2007-05-24 | 45 | -0/+5761 |
| | | | | | | | | | This will flesh out to hopefully acheive 3 things: - New software rasterizer for mesa - New driver model for mesa & dri with much smaller drivers - The basis for the cell driver. It's got a long way to go yet, but will at least run trivial/tri.c. | ||||
* | Modifications to run with softpipe test harness | Keith Whitwell | 2007-05-24 | 1 | -5/+3 |
| | | | | | RGB->RGBA double buffer by default. | ||||
* | master/trunk is now for Mesa 7.1 devel: bump versions | Brian | 2007-05-14 | 3 | -8/+8 |
| | |||||
* | in __glXGetArrayType() return type, not enabled (bug 10938) | Bruce Merry | 2007-05-14 | 1 | -1/+1 |
| | |||||
* | comment about fixing uniform structs | Brian | 2007-05-14 | 1 | -0/+13 |
| | |||||
* | r300: Enable the non-user-buffers code to compile. | Oliver McFadden | 2007-05-13 | 1 | -1/+2 |
| | |||||
* | r300: Use e32(0x0) rather than e32(0); makes greping for hex values easier. | Oliver McFadden | 2007-05-13 | 1 | -16/+16 |
| | |||||
* | r300: Use the defined values when writing to R300_RS_ROUTE_0. | Oliver McFadden | 2007-05-13 | 2 | -1/+6 |
| | |||||
* | r300: Use the defined values when writing to R300_SE_VTE_CNTL. | Oliver McFadden | 2007-05-13 | 1 | -1/+4 |
| | | | | | | | | | You can verify this is correct with the following code. assert (0x043f == (R300_VTX_W0_FMT | R300_VPORT_X_SCALE_ENA | R300_VPORT_X_OFFSET_ENA | R300_VPORT_Y_SCALE_ENA | R300_VPORT_Y_OFFSET_ENA | R300_VPORT_Z_SCALE_ENA | R300_VPORT_Z_OFFSET_ENA)); | ||||
* | r300: Added a TODO comment for the R300_VAP_INPUT_ROUTE_[01]_0 values. | Oliver McFadden | 2007-05-13 | 1 | -0/+8 |
| | |||||
* | r300: Changed some more functions to static functions. | Oliver McFadden | 2007-05-13 | 5 | -239/+207 |
| | | | | | This required reordering some of the functions which is why the diff is a little larger. | ||||
* | r300: Changed a couple of functions in r300_state.c to static functions. | Oliver McFadden | 2007-05-13 | 2 | -18/+17 |
| | |||||
* | r300: Removed the unused r300_aos_rec (replaced by r300_dma_region) structure. | Oliver McFadden | 2007-05-13 | 1 | -13/+0 |
| | |||||
* | r300: Use #if 0 for disabled code, rather than commenting it out. | Oliver McFadden | 2007-05-13 | 1 | -10/+14 |
| |