aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mesa/st: enable ARB_fragment_layer_viewportIlia Mirkin2014-07-023-1/+3
* i965/gen6: Add a spec citation about push constant packet requirements.Eric Anholt2014-07-021-1/+8
* i965: Add a comment about null renderbuffer surfaces and why they exist.Eric Anholt2014-07-023-2/+22
* i965: Update a ton of comments about constant buffers.Eric Anholt2014-07-024-32/+74
* i965: Merge VS/GS and WM pull constant buffer upload paths.Eric Anholt2014-07-024-53/+42
* i965/gen6+: Merge VS/GS and WM push constant buffer upload paths.Eric Anholt2014-07-024-66/+52
* i965: Move dispatch_grf_start_reg and first_curbe_grf into stage_prog_data.Eric Anholt2014-07-0214-35/+36
* i965: Fix state flags for gen4/5 CURBE.Eric Anholt2014-07-021-8/+8
* i965: Remove a dead define.Eric Anholt2014-07-021-2/+0
* i965: Reuse libdrm's header for AUB definitions.Eric Anholt2014-07-024-71/+7
* i965: Fix stale comments about the state cache.Eric Anholt2014-07-022-2/+9
* i965: Fix stale binding table comment.Eric Anholt2014-07-021-2/+0
* i965: Drop the memcmp for finding duplicated CURBE uploads.Eric Anholt2014-07-024-50/+2
* i965: Reuse intel_upload.c for gen4/5 constant buffers.Eric Anholt2014-07-023-31/+7
* gallium: Add PIPE_SHADER_CAP_DOUBLESTom Stellard2014-07-026-1/+15
* clover: Fix not setting build log if the build succeeds v2Matt Arsenault2014-07-025-13/+24
* clover: Have compat::string allocate its own memory.Francisco Jerez2014-07-022-5/+7
* gallium/radeon: Only print a message for LLVM diagnostic errorsTom Stellard2014-07-021-2/+4
* radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQTom Stellard2014-07-021-1/+1
* r600g: allow viewport index/layer to be sent to psIlia Mirkin2014-07-021-2/+20
* targets/dri: allow duplicated symbolsEmil Velikov2014-07-021-0/+6
* st/dri: Remove the old libdridrm libraryEmil Velikov2014-07-022-11/+4
* targets/dri-vmwgfx: Convert to static/shared pipe-driversEmil Velikov2014-07-029-130/+19
* targets/dri-ilo: Convert to static/shared pipe-driverEmil Velikov2014-07-025-104/+10
* targets/dri-i915: Convert to static/shared pipe-driversEmil Velikov2014-07-025-85/+10
* targets/dri-freedreno: Convert to static/shared pipe-driversEmil Velikov2014-07-026-107/+12
* targets/(r300|r600|radeonsi)/dri: Convert to static/shared pipe-driversEmil Velikov2014-07-0213-411/+36
* targets/dri-nouveau: Convert to static/shared pipe-driversEmil Velikov2014-07-029-100/+112
* 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-024-24/+13
* docs: update hw-dependent bits of ARB_gpu_shader5Ilia Mirkin2014-07-011-5/+5
* 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-024-12/+9
* 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