aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* targets/dri-nouveau: Convert to static/shared pipe-driversEmil Velikov2014-07-028-98/+109
* st/dri/drm: Add a second libdridrm libraryEmil Velikov2014-07-021-1/+9
* st/dri: Allow separate dri-targetsEmil Velikov2014-07-027-2/+56
* targets/dri-swrast: use drm aware dricommon when building more than swrastEmil Velikov2014-07-023-15/+4
* nvc0: add missed PIPE_CAP_DRAW_INDIRECTIlia Mirkin2014-07-011-0/+1
* llvmpipe: get rid of llvmpipe_get_texture_tile_linearRoland Scheidegger2014-07-023-107/+17
* llvmpipe: get rid of llvmpipe_get_texture_imageRoland Scheidegger2014-07-022-52/+1
* llvmpipe: get rid of llvmpipe_get_texture_image_allRoland Scheidegger2014-07-024-65/+7
* llvmpipe: allocate regular texture memory upfrontRoland Scheidegger2014-07-021-0/+7
* llvmpipe: get rid of linear_img structRoland Scheidegger2014-07-024-33/+19
* llvmpipe: (trivial) rename linear_mip_offsets to mip_offsetsRoland Scheidegger2014-07-024-6/+6
* target-helpers: don't use designated initializersRoland Scheidegger2014-07-021-4/+4
* st/mesa: add support for indirect drawingChristoph Bumiller2014-07-023-1/+14
* gallium/u_vbuf: get draw info from an indirect buffer if there's anyMarek Olšák2014-07-021-44/+72
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-0218-0/+106
* gallium: add PIPE_BIND_COMMAND_ARGS_BUFFERChristoph Bumiller2014-07-022-0/+4
* xmlconfig/dri: bool -> unsigned charDave Airlie2014-07-023-10/+8
* i965/fs: Update discard jump to preserve uniform loads via sampler.Cody Northrop2014-07-011-6/+5
* i965/fs: Mark case unreachable to silence warning.Matt Turner2014-07-011-0/+2
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-0155-324/+182
* mesa: Make unreachable macro take a string argument.Matt Turner2014-07-017-16/+17
* i965/vec4: Remove useless conditionals.Matt Turner2014-07-011-6/+3
* i965/fs: Pass cfg to calculate_live_intervals().Matt Turner2014-07-016-12/+15
* i965: Mark fields in the live interval classes protected.Matt Turner2014-07-012-16/+19
* glsl: Remove now unused foreach_list* macros.Matt Turner2014-07-011-24/+0
* i965: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner2014-07-0111-55/+20
* i965: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-0118-184/+76
* i965: Add and use foreach_inst_in_block macros.Matt Turner2014-07-017-25/+17
* i965/fs: Use is_head_sentinel() instead of ->prev == NULL.Matt Turner2014-07-011-1/+1
* mesa: Add and use foreach_list_typed_safe.Matt Turner2014-07-012-3/+10
* mesa: Add and use foreach_in_list_use_after.Matt Turner2014-07-013-9/+7
* glsl: Replace uses of foreach_list_const.Matt Turner2014-07-012-17/+6
* glsl: Replace another couple uses of foreach_list.Matt Turner2014-07-011-6/+4
* glsl: Use foreach_list_typed when possible.Matt Turner2014-07-013-31/+18
* mesa: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner2014-07-011-3/+1
* glsl: Use typed foreach_in_list_safe instead of foreach_list_safe.Matt Turner2014-07-0120-87/+41
* mesa: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-013-85/+41
* glsl: Use typed foreach_in_list instead of foreach_list.Matt Turner2014-07-0139-291/+184
* glsl: Add typed foreach_in_list_safe macro.Matt Turner2014-07-011-0/+9
* glsl: Add typed foreach_in_list/_reverse macros.Matt Turner2014-07-011-0/+10
* mesa: fix the condition in src/loader/Makefile.amAxel Davy2014-07-011-0/+2
* mesa: update comment for UniformBufferSize to indicate size is in bytesBrian Paul2014-07-011-1/+1
* st/mesa: fix incorrect size of UBO declarationsBrian Paul2014-07-011-1/+8
* st/mesa: don't use address register for constant-indexed ir_binop_ubo_loadBrian Paul2014-07-011-6/+11
* st/mesa: allow 2D indexing for all shader types in translate_src()Brian Paul2014-07-011-1/+4
* st/mesa: don't ignore const buf index in src_register()Brian Paul2014-07-011-1/+1
* nvc0: expose 4 vertex streams, use stream ids in xfbIlia Mirkin2014-07-015-2/+5
* nvc0/ir: only merge emit/restart for identical streamsIlia Mirkin2014-07-011-3/+10
* nvc0/ir: avoid creating restarts with non-0 streamIlia Mirkin2014-07-011-3/+7
* nvc0/ir: fix emitting vertex streamIlia Mirkin2014-07-011-7/+8