summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)AuthorFilesLines
2014-06-13llvmpipe: increase number of queries which can be binned simultaneously to 64Roland Scheidegger1-1/+1
2014-06-02gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller1-0/+1
2014-05-31llvmpipe: (trivial) drop "unswizzled" from some function namesRoland Scheidegger2-28/+30
2014-05-31llvmpipe: fix crash when not all attachments are populated in a fbRoland Scheidegger1-3/+9
2014-05-31llvmpipe: honor the render_condition_enable bit in blits.Roland Scheidegger1-0/+3
2014-05-19llvmpipe: do IR counting for shader cache management after optimization.Roland Scheidegger1-2/+2
2014-05-16gallivm: give more verbose names to modulesRoland Scheidegger7-16/+21
2014-05-15llvmpipe: improve setup shader names (for debugging)Roland Scheidegger1-38/+40
2014-05-15llvmpipe: kill off llvmpipe_variant_countRoland Scheidegger4-20/+4
2014-05-14llvmpipe: Delete unneeded LLVM stuff earlier.José Fonseca7-34/+16
2014-05-14gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.José Fonseca1-28/+0
2014-05-08llvmpipe: change LP_MAX_SHADER_INSTRUCTIONS limit definition.Roland Scheidegger1-1/+3
2014-05-07gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin1-0/+1
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin1-0/+1
2014-04-25llvmpipe: fix clearing of individual color buffers in a fbRoland Scheidegger6-163/+190
2014-04-25llvmpipe: (trivial) use correct LP_MIN_VECTOR_ALIGN define for alignment.Roland Scheidegger1-1/+1
2014-04-24llvmpipe: Advertise GLSL 3.30.José Fonseca1-1/+1
2014-04-10gallium: add a way to query min/max texture gather offsetsIlia Mirkin1-0/+2
2014-04-07gallium: add support for LODQ opcodes.Dave Airlie1-0/+1
2014-04-03llvmpipe: remove no-op checks in sampler, sampler_view functionsBrian Paul1-14/+0
2014-04-02mesa/soft/llvmpipe: add fake MSAA supportDave Airlie1-0/+2
2014-03-26llvmpipe: Fix llvmpipe_create_gs_state.Zack Rusin1-3/+5
2014-03-25llvmpipe: Simplify vertex and geometry shaders.José Fonseca5-70/+33
2014-03-21llvmpipe: add support for b5g6r5_srgbRoland Scheidegger2-4/+36
2014-03-20llvmpipe: Tighten check for alpha-only formatsRichard Sandiford1-1/+1
2014-03-07gallium: allow setting of the internal stream output offsetZack Rusin1-6/+6
2014-02-25gallium: the other drivers don't support ARB_buffer_storageMarek Olšák1-0/+1
2014-02-25gallium: add texture gather support to gallium (v3)Dave Airlie1-0/+2
2014-02-09gallium: add geometry shader output limitsGrigori Goronzy1-0/+3
2014-02-04gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák1-2/+0
2014-01-31llvmpipe: fix denorm handling for r11g11b10_float format when blendingRoland Scheidegger1-2/+15
2014-01-29llvmpipe: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64Siavash Eliasi1-1/+2
2014-01-29llvmpipe: Use alignment of 64 instead of 16 for buffer allocationSiavash Eliasi1-3/+3
2014-01-23gallium: Use C11 thread abstractions.José Fonseca1-1/+1
2014-01-23gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák1-2/+0
2014-01-22llvmpipe: dump geometry shaders when using LP_DEBUG=tgsiDave Airlie1-1/+4
2014-01-17s/Tungsten Graphics/VMware/José Fonseca34-79/+79
2014-01-17llvmpipe: handle NULL color buffer pointersBrian Paul5-94/+156
2014-01-17llvmpipe: fix large point rasterization with point_quad_rasterizationRoland Scheidegger1-12/+19
2014-01-16llvmpipe: do constant buffer bounds checking in shadersZack Rusin4-4/+20
2014-01-09llvmpipe: Honour pipe_rasterizer::point_quad_rasterization.José Fonseca1-10/+57
2014-01-08llvmpipe: Fix the bottom_edge_rule adjustment for points.José Fonseca1-4/+4
2014-01-08llvmpipe: Respect bottom_edge_rule when computing the rasterization bounding ...José Fonseca3-3/+3
2014-01-07llvmpipe: Basic implementation of pipe_context::set_sample_mask.José Fonseca5-7/+20
2014-01-07llvmpipe: Implement alpha_to_coverage for non-MSAA framebuffers.Si Chen3-1/+59
2013-12-22llvmpipe: use pipe_sampler_view_release() to avoid segfaultJonathan Liu1-0/+6
2013-12-14llvmpipe: get rid of barycentric calculation of a0Roland Scheidegger1-66/+4
2013-12-14llvmpipe: (trivial) get rid of triangle subdivision codeRoland Scheidegger3-182/+1
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-3/+3
2013-12-11llvmpipe: add plumbing for ARB_depth_clampMatthew McClure3-35/+60