Age | Commit message (Expand) | Author |
2008-04-16 | draw: allow pt paths to run without a vbuf render stage | Keith Whitwell |
2008-04-16 | draw: remove vbuf non-vf debug path, fix some failure modes in draw_vbuf_crea... | Keith Whitwell |
2008-04-16 | softpipe: call setup_prepare earlier so that vertex info is correct when queried | Keith Whitwell |
2008-04-16 | draw: update debug code | Keith Whitwell |
2008-04-16 | draw: make pt run pipeline when need_pipeline is true, not just when clipped | Keith Whitwell |
2008-04-16 | gallium: Get the translate module to build on msvc. | José Fonseca |
2008-04-16 | gallium: Build and link the translate module. | José Fonseca |
2008-04-15 | gallium: Switch one vertex path over to new translate module | Keith Whitwell |
2008-04-15 | draw: increment output vertex properly | Keith Whitwell |
2008-04-15 | draw: fix first glitch in vertex emit | Keith Whitwell |
2008-04-15 | translate: typo in emit_B8G8R8A8_UNORM | Keith Whitwell |
2008-04-15 | gallium: add a generic vertex (or other) buffer translation module | Keith Whitwell |
2008-04-15 | draw: fetch_shade_pipeline needs to translate to hw vertex format (from get_v... | Keith Whitwell |
2008-04-15 | gallium: Cache one line worth of debug output on windows. | José Fonseca |
2008-04-15 | gallium: Eliminate stdio file usage. Remove unused stuff. | José Fonseca |
2008-04-15 | gallium: Fix seg fault (James Vogt). | José Fonseca |
2008-04-15 | gallium: Several fixes to buffer caching. | José Fonseca |
2008-04-15 | gallium: Less confusing interface for timeouts. | José Fonseca |
2008-04-15 | gallium: Remove middle of scope declarations. | José Fonseca |
2008-04-15 | gallium: Fix mismatching prototypes. | José Fonseca |
2008-04-15 | gallium: Allow to use a single slab. | José Fonseca |
2008-04-14 | gallium: enable new quad output code, remove old code | Brian |
2008-04-14 | gallium: fix semantic indexes for outputs | Brian |
2008-04-14 | gallium: fix multi drawbuffer fb state | Brian |
2008-04-14 | gallium: set ctx->Const.MaxDrawBuffers | Brian |
2008-04-14 | gallium: fix PIPE_CAP_MAX_RENDER_TARGETS query | Brian |
2008-04-15 | gallium: Add draw_pt_fetch_shade_pipeline.c to scons build. | José Fonseca |
2008-04-15 | gallium: Don't assume snprintf are always available. | José Fonseca |
2008-04-15 | gallium: Serialize buffers writes. | José Fonseca |
2008-04-14 | fix GL_ARB_texture_rectangle breakage | Brian Paul |
2008-04-14 | mesa: define #extension GL_ARB_texture_rectangle | David Flynn |
2008-04-14 | gallium: take reduced prim, fill modes into account when culling | Brian Paul |
2008-04-14 | use the new macro | Zack Rusin |
2008-04-14 | silence some warnings | Zack Rusin |
2008-04-14 | pass vertex size to shaders so that callee can decide on the size | Zack Rusin |
2008-04-14 | softpipe: calculate determinant for all triangles, don't rely on draw module ... | Keith Whitwell |
2008-04-14 | draw: remove dead code | Keith Whitwell |
2008-04-14 | draw: always malloc verts for fetch_shade_pipeline | Keith Whitwell |
2008-04-14 | draw: flush pipeline before trying to allocate more hw vertices | Keith Whitwell |
2008-04-14 | draw: move vertex header init out of fetch_shade_pipeline.c | Keith Whitwell |
2008-04-14 | draw: hide passthrough shading paths behind an environment variable | Keith Whitwell |
2008-04-14 | softpipe: do our own culling, don't rely on the draw module. | Keith Whitwell |
2008-04-14 | Implement fetch/shade/pipeline or emit vertex passthrough. | Zack Rusin |
2008-04-14 | Make shaders operate on a block of memory instead of arrays of vertex_header's | Zack Rusin |
2008-04-14 | return true if one of the vertices has been clipped | Zack Rusin |
2008-04-14 | pass arbitrary number of vertices to the shader execution cycle | Zack Rusin |
2008-04-14 | introduce a define to maxout the processed vertices | Zack Rusin |
2008-04-13 | gallium: Add u_time.c | José Fonseca |
2008-04-13 | gallium: Buffer cache. | José Fonseca |
2008-04-13 | gallium: Initial port of Thomas slab suballocator to pipebuffer. | José Fonseca |