summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_setup_context.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-23llvmpipe:fix using 32bit rasterization mistakenly, causing overflowsRoland Scheidegger1-5/+6
2016-02-19llvmpipe: add a few const qualifiersBrian Paul1-2/+2
2016-02-03llvmpipe: use scissor_planes_needed helper functionRoland Scheidegger1-0/+15
2016-01-15llvmpipe: fix "leaking" texturesRoland Scheidegger1-0/+1
2016-01-07llvmpipe: use ints not unsigned for slotsRoland Scheidegger1-4/+4
2015-12-12llvmpipe: fix layer/vp input into fs when not written by prior stagesRoland Scheidegger1-4/+4
2014-12-06llvmpipe: decrease MAX_SCENES from 2 to 1Roland Scheidegger1-1/+2
2014-04-25llvmpipe: fix clearing of individual color buffers in a fbRoland Scheidegger1-1/+2
2013-12-14llvmpipe: (trivial) get rid of triangle subdivision codeRoland Scheidegger1-1/+0
2013-12-09llvmpipe: clamp fragment shader depth write to the current viewport depth range.Matthew McClure1-0/+2
2013-08-06draw: fix slot detectionZack Rusin1-1/+1
2013-08-02draw: inject frontface info into wireframe outputsZack Rusin1-0/+1
2013-06-26llvmpipe: add support for nested / overlapping queriesRoland Scheidegger1-1/+2
2013-06-07llvmpipe: add support for layered renderingRoland Scheidegger1-0/+1
2013-05-25llvmpipe: implement support for multiple viewportsZack Rusin1-3/+5
2013-05-18llvmpipe: handle z32s8x24 depth/stencil formatRoland Scheidegger1-2/+2
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-0/+1
2013-04-01llvmpipe: use triangle subdivision to avoid fixed-point overflow issuesBrian Paul1-0/+1
2013-01-28gallivm: split sampler and texture stateRoland Scheidegger1-1/+1
2012-12-11llvmpipe: support pipe_resource-based constant buffersBrian Paul1-1/+1
2012-12-07gallivm,llvmpipe,draw: Support multiple constant buffers.José Fonseca1-1/+1
2012-12-06llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie1-0/+1
2012-12-03llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton1-1/+1
2012-11-29llvmpipe: Eliminate color buffer swizzling.José Fonseca1-1/+0
2010-10-17Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell1-5/+3
2010-10-08llvmpipe: fail gracefully on oom in scene creationKeith Whitwell1-4/+2
2010-09-20llvmpipe: rename sprite field, add sprite_coord_originBrian Paul1-1/+1
2010-09-18llvmpipe: use llvm for attribute interpolant calculationKeith Whitwell1-4/+8
2010-09-07llvmpipe: use opcodes instead of function pointers in binsKeith Whitwell1-8/+5
2010-09-07llvmpipe: enforce fixed memory limit on scenesKeith Whitwell1-1/+4
2010-09-07llvmpipe: clean up deferred zstencil clearsKeith Whitwell1-1/+2
2010-09-07llvmpipe: rework fences and queriesKeith Whitwell1-0/+3
2010-08-27llvmpipe: point sprites rasterizationHui Qi Tay1-0/+2
2010-08-27llvmpipe: native point rasterizationHui Qi Tay1-0/+2
2010-08-27llvmpipe: update line rasterization code to current masterKeith Whitwell1-28/+4
2010-08-27llvmpipe: native rasterization for linesHui Qi Tay1-0/+38
2010-08-25llvmpipe: track drawing region as a single u_rectKeith Whitwell1-3/+4
2010-08-25llvmpipe: better triangle debuggingKeith Whitwell1-0/+12
2010-07-13llvmpipe: move rasterizer to screen instead of setup contextRoland Scheidegger1-1/+0
2010-07-13llvmpipe: pass mask into fragment shaderKeith Whitwell1-1/+0
2010-07-06llvmpipe: disconnect vertex texture sampling from the setupZack Rusin1-4/+0
2010-07-06draw: implement vertex texture sampling using llvmZack Rusin1-0/+4
2010-06-30llvmpipe: Add a new scene state to describe scenes which only have state chan...José Fonseca1-3/+4
2010-05-29llvmpipe: adapt to clear interface changesRoland Scheidegger1-1/+1
2010-04-24llvmpipe: Move the determination of the number of threads to the screen.José Fonseca1-0/+1
2010-04-16Merge the lp-surface-tiling branch into master.Brian Paul1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-2/+2
2010-03-24llvmpipe: fix texture reference counting bugBrian Paul1-0/+1
2010-03-13llvmpipe: Obey rasterization rules.José Fonseca1-0/+1
2010-03-13llvmpipe: setup_context -> lp_setup_contextJosé Fonseca1-11/+11