summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_setup.c
Commit message (Expand)AuthorAgeFilesLines
* draw: inject frontface info into wireframe outputsZack Rusin2013-08-021-0/+1
* llvmpipe: fix timer query if there's no binsRoland Scheidegger2013-06-291-0/+10
* llvmpipe: fix a bug in opaque optimizationRoland Scheidegger2013-06-271-0/+4
* llvmpipe: add support for nested / overlapping queriesRoland Scheidegger2013-06-261-26/+28
* llvmpipe: rework query logicRoland Scheidegger2013-06-261-29/+52
* llvmpipe: handle more queriesRoland Scheidegger2013-06-191-2/+2
* llvmpipe: add support for layered renderingRoland Scheidegger2013-06-071-0/+1
* llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4Roland Scheidegger2013-05-311-2/+1
* llvmpipe: Remove x/y from cmd_binAdam Jackson2013-05-311-10/+1
* llvmpipe: implement support for multiple viewportsZack Rusin2013-05-251-11/+18
* llvmpipe: get rid of tiled/linear layout remainsRoland Scheidegger2013-05-291-4/+2
* llvmpipe: handle z32s8x24 depth/stencil formatRoland Scheidegger2013-05-181-9/+9
* llvmpipe: fix bogus handling of first_layer when setting up texture samplingRoland Scheidegger2013-05-181-12/+14
* llvmpipe: Temporary workaround to prevent segfault on array textures.José Fonseca2013-05-161-0/+3
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-2/+4
* llvmpipe: use triangle subdivision to avoid fixed-point overflow issuesBrian Paul2013-04-011-0/+10
* llvmpipe: fix incorrect 'j' array index in dummy texture codeBrian Paul2013-03-061-3/+3
* llvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_texture_buffer_rangeRoland Scheidegger2013-02-251-44/+86
* gallivm: split sampler and texture stateRoland Scheidegger2013-01-281-8/+8
* llvmpipe: fix clearing integer color buffersRoland Scheidegger2013-01-101-4/+4
* llvmpipe: support pipe_resource-based constant buffersBrian Paul2012-12-111-9/+20
* gallivm,llvmpipe,draw: Support multiple constant buffers.José Fonseca2012-12-071-37/+53
* llvmpipe: fix regression in gears speed.Dave Airlie2012-12-071-2/+4
* llvmpipe: Fix statement before declaration.José Fonseca2012-12-061-1/+2
* llvmpipe: remove unused variableBrian Paul2012-12-061-1/+0
* llvmpipe: EXT_transform_feedback support (v1.1)Dave Airlie2012-12-061-1/+11
* llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton2012-12-031-13/+20
* llvmpipe: support array texturesRoland Scheidegger2012-11-291-1/+7
* llvmpipe: Unswizzled rendering.James Benton2012-11-281-3/+16
* gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointersRoland Scheidegger2012-11-121-15/+38
* llvmpipe: combine vertex/fragment sampler state into an arrayBrian Paul2012-08-061-1/+1
* llvmpipe: Make more resilient to out-of-memory situations.José Fonseca2011-11-141-8/+21
* gallium: move border color to be a color unionDave Airlie2011-09-271-1/+1
* llvmpipe: move active_query assignmentBrian Paul2011-04-281-2/+2
* llvmpipe: move active_query assignment in lp_setup_begin_query()Brian Paul2011-04-281-2/+2
* llvmpipe: Take the sampler view's first_level into account when sampling.Fabian Bieler2011-04-081-1/+3
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-6/+2
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-4/+4
* llvmpipe: make sure binning is active when we begin/end a queryBrian Paul2011-01-181-0/+4
* llvmpipe: Plug fence leaks.José Fonseca2010-12-091-0/+2
* gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul2010-11-301-1/+7
* llvmpipe: shortcircuit some calls to set_scene_stateKeith Whitwell2010-11-301-1/+1
* llvmpipe: remove misleading debug stringKeith Whitwell2010-11-301-1/+0
* Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell2010-10-171-33/+115
|\
| * llvmpipe: fail gracefully on oom in scene creationKeith Whitwell2010-10-081-26/+71
| * llvmpipe: Cleanup depth-stencil clears.José Fonseca2010-10-061-4/+7
| * llvmpipe: Decouple sampler view and sampler state updates.José Fonseca2010-09-291-9/+34
| * llvmpipe: make texture border_color dynamic stateBrian Paul2010-09-241-0/+1
| * llvmpipe: make min/max lod and lod bias dynamic stateBrian Paul2010-09-241-1/+7
| * llvmpipe: rename sprite field, add sprite_coord_originBrian Paul2010-09-201-2/+4