summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2008-04-17gallium: tweak x/ybias valuesBrian Paul
2008-04-17gallium: Add new file to scons build.Michel Dänzer
2008-04-17draw: move hw vertex emit to a new moduleKeith Whitwell
2008-04-17draw: don't always run pipeline if clippingKeith Whitwell
2008-04-17draw: add vertex shader run_linear functionKeith Whitwell
2008-04-17tsgi: make Consts constKeith Whitwell
2008-04-17draw: add commentKeith Whitwell
2008-04-17draw: keep record of number of active vertex buffersKeith Whitwell
2008-04-17draw: remove misleading commentsKeith Whitwell
2008-04-16gallium: added util_pack_color_ub()Brian Paul
2008-04-17gallium: Use debug_get_bool_option for controlling assert failure behaviour.José Fonseca
2008-04-16draw: allow pt paths to run without a vbuf render stageKeith Whitwell
2008-04-16draw: remove vbuf non-vf debug path, fix some failure modes in draw_vbuf_crea...Keith Whitwell
2008-04-16draw: update debug codeKeith Whitwell
2008-04-16draw: make pt run pipeline when need_pipeline is true, not just when clippedKeith Whitwell
2008-04-16gallium: Get the translate module to build on msvc.José Fonseca
2008-04-16gallium: Build and link the translate module.José Fonseca
2008-04-15gallium: Switch one vertex path over to new translate moduleKeith Whitwell
2008-04-15draw: increment output vertex properlyKeith Whitwell
2008-04-15draw: fix first glitch in vertex emitKeith Whitwell
2008-04-15translate: typo in emit_B8G8R8A8_UNORMKeith Whitwell
2008-04-15gallium: add a generic vertex (or other) buffer translation moduleKeith Whitwell
2008-04-15draw: fetch_shade_pipeline needs to translate to hw vertex format (from get_v...Keith Whitwell
2008-04-15gallium: Cache one line worth of debug output on windows.José Fonseca
2008-04-15gallium: Eliminate stdio file usage. Remove unused stuff.José Fonseca
2008-04-15gallium: Fix seg fault (James Vogt).José Fonseca
2008-04-15gallium: Several fixes to buffer caching.José Fonseca
2008-04-15gallium: Less confusing interface for timeouts.José Fonseca
2008-04-15gallium: Fix mismatching prototypes.José Fonseca
2008-04-15gallium: Allow to use a single slab.José Fonseca
2008-04-15gallium: Add draw_pt_fetch_shade_pipeline.c to scons build.José Fonseca
2008-04-15gallium: Don't assume snprintf are always available.José Fonseca
2008-04-15gallium: Serialize buffers writes.José Fonseca
2008-04-14use the new macroZack Rusin
2008-04-14silence some warningsZack Rusin
2008-04-14pass vertex size to shaders so that callee can decide on the sizeZack Rusin
2008-04-14draw: remove dead codeKeith Whitwell
2008-04-14draw: always malloc verts for fetch_shade_pipelineKeith Whitwell
2008-04-14draw: flush pipeline before trying to allocate more hw verticesKeith Whitwell
2008-04-14draw: move vertex header init out of fetch_shade_pipeline.cKeith Whitwell
2008-04-14draw: hide passthrough shading paths behind an environment variableKeith Whitwell
2008-04-14Implement fetch/shade/pipeline or emit vertex passthrough.Zack Rusin
2008-04-14Make shaders operate on a block of memory instead of arrays of vertex_header'sZack Rusin
2008-04-14return true if one of the vertices has been clippedZack Rusin
2008-04-14pass arbitrary number of vertices to the shader execution cycleZack Rusin
2008-04-14introduce a define to maxout the processed verticesZack Rusin
2008-04-13gallium: Add u_time.cJosé Fonseca
2008-04-13gallium: Buffer cache.José Fonseca
2008-04-13gallium: Initial port of Thomas slab suballocator to pipebuffer.José Fonseca
2008-04-13gallium: OS independent time-manipulation functions.José Fonseca