summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-091-16/+3
|\
| * Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-13/+0
| * llvmpipe: define max texture levelsBrian Paul2010-03-081-3/+3
* | gallium: fix llvmpipe after winsys moveKeith Whitwell2010-03-041-1/+2
* | softpipe: rework to use the llvmpipe winsysKeith Whitwell2010-03-041-4/+4
|/
* llvmpipe: SRGB textures not supported yetBrian Paul2010-02-241-1/+0
* llvmpipe: vertex shader textures not supported yetBrian Paul2010-02-241-1/+1
* llvmpipe: Update for UTIL_FORMAT_LAYOUT_xxx changes.José Fonseca2010-02-241-4/+2
* llvmpipe: Kill unused UTIL_FORMAT_LAYOUT_SCALAR.José Fonseca2010-02-241-4/+2
* llvmpipe: Z16 format is not supportedBrian Paul2010-02-231-0/+4
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-0/+2
* Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-311-0/+10
|\
| * tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+6
| * gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger2010-01-261-0/+4
* | llvmpipe: added debug option to disable LLVM optimization passesBrian Paul2010-01-271-0/+1