summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-11-21target-helpers: move the DRI specifics to the targetEmil Velikov7-149/+166
2015-11-21automake: remove no longer needed HAVE_LOADER_GALLIUM conditionalEmil Velikov2-5/+3
2015-11-21pipe-loader: wire up the 'static' sw pipe-loaderEmil Velikov1-0/+47
2015-11-21pipe-loader: wire up the 'static' drm pipe-loaderEmil Velikov2-3/+161
2015-11-21pipe-loader: add a dummy 'static' pipe-loaderEmil Velikov1-3/+20
2015-11-21gallium: rename libpipe_loader to libpipe_loader_dynamicEmil Velikov10-13/+13
2015-11-21pipe-loader: dlopen/dlsym the pipe-driver at probe timeEmil Velikov1-27/+17
2015-11-21pipe-loader: annotate the ops as const dataEmil Velikov2-4/+4
2015-11-21pipe-loader: teardown the winsys, if create_screen failsEmil Velikov1-1/+6
2015-11-21pipe-loader: rework the sw backendEmil Velikov14-54/+158
2015-11-21gallium: keep the libdrm link alongside libkmsdri.laEmil Velikov1-1/+2
2015-11-21pipe-loader: directly use pipe_loader_sw_probe_null() at probe timeEmil Velikov1-13/+4
2015-11-21pipe-loader: add pipe_loader_sw_probe_init_common() helperEmil Velikov1-20/+18
2015-11-21gallium/tests: remove unneeded include pathsEmil Velikov1-4/+0
2015-11-21gallium: remove library_path argument from pipe_loader_create_screen()Emil Velikov21-44/+23
2015-11-21targets/nine: remove the custom pipe-driver path managementEmil Velikov1-18/+2
2015-11-21pipe-loader: remove HAVE_DRM_LOADER_GALLIUM and HAVE_PIPE_LOADER_DRMEmil Velikov2-2/+2
2015-11-21pipe-loader: add pipe_loader_sw_probe_kms() implementationEmil Velikov3-0/+39
2015-11-21configure: use HAVE_DRISW_KMS when handling kms swrastEmil Velikov2-2/+2
2015-11-21targets/nine: use the existing sw_screen_wrap() over our custom versionEmil Velikov3-30/+2
2015-11-21automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicableEmil Velikov6-8/+2
2015-11-21pipe-loader: remove HAVE_PIPE_LOADER_foo function prototype guardsEmil Velikov1-8/+0
2015-11-21gallium/trace: remove useless NULL check from trace_screen_create()Emil Velikov1-3/+0
2015-11-20freedreno/a4xx: add missing formats to enable ARB_vertex_type_2_10_10_10_revIlia Mirkin2-4/+8
2015-11-20i965: Test that nonrepresentable floats cannot be converted to VF.Matt Turner1-0/+15
2015-11-20i965: Use ldexpf() in VF float test set up.Matt Turner1-8/+3
2015-11-20i965/vec4: Initialize nir_inputs with src_reg().Matt Turner1-1/+1
2015-11-20i965/fs: Add support for gl_HelperInvocation system value.Matt Turner1-0/+52
2015-11-20i965: Add brw_imm_uv().Matt Turner1-0/+9
2015-11-20i965: Don't bother setting regioning on immediates.Matt Turner1-6/+0
2015-11-20nir: Add support for gl_HelperInvocation system value.Matt Turner2-0/+5
2015-11-20freedreno/a4xx: use hardware RGTC texture samplersIlia Mirkin6-24/+19
2015-11-20freedreno/a4xx: hook up RGB565 formatIlia Mirkin2-1/+2
2015-11-20freedreno/a4xx: logic op handlingIlia Mirkin6-29/+35
2015-11-20freedreno/a4xx: add 16-bit unorm/snorm format texturing/renderingIlia Mirkin2-25/+47
2015-11-20freedreno/a4xx: point regid to "red" even for alpha-only rb formatsIlia Mirkin1-7/+0
2015-11-20ttn: add TEX2 supportIlia Mirkin1-3/+11
2015-11-20freedreno: always set all border colorsIlia Mirkin1-30/+8
2015-11-20freedreno/a4xx: fix dst_alpha blend for RGBX render targetsIlia Mirkin3-5/+32
2015-11-20radeon: re-prepare query buffers on begin_query for predicate queriesNicolai Hähnle2-15/+18
2015-11-20radeon: reset query buffers for PIPE_QUERY_TIMESTAMPNicolai Hähnle1-8/+18
2015-11-20mesa: update some old-style (K&R?) function pointer callsBrian Paul6-7/+7
2015-11-20svga: add num-bytes-uploaded HUD queryBrian Paul5-6/+30
2015-11-20svga: add some sanity check assertions in svga_buffer_transfer_map()Brian Paul1-0/+5
2015-11-21glsl: add subroutine index qualifier supportTimothy Arceri9-4/+91
2015-11-21glsl: add support for complie-time constant expressionsTimothy Arceri5-164/+195
2015-11-21glsl: add new type for compile time constantsTimothy Arceri2-0/+80
2015-11-21glsl: call set_shader_inout_layout() earlierTimothy Arceri1-3/+3
2015-11-21glsl: replace binding layout min boundary checkTimothy Arceri1-11/+12
2015-11-21glsl: encapsulate binding validation and settingTimothy Arceri1-32/+28