aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* llvmpipe: enable RGTC after u_format fix.Dave Airlie2011-11-061-5/+0
* llvmpipe: Re-advertise support for stencil formats...José Fonseca2011-11-011-5/+6
* llvmpipe: llvmpipe doesn't support pure integers yet.Dave Airlie2011-10-261-0/+5
* llvmpipe: don't support rendering to sRGB surfacesBrian Paul2011-10-111-1/+2
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-301-12/+13
* gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák2011-09-301-2/+0
* llvmpipe: snprintf->util_snprintf.José Fonseca2011-08-181-1/+2
* llvmpipe: include LLVM version number in name stringBrian Paul2011-07-191-1/+3
* scons: make embedding orthogonal to the platformJosé Fonseca2011-06-171-1/+1
* gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some driversMarek Olšák2011-04-011-0/+1
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-2/+1
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-6/+4
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák2011-03-051-1/+2
* rgtc: llvmpipe/softpipe refuse RGTC until u_format has support.Dave Airlie2011-02-281-0/+5
* 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