summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)Author
2009-12-28llvmpipe: Silence compiler warnings.Vinson Lee
2009-12-26llvmpipe: Treat state changes systematically.José Fonseca
2009-12-26llvmpipe: Use comments and more code from softpipe's is_texture_referenced im...José Fonseca
2009-12-26llvmpipe: Flush draw module before switching framebuffer.José Fonseca
2009-12-25gs: fix drivers so they work with geometry shadersZack Rusin
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-12-23llvmpipe: Install unit tests on build/xxx/binJosé Fonseca
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-21gallium: propogate draw retval changes into more driversKeith Whitwell
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol
2009-12-17llvmpipe: fix upper/lower-case typoBrian Paul
2009-12-17llvmpipe: added function commentsBrian Paul
2009-12-17llvmpipe: remove unused code, added comments, etcBrian Paul
2009-12-17llvmpipe: replace INT_MIN/2 with INT_MINBrian Paul
2009-12-17llvmpipe: improve the in/out test a littleBrian Paul
2009-12-17llvmpipe: keep copy of framebuffer state in setup contextKeith Whitwell
2009-12-16llvmpipe: do final the pixel in/out triangle test in the fragment shaderBrian Paul
2009-12-16llvmpipe: added lp_build_int32_vec4_type()Brian Paul
2009-12-16llvmpipe: refactor lp_build_cmp() to use lp_build_compare()Brian Paul
2009-12-16llvmpipe: add LP_DEBUG env varJosé Fonseca
2009-12-16llvmpipe: fix broken TGSI_OPCODE_FRC codegenBrian Paul
2009-12-16llvmpipe: fix broken lp_build_abs()Brian Paul
2009-12-15llvmpipe: tighten up an assertionBrian Paul
2009-12-15llvmpipe: use 1ULL to be ready for 64-bit arithmetic somedayBrian Paul
2009-12-15llvmpipe: Fix yet another copynpaste typo in lp_build_log2_approx.José Fonseca
2009-12-15llvmpipe: Fix lp_build_polynomial comment.José Fonseca
2009-12-15llvmpipe: Fix typo in lp_build_log constant.José Fonseca
2009-12-15llvmpipe: Fix bad SI -> FP conversion into lp_build_log2_approx.José Fonseca
2009-12-14llvmpipe: fix broken TGSI_OPCODE_FRC codegenBrian Paul
2009-12-14llvmpipe: fix broken lp_build_abs()Brian Paul
2009-12-14llvmpipe: update file list in MakefileBrian Paul
2009-12-13llvmpipe: rename bins to sceneKeith Whitwell
2009-12-12llvmpipe: rename queue size to countKeith Whitwell
2009-12-12llvmpipe: rename one of the two rasterize_bins functionsKeith Whitwell
2009-12-11llvmpipe: checkpoint: plug in the new fencing codeBrian Paul
2009-12-11llvmpipe: added lp_rast_fence() bin functionBrian Paul
2009-12-11llvmpipe: added lp_rast_get_num_threads()Brian Paul
2009-12-11llvmpipe: added lp_bin_get_num_bins()Brian Paul
2009-12-11llvmpipe: remove old fence code, compile new lp_fence.c fileBrian Paul
2009-12-11llvmpipe: initial fence implementationBrian Paul
2009-12-11llvmpipe: implement lp_rast_load_color()Brian Paul
2009-12-11llvmpipe: checkpoint: more thread/queuing changesBrian Paul
2009-12-11llvmpipe: remove unused lp_rasterizer::fb fieldBrian Paul
2009-12-11llvmpipe: improve framebuffer/surface codeBrian Paul
2009-12-11llvmpipe: fix-up #includesBrian Paul
2009-12-11llvmpipe: fix inverted util_framebuffer_state_equal() resultBrian Paul
2009-12-11llvmpipe: remove unused fb parameterBrian Paul