summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)AuthorFilesLines
2014-07-03llvmpipe: Fix zero-division in llvmpipe_texture_layout()Takashi Iwai1-1/+1
2014-06-06llvmpipe: fix crash when not all attachments are populated in a fbRoland Scheidegger1-3/+9
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
2013-12-10llvmpipe: add a very useful (disabled) debugging outputZack Rusin1-0/+20
2013-12-10llvmpipe: fix blending with half-float formatsZack Rusin1-5/+26
2013-12-09llvmpipe: clamp fragment shader depth write to the current viewport depth range.Matthew McClure13-29/+255
2013-12-03gallium: add support for AMD_vertex_shader_layerMarek Olšák1-0/+2
2013-11-28gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger1-0/+5
2013-11-25llvmpipe: support 8bit subpixel precisionZack Rusin8-148/+321
2013-11-22llvmpipe: (trivial) disable new accurate origin calculationRoland Scheidegger1-1/+1
2013-11-21llvmpipe: calculate more accurate interpolation value at originRoland Scheidegger1-6/+82
2013-11-16gallium/drivers: compact compiler flags into Automake.incEmil Velikov1-7/+6
2013-11-14llvmpipe: (trivial) fix more fallout from the setup cleanup.Roland Scheidegger1-2/+4
2013-11-14llvmpipe: (trivial) fix misplaced bld context assignment.Roland Scheidegger1-2/+1