summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_screen.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-30gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák1-0/+2
2012-04-24gallium drivers: report that user vertex buffers are supportedMarek Olšák1-0/+2
2012-02-09gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTIONChristoph Bumiller1-0/+2
2012-01-11llvmpipe: disable native integersDave Airlie1-1/+8
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák1-1/+1
2011-11-22gallium: separate out floating-point CAPs into its own enumMarek Olšák1-11/+11
2011-11-22gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák1-2/+0
2011-11-14llvmpipe: Make more resilient to out-of-memory situations.José Fonseca1-2/+1
2011-11-10llvmpipe/u_format: add support for EXT_texture_shared_exponent + EXT_packed_f...Dave Airlie1-0/+4
2011-11-10llvmpipe: add NV_conditional_render support.Dave Airlie1-0/+1
2011-11-06llvmpipe: enable RGTC after u_format fix.Dave Airlie1-5/+0
2011-11-01llvmpipe: Re-advertise support for stencil formats...José Fonseca1-5/+6
2011-10-26llvmpipe: llvmpipe doesn't support pure integers yet.Dave Airlie1-0/+5
2011-10-11llvmpipe: don't support rendering to sRGB surfacesBrian Paul1-1/+2
2011-09-30gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák1-12/+13
2011-09-30gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák1-2/+0
2011-08-18llvmpipe: snprintf->util_snprintf.José Fonseca1-1/+2
2011-07-19llvmpipe: include LLVM version number in name stringBrian Paul1-1/+3
2011-06-17scons: make embedding orthogonal to the platformJosé Fonseca1-1/+1
2011-04-01gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some driversMarek Olšák1-0/+1
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-2/+1
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-6/+4
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-1/+2
2011-03-05gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák1-1/+2
2011-02-28rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.Dave Airlie1-0/+5
2011-01-17llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNCBrian Paul1-1/+1
2011-01-15Merge branch 'draw-instanced'Brian Paul1-0/+2
2010-12-08llvmpipe: enable instanced drawing capBrian Paul1-0/+2
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-2/+3
2010-10-21llvmpipe: enable primitive restartBrian Paul1-0/+2
2010-09-17llvmpipe: Default to no threading on single processor systems.José Fonseca1-2/+1
2010-09-16llvmpipe: add DEBUG_FS to dump variant informationKeith Whitwell1-0/+1
2010-09-16llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell1-0/+15
2010-09-14llvmpipe: Remove unnecessary header.Vinson Lee1-1/+0
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri1-34/+16
2010-09-11llvmpipe: add DEBUG_MEM optionKeith Whitwell1-0/+1
2010-08-26llvmpipe: fix PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian Paul1-1/+8
2010-08-25llvmpipe: move some fence functions into lp_screen.cKeith Whitwell1-1/+48
2010-08-25llvmpipe: fence debugging, add llvmpipe_finishKeith Whitwell1-0/+2
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri1-0/+1
2010-07-21llvmpipe: say no to depth clampMarek Olšák1-0/+2
2010-07-13llvmpipe: move rasterizer to screen instead of setup contextRoland Scheidegger1-0/+14
2010-07-12llvmpipe: Re-enable threading on windows.José Fonseca1-6/+0
2010-07-06draw: implement vertex texture sampling using llvmZack Rusin1-1/+1
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin1-0/+2
2010-06-05Revert "llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE query"Roland Scheidegger1-2/+0
2010-06-05llvmpipe: handle PIPE_CAP_TEXTURE_SWIZZLE queryRoland Scheidegger1-0/+2
2010-06-05llvmpipe: Expose PIPE_CAP_TEXTURE_SWIZZLE.José Fonseca1-0/+2
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger1-0/+2
2010-06-03gallium: silence all debug_named_value related warningsJoakim Sindholt1-11/+11