Age | Commit message (Expand) | Author |
2008-01-26 | gallium: Fix build on Windows. | Michal Krol |
2008-01-25 | gallium: replace prim pipeline begin/end() functions with flush() | Brian |
2008-01-23 | gallium: improved vertex layout and interpolant setup in softpipe | Brian |
2008-01-23 | gallium: rework compute_vertex_layout() to intelligently map vs outputs to fs... | Brian |
2008-01-23 | gallium: restore/rewrite vbuf code for softpipe | Brian |
2008-01-23 | gallium: overhaul usage of vertex_info in draw module. | Brian |
2008-01-21 | gallium: remove per-fragment line stipple code | Brian |
2008-01-21 | fix broken point rendering in sp_vbuf_render() | Brian |
2008-01-17 | Back-port miscellaneous fixes from internal branch (mostly portability fixes). | José Fonseca |
2008-01-16 | Fix broken fog. | Brian |
2008-01-10 | clean-up comments, code | Brian |
2007-12-18 | setup the frontface register (fog.y, ATM) | Brian |
2007-12-14 | Added origin_lower_left field to pipe_rasterizer_state | Brian |
2007-12-14 | Don't always declare frag shader INPUT[0] as fragment position. | Brian |
2007-12-10 | minor clean-ups, comments | Brian |
2007-12-09 | gallium: add draw_stage::destroy(). | Michal |
2007-10-29 | Make gallium compile in win32. | Michal Krol |
2007-10-29 | Remove typedefs from enums. | Zack Rusin |
2007-10-27 | Silence compiler warnings. | michal |
2007-10-17 | fix square point rasterization | Brian |
2007-10-16 | Update mask calculations for point drawing. | Brian |
2007-10-16 | Redefine QUAD_TOP_LEFT, TOP_RIGHT, etc. to reflect Y=0=TOP raster layout. | Brian |
2007-10-16 | fix perspective-interpolated attribs for points, liens | Brian |
2007-09-27 | restore primitive trimming in sp_draw_arrays.c | keithw |
2007-09-27 | Make flushing more lazy in the draw module. | Keith Whitwell |
2007-09-25 | First attempt at building vertex buffers post-clip. | Keith Whitwell |
2007-09-21 | Fix up some point size breakage. Start on fogcoord too. | Brian |
2007-09-20 | checkpoint: TGSI_ATTRIB_x tokens no longer used | Brian |
2007-09-20 | Checkpoint: vertex attribute clean-up. | Brian |
2007-09-18 | Checkpoint: rework shader input/output register mapping. | Brian |
2007-09-18 | additional comments for tri_persp_coeff() | Brian |
2007-09-18 | converting the setup state to immutable object and renaming it to rasterizer ... | Zack Rusin |
2007-08-31 | Define attrib_format and interp_mode enum typedefs and use where appropriate. | Brian |
2007-08-30 | fix unhandled switch/case warning | Brian |
2007-08-30 | In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t... | Brian |
2007-08-30 | Sketch out per-vertex point size. | Brian |
2007-08-23 | Use vertex_info struct for softpipe - lots of clean-up. | Brian |
2007-08-23 | Checkpoint: new vertex/fragment attribute naming | Brian |
2007-08-20 | remove some of the #ifndef MESA stuff | Brian |
2007-08-16 | Silence compiler warnings. | michal |
2007-08-16 | Remove many dependencies on mesa headers. | Brian |
2007-08-15 | Remove mesa include directories, be stricter about include paths. | Keith Whitwell |
2007-08-15 | Add UsageMask to DECLARATION in TGSI. | michal |
2007-08-14 | Continue reducing dependencies on core mesa include files. | Keith Whitwell |
2007-08-08 | print_vertex func for debugging | Brian |
2007-08-08 | Add a quad_stage::begin() method to do per-primitive preparations (like setti... | Brian |
2007-07-30 | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi... | Brian |
2007-07-30 | remove old comments | Brian |
2007-07-27 | renaming, comments, clean-up | Brian |
2007-07-27 | Clip triangles against softpipe->cliprect which includes scissor and surface ... | Brian |