summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-11-07r300g: Don't assert on oversized VBOs, just return FALSE.Corbin Simpson
2009-11-07r300g: Moar vbo cleanup.Corbin Simpson
2009-11-07r300g: s/false/FALSE/Corbin Simpson
2009-11-07r300g: Clean up indexbuf render, switch to RELOC macro.Corbin Simpson
2009-11-07r300g: Clean up r300_setup_vertex_buffers.Corbin Simpson
2009-11-07r300g: Don't pass hw_prim around in the context.Corbin Simpson
2009-11-07r300g: Use common state funcs for translating vert formats.Corbin Simpson
2009-11-07r300g: don't hang GPU on misbehaving appsMaciej Cencora
2009-11-07r300g: VBOs WIPMaciej Cencora
2009-11-07r300g: add missing flushMaciej Cencora
2009-11-07r300g: enable CS dumpingMaciej Cencora
2009-11-07r300g: move vborender context function to seperate fileMaciej Cencora
2009-11-07nv50: enable all 32 threads of a warpChristoph Bumiller
2009-11-06st/xorg: implement batching for the composite opZack Rusin
2009-11-06st/xorg: batch solid fill requestsZack Rusin
2009-11-06st/xorg: start accumulating vertices in a common bufferZack Rusin
2009-11-06st/xorg: use quads instead of triangle fansZack Rusin
2009-11-06st/xorg: make the buffer size globalZack Rusin
2009-11-06llvmpipe: Fix build with llvm 2.6.José Fonseca
2009-11-06gallium: Add UNSYNCHRONIZED cpu access flag. Document others.José Fonseca
2009-11-06st/xorg: unify vertex buffer handlingZack Rusin
2009-11-05softpipe: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE for destination.José Fonseca
2009-11-05g3dvl: remove a debug lineCooper Yuan
2009-11-05g3dvl: add scissor settingCooper Yuan
2009-11-04r300g: add polygon modeMarek Olšák
2009-11-04r300g: fix the size of CS when emitting the fragprog constant bufferMarek Olšák
2009-11-04r300g: set the correct offset in a colorbuffer surfaceMarek Olšák
2009-11-04r300g: add color channel maskingMarek Olšák
2009-11-04st/xorg: these flushes shouldn't be necessaryZack Rusin
2009-11-04util: Remove homegrown Windows KM profiler.José Fonseca
2009-11-04tgsi/ureg: Allow for multiple extended instruction tokens.Michal Krol
2009-11-04nv50: fix shader emit_tex for cube texturesChristoph Bumiller
2009-11-04nv50: add abs-modifier for emit_minmaxChristoph Bumiller
2009-11-04nv50: add 3d texture tiling and mip-mappingChristoph Bumiller
2009-11-03llvmpipe: Sanitise shader semantic and interpolator handling.Michal Krol
2009-11-03llvmpipe: remove old prim_setup draw stageKeith Whitwell
2009-11-03llvmpipe: Respect gl_rasterization_rules in primitive setup.José Fonseca
2009-11-03python/retrace: Cope with null constant buffers.José Fonseca
2009-11-03python/retrace: Add missing colon.José Fonseca
2009-11-03tgsi: Up tgsi_exec's control flow nesting to 32.Michal Krol
2009-11-02tgsi/ureg: Add negate and swizzle for predicates.Michal Krol
2009-11-02gallium/util: add casts to silence warningsBrian Paul
2009-11-02tgsi/ureg: Update for gallium interface changes.Michal Krol
2009-11-02tgsi: Update for gallium interface changes.Michal Krol
2009-11-02gallium: Cleanup predicate and condition code TGSI tokens.Michal Krol
2009-11-02softpipe: Sanitise shader semantic and interpolator handling.Michal Krol
2009-11-01nouveau: Assume all texture blankets are linear for now.Younes Manton
2009-11-01r300g: Miscellania. Avoid draw segfaults, s/true/TRUE/, etc.Corbin Simpson
2009-11-01r300g: fix geometry corruptionsMaciej Cencora
2009-11-01r300g: split constant buffer and shader emittionMaciej Cencora