summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-30llvmpipe: update C_SOURCESBrian Paul
2009-10-22llvmpipe: fix the worst of the depth regressions since switch to 4x4Keith Whitwell
2009-10-21llvmpipe: remove one of two definitions of TILESIZEKeith Whitwell
2009-10-21llvmpipe: remove dead codeKeith Whitwell
2009-10-20llvmpipe: minor opts to setup_triKeith Whitwell
2009-10-20llvmpipe: move block list into rast structKeith Whitwell
2009-10-20llvmpipe: build list of 4x4 blocks to be shadedKeith Whitwell
2009-10-20llvmpipe: recursive rasterization within a tileKeith Whitwell
2009-10-20llvmpipe: pass mask as a linear encoding of the 4x4 blockKeith Whitwell
2009-10-20llvmpipe: precalculate some offsetsKeith Whitwell
2009-10-19llvmpipe: remove a leftover 8x2 usageKeith Whitwell
2009-10-19llvmpipe: calculate masks in format desired by shaderKeith Whitwell
2009-10-19llvmpipe: pre-multiply some constants by fixed_oneKeith Whitwell
2009-10-19llvmpipe: Reshape the shader input from 8x2 to 4x4.José Fonseca
2009-10-19llvmpipe: fixed-point rasterizationKeith Whitwell
2009-10-19llvmpipe: Reset the pointer to stored jit context.José Fonseca
2009-10-19llvmpipe: Allocate the blend color from the data store, and ensure it's aligned.José Fonseca
2009-10-19llvmpipe: correctly scale top/left fill adjustmentsKeith Whitwell
2009-10-19llvmpipe: fix typo correcting for fill conventionKeith Whitwell
2009-10-18llvmpipe: Maintain a copy of the shader constants to prevent clobbering.José Fonseca
2009-10-10llvmpipe: Only invoke the shader if necessary.José Fonseca
2009-10-09llvmpipe: Additional checks for binner block lists.José Fonseca
2009-10-09llvmpipe: Use framebuffer coords consistently.José Fonseca
2009-10-09llvmpipe: Fix type in tri bounding box check.José Fonseca
2009-10-09llvmpipe: fill in tri min/max valuesKeith Whitwell
2009-10-09llvmpipe: Remove partial tile override.José Fonseca
2009-10-09llvmpipe: Undo debug override.José Fonseca
2009-10-09llvmpipe: properly clip tile writesKeith Whitwell
2009-10-09llvmpipe: Pass framebuffer coords to shader.José Fonseca
2009-10-09llvmpipe: Tell setup shader inputs.José Fonseca
2009-10-09llvmpipe: correct binning maths for iterating over whole tilesKeith Whitwell
2009-10-09llvmpipe: Get jit_context/jit_function across the rasterizer.José Fonseca
2009-10-09llvmpipe: set block count/used values back to zero on resetKeith Whitwell
2009-10-09llvmpipe: just bin whole tiles for nowKeith Whitwell
2009-10-09llvmpipe: always call begin_binning on transition to active stateKeith Whitwell
2009-10-09llvmpipe: add LP_DEBUG env varKeith Whitwell
2009-10-09llvmpipe: initialize setup data storeKeith Whitwell
2009-10-09llvmpipe: initialize setup line/tri/point funcsKeith Whitwell
2009-10-09llvmpipe: Put jit_context in store.José Fonseca
2009-10-09llvmpipe: trivial/clear worksKeith Whitwell
2009-10-09llvmpipe: more debugKeith Whitwell
2009-10-09llvmpipe: Replace util_pack_color with straight float_to_ubyte.José Fonseca
2009-10-09llvmpipe: debug, crash fixesKeith Whitwell
2009-10-09llvmpipe: fix crash on initKeith Whitwell
2009-10-09llvmpipe: fix a couple of warningsKeith Whitwell
2009-10-09llvmpipe: Add stub lp_setup_is_texture_referenced.José Fonseca
2009-10-09llvmpipe: Pass state to setup.José Fonseca
2009-10-09util: Force ESI register for cpuid's ebx result.José Fonseca
2009-10-09llvmpipe: Eliminate constant mapping/unmapping.José Fonseca
2009-10-09llvmpipe: remove dead codeKeith Whitwell