summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_screen.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNCBrian Paul2011-01-171-1/+1
* Merge branch 'draw-instanced'Brian Paul2011-01-151-0/+2
|\
| * llvmpipe: enable instanced drawing capBrian Paul2010-12-081-0/+2
* | gallium: support for array textures and related changesRoland Scheidegger2010-12-021-2/+3
|/
* llvmpipe: enable primitive restartBrian Paul2010-10-211-0/+2
* llvmpipe: Default to no threading on single processor systems.José Fonseca2010-09-171-2/+1
* llvmpipe: add DEBUG_FS to dump variant informationKeith Whitwell2010-09-161-0/+1
* llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell2010-09-161-0/+15
* llvmpipe: Remove unnecessary header.Vinson Lee2010-09-141-1/+0
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-34/+16
* llvmpipe: add DEBUG_MEM optionKeith Whitwell2010-09-111-0/+1
* llvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian Paul2010-08-261-1/+8
* llvmpipe: move some fence functions into lp_screen.cKeith Whitwell2010-08-251-1/+48
* llvmpipe: fence debugging, add llvmpipe_finishKeith Whitwell2010-08-251-0/+2
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-0/+1
* llvmpipe: say no to depth clampMarek Olšák2010-07-211-0/+2
* llvmpipe: move rasterizer to screen instead of setup contextRoland Scheidegger2010-07-131-0/+14
* llvmpipe: Re-enable threading on windows.José Fonseca2010-07-121-6/+0
* draw: implement vertex texture sampling using llvmZack Rusin2010-07-061-1/+1
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-0/+2
* Revert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query"Roland Scheidegger2010-06-051-2/+0
* llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE queryRoland Scheidegger2010-06-051-0/+2
* llvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE.José Fonseca2010-06-051-0/+2
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-031-0/+2
|\
| * llvmpipe: adapt to clear interface changesRoland Scheidegger2010-05-291-0/+2
* | gallium: silence all debug_named_value related warningsJoakim Sindholt2010-06-031-11/+11
* | llvmpipe: add PIPE_BUFFER to assertionBrian Paul2010-05-281-1/+2
|/
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-1/+5
|\
| * llvmpipe: adapt to interface changesRoland Scheidegger2010-05-171-1/+5
* | gallium: EXT_timer_query support.Mathias Fröhlich2010-05-171-0/+2
* | llvmpipe: Use GALLIVM_DEBUG opt where applicable.José Fonseca2010-05-151-3/+0
* | llvmpipe: Handle PIPE_CAP_GUARD_*.José Fonseca2010-05-121-0/+5
* | llvmpipe: Advertise (gallivm's) shader limits.José Fonseca2010-05-121-0/+32
* | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
* | llvmpipe: enable PIPE_CAP_INDEP_BLEND_ENABLEBrian Paul2010-05-101-1/+1
* | gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.Török Edwin2010-05-061-1/+10
|/
* softpipe & llvmpipe: Enable SM3 capJakob Bornecrantz2010-04-291-0/+2
* llvmpipe: Cleanup llvmpipe_is_format_supported().José Fonseca2010-04-251-20/+19
* llvmpipe: Move the determination of the number of threads to the screen.José Fonseca2010-04-241-2/+19
* llvmpipe: Use resource_is_texture() consistently.José Fonseca2010-04-221-3/+1
* llvmpipe: Do not advertise S3TC rendering support.José Fonseca2010-04-221-10/+10
* llvmpipe: Re-enable half float formats.José Fonseca2010-04-201-5/+0
* llvmpipe: disable half float formatsAlan Hourihane2010-04-131-0/+5
* Squashed commit of the following:Keith Whitwell2010-04-101-9/+7
* llvmpipe: Support S3TC when util_format_s3tc_enabled is set.José Fonseca2010-04-061-18/+10
* llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.José Fonseca2010-04-011-1/+2
* llvmpipe: More tweaks to the supported texture formats.José Fonseca2010-04-011-10/+6
* llvmpipe: More accurate format capability exporting.José Fonseca2010-03-311-5/+1
* winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz2010-03-161-2/+4
* ws/xlib: remove self-knowledge about users of xlib winsysKeith Whitwell2010-03-091-0/+1