summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_screen.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-05gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák
2011-02-28rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.Dave Airlie
2011-01-17llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNCBrian Paul
2011-01-15Merge branch 'draw-instanced'Brian Paul
2010-12-08llvmpipe: enable instanced drawing capBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-10-21llvmpipe: enable primitive restartBrian Paul
2010-09-17llvmpipe: Default to no threading on single processor systems.José Fonseca
2010-09-16llvmpipe: add DEBUG_FS to dump variant informationKeith Whitwell
2010-09-16llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell
2010-09-14llvmpipe: Remove unnecessary header.Vinson Lee
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-09-11llvmpipe: add DEBUG_MEM optionKeith Whitwell
2010-08-26llvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian Paul
2010-08-25llvmpipe: move some fence functions into lp_screen.cKeith Whitwell
2010-08-25llvmpipe: fence debugging, add llvmpipe_finishKeith Whitwell
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
2010-07-21llvmpipe: say no to depth clampMarek Olšák
2010-07-13llvmpipe: move rasterizer to screen instead of setup contextRoland Scheidegger
2010-07-12llvmpipe: Re-enable threading on windows.José Fonseca
2010-07-06draw: implement vertex texture sampling using llvmZack Rusin
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-06-05Revert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query"Roland Scheidegger
2010-06-05llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE queryRoland Scheidegger
2010-06-05llvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE.José Fonseca
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger
2010-06-03gallium: silence all debug_named_value related warningsJoakim Sindholt
2010-05-29llvmpipe: adapt to clear interface changesRoland Scheidegger
2010-05-28llvmpipe: add PIPE_BUFFER to assertionBrian Paul
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17llvmpipe: adapt to interface changesRoland Scheidegger
2010-04-29softpipe & llvmpipe: Enable SM3 capJakob Bornecrantz
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-05-15llvmpipe: Use GALLIVM_DEBUG opt where applicable.José Fonseca
2010-05-12llvmpipe: Handle PIPE_CAP_GUARD_*.José Fonseca
2010-05-12llvmpipe: Advertise (gallivm's) shader limits.José Fonseca
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-05-10llvmpipe: enable PIPE_CAP_INDEP_BLEND_ENABLEBrian Paul
2010-05-06gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.Török Edwin
2010-04-25llvmpipe: Cleanup llvmpipe_is_format_supported().José Fonseca
2010-04-24llvmpipe: Move the determination of the number of threads to the screen.José Fonseca
2010-04-22llvmpipe: Use resource_is_texture() consistently.José Fonseca
2010-04-22llvmpipe: Do not advertise S3TC rendering support.José Fonseca
2010-04-20llvmpipe: Re-enable half float formats.José Fonseca
2010-04-13llvmpipe: disable half float formatsAlan Hourihane
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-06llvmpipe: Support S3TC when util_format_s3tc_enabled is set.José Fonseca