summaryrefslogtreecommitdiff
path: root/src/mesa/pipe
AgeCommit message (Expand)Author
2008-02-13get rid of the terrible auto-generated entry pointZack Rusin
2008-02-13implement immediates and make them workZack Rusin
2008-02-13try to load the consts correctlyZack Rusin
2008-02-13x86: emit absolute calls, as reallocating exec mem breaks relative onesKeith Whitwell
2008-02-13tgsi: fail gracefully when sse code can't emit shaderKeith Whitwell
2008-02-13tgsi: include more of the register info in debug dumpsKeith Whitwell
2008-02-13gallium: pipe->surface_copy can flip the contents vertically when necessary.Michel Dänzer
2008-02-13handle temporaries in llvm code generated pathsZack Rusin
2008-02-13implement addZack Rusin
2008-02-13implement mulZack Rusin
2008-02-13get mov workingZack Rusin
2008-02-13fix fetching input elements and generate a ret on endZack Rusin
2008-02-13add functiontype for the llvm native vs entry pointZack Rusin
2008-02-13disable llvm code in fsZack Rusin
2008-02-12stop generate llvm entry pointsZack Rusin
2008-02-12llvm ir code to fetch the elementsZack Rusin
2008-02-12gallium: initial code for wide/AA line drawingBrian
2008-02-12gallium: clean-up, simplification of mipmapped texturesBrian
2008-02-11gallium: update comment about buffer map flagsBrian
2008-02-11gallium: fix fragment/vertex typoBrian
2008-02-11remove seperate llvm vs entry pointsZack Rusin
2008-02-11start genering soa type code in llvm pathsZack Rusin
2008-02-10disable llvm for fragment shaders for nowZack Rusin
2008-02-10rewrite the way cpu engine is handledZack Rusin
2008-02-10rewrite the way we handle ir in llvm codeZack Rusin
2008-02-10add a stub of a lowering passZack Rusin
2008-02-08fix comment typosBrian
2008-02-08gallium: added draw_flush() call in softpipe_bind_sampler_state()Brian
2008-02-08failover: several fixes to failover pipe moduleJerome Glisse
2008-02-07tgsi: Fall back to interpreter instead of assert(0) on unimplemented SSE code.Michel Dänzer
2008-02-07pipebuffer: Fix reversed assertion.Michel Dänzer
2008-02-06Cell: silence unused var warningsBrian
2008-02-06gallium: #include p_debug.h since we use assertBrian
2008-02-06Cell: use mem_dup()Brian
2008-02-06gallium: use mem_dup()Brian
2008-02-06gallium: added mem_dup()Brian
2008-02-06gallium: change pipe->texture_create() to operate like the CSO functionsBrian
2008-02-06gallium: add bitmap/drawpixels texcoord bias supportBrian
2008-02-07gallium: Bring latest fixes.José Fonseca
2008-02-06gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca
2008-02-06gallium: Add forgotten return type.José Fonseca
2008-02-06gallium: Cross-platform debugging helpers.José Fonseca
2008-02-06gallium: Portability guidelines.José Fonseca
2008-02-05Cell: remove accidentally added OPT_FLAGS linesBrian
2008-02-05Cell: SIMD-ize tri_linear_coeff(), use vector float for vertex attributes in ...Brian
2008-02-05Cell: re-enable inlined vertex buffersBrian
2008-02-05Cell: remove dummy fields, update/add some commentsBrian
2008-02-05Cell: added cell_batch_alloc_aligned()Brian
2008-02-05Use _transpose_matrix4x4 from Cell SDK instead of my own versionIan Romanick
2008-02-05Add some debug messagesIan Romanick