summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_screen.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Don't support Z32_FLOAT_S8X24_UINT texture sampling support either.José Fonseca2013-04-201-4/+6
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-0/+2
* llvmpipe: Support half integer pixel center fs coord.José Fonseca2013-04-181-1/+1
* llvmpipe: Work without sse2 if llvm is new enoughAdam Jackson2013-04-051-2/+3
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-0/+2
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-0/+2
* llvmpipe: add EXT_packed_float render target format supportRoland Scheidegger2013-03-221-2/+4
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-0/+1
* llvmpipe: bump glsl version to 140Roland Scheidegger2013-03-021-1/+1
* llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_rangeRoland Scheidegger2013-02-251-1/+3
* llvmpipe: implement dual source blendingRoland Scheidegger2013-02-121-1/+1
* gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll2013-02-041-0/+1
* llvmpipe: Don't advertise S8_UNORM (with feeble attempt at supporting it).José Fonseca2013-01-291-1/+6
* llvmpipe: Support Z16_UNORM as depth-stencil format.José Fonseca2013-01-291-6/+2
* llvmpipe: turn on integer texture supportRoland Scheidegger2013-01-181-6/+16
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-2/+0
* llvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support.José Fonseca2012-12-201-0/+1
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-1/+1
* draw/llvmpipe: fix transform feedback position + enable other extensionsDave Airlie2012-12-141-1/+1
* llvmpipe: don't use user constant buffersBrian Paul2012-12-111-1/+2
* llvmpipe: fix missing tbo cap warning.Dave Airlie2012-12-081-0/+1
* llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie2012-12-061-1/+2
* llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton2012-12-031-3/+10
* llvmpipe: support array texturesRoland Scheidegger2012-11-291-2/+4
* llvmpipe: Eliminate color buffer swizzling.José Fonseca2012-11-291-2/+0
* llvmpipe: Only advertise unswizzled formats.José Fonseca2012-11-291-8/+7
* llvmpipe: Enable vertex color clamping.James Benton2012-11-281-1/+1
* gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsetsRoland Scheidegger2012-11-271-1/+3
* gallium: fix unused cap warnings in drivers for cube map array cap.Dave Airlie2012-11-101-0/+1
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-311-0/+1
* llvmpipe: implement blitMarek Olšák2012-09-301-0/+4
* gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák2012-09-301-0/+1
* llvmpipe: set max cube texture size to 4K x 4KBrian Paul2012-09-171-1/+1
* llvmpipe: Make driver name more informative.José Fonseca2012-09-061-1/+4
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-2/+2
* draw,gallivm: Fix draw_get_shader_param.José Fonseca2012-07-131-5/+1
* gallium: add QUERY_TIMESTAMP cap and get_timestamp screen functionMarek Olšák2012-07-101-0/+1
* llvmpipe: return 120 for PIPE_CAP_GLSL_FEATURE_LEVELBrian Paul2012-06-261-1/+1
* llvmpipe: handle more PIPE_CAP_x queriesBrian Paul2012-06-261-4/+48
* gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENTMarek Olšák2012-04-301-0/+2
* gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2012-04-301-0/+2
* gallium drivers: report that user vertex buffers are supportedMarek Olšák2012-04-241-0/+2
* gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller2012-02-091-0/+2
* llvmpipe: disable native integersDave Airlie2012-01-111-1/+8
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-1/+1
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-11/+11
* gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák2011-11-221-2/+0
* llvmpipe: Make more resilient to out-of-memory situations.José Fonseca2011-11-141-2/+1
* llvmpipe/u_format: add support for EXT_texture_shared_exponent + EXT_packed_f...Dave Airlie2011-11-101-0/+4
* llvmpipe: add NV_conditional_render support.Dave Airlie2011-11-101-0/+1