summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glapi: Add XML for GL_EXT_shader_framebuffer_fetch.Francisco Jerez2016-08-241-0/+5
* nvc0: invalidate textures/samplers on GK104+Samuel Pitoiset2016-08-242-12/+22
* gallium/ttn: Remove duplicated TGSI_OPCODE_DP2A initializationRhys Kidd2016-08-241-1/+0
* anv: meta_blit2d: adapt texel fetch pitch for fake w-tiledLionel Landwerlin2016-08-241-1/+3
* vc4: Fix GPU hangs with >16 varying values.Eric Anholt2016-08-242-19/+68
* vl/rbsp: fix another three byte not detectedLeo Liu2016-08-241-1/+1
* radeonsi: fix VM faults due NULL internal const buffers on CIKMarek Olšák2016-08-241-2/+11
* gallium/winsys/kms: Look up the GEM handle after importing a prime FDTomasz Figa2016-08-241-0/+4
* gallium/winsys/kms: Move display target handle lookup to separate functionTomasz Figa2016-08-241-9/+24
* gallium/winsys/kms: Fully initialize kms_sw_dt at prime import time (v2)Tomasz Figa2016-08-241-7/+11
* gallium/winsys/kms: Fix double refcount when importing from prime FD (v2)Tomasz Figa2016-08-241-1/+0
* shaderapi: don't generate not linked error on GetProgramStage in generalAlejandro Piñeiro2016-08-241-1/+18
* gallium/cso: avoid unnecessary null dereferenceEric Engestrom2016-08-241-1/+1
* st/xvmc: fix a couple 'unused-but-set-variable' warningsEric Engestrom2016-08-241-2/+3
* egl: turn a couple asserts static (compile-time)Eric Engestrom2016-08-241-3/+4
* i915: remove unnecessary `if`Eric Engestrom2016-08-241-3/+1
* i965: remove unnecessary `if`Eric Engestrom2016-08-241-6/+2
* program_resource: subroutine active uniforms should return NumSubroutineUniformsAlejandro Piñeiro2016-08-241-23/+118
* egl/wayland-egl: Fix for segfault in dri2_wl_destroy_surface.Stencel, Joanna2016-08-242-0/+4
* st/va: Remove unused variable coded_size from vlVaEndPicture()Kai Wasserbäch2016-08-241-1/+0
* st/va: Remove else case in vlVaEndPicture() made superfluous by c59628d11bKai Wasserbäch2016-08-241-3/+1
* st/va: add missing mutex_unlockEric Engestrom2016-08-241-1/+3
* aubinator: Style fixes.Kenneth Graunke2016-08-234-34/+45
* aubinator: Fix the tool to correctly decode the DWordsSirisha Gandikota2016-08-233-53/+189
* aubinator: Add a new tool called Aubinator to the src/intel/tools folder.Kristian Høgsberg Kristensen2016-08-237-0/+1855
* glsl: Mark tessellation qualifier maps static const.Kenneth Graunke2016-08-231-2/+2
* isl/formats: Integer formats are not filterableJason Ekstrand2016-08-231-8/+8
* st/dri: respect driver's request to avoid mixed color/depth bit configsIlia Mirkin2016-08-231-2/+6
* gallium: add a cap to expose whether driver supports mixed color/zs bitsIlia Mirkin2016-08-2317-0/+22
* dri: add a way to request that modes have matching color/zs depthsIlia Mirkin2016-08-238-14/+29
* nv50/ir: make sure cfg iterator always hits all blocksIlia Mirkin2016-08-231-4/+4
* anv/clear: Clear E5B9G9R9 images as R32_UINTJason Ekstrand2016-08-231-2/+14
* anv/clear: Make cmd_clear_image take an actual VkClearValueJason Ekstrand2016-08-231-5/+5
* anv/blit2d: Add support for RGB destinationsJason Ekstrand2016-08-231-2/+214
* anv/blit2d: Add a format parameter to bind_dst and create_iviewJason Ekstrand2016-08-231-5/+10
* anv/image: Don't create invalid render target surfacesJason Ekstrand2016-08-231-1/+12
* isl/formats: Update the table with more samplable formatsJason Ekstrand2016-08-231-15/+15
* isl/formats: Report ETC as being samplable on Bay TrailJason Ekstrand2016-08-231-0/+18
* i965/surface_formats: Don't advertise 8 or 16-bit RGB formatsJason Ekstrand2016-08-231-0/+10
* anv/formats: Don't use an RGBX format if it isn't renderableJason Ekstrand2016-08-231-1/+2
* egl/dri2: dri2_initialize: Do not reference-count TestOnly displayNicolas Boichat2016-08-231-20/+9
* vbo: fix format string compiler warning for 32-bit machinesJan Ziak2016-08-231-5/+6
* egl/dri2: remove error checks on return values from mtx_lock and cnd_waitDongwon Kim2016-08-231-35/+12
* i965: report bound buffer size not underlying buffer size for image size (v2)Dave Airlie2016-08-231-2/+2
* anv: Throw INCOMPATIBLE_DRIVER for non-fatal initialization errorsJason Ekstrand2016-08-221-5/+3
* st/glsl_to_tgsi: fix st_src_reg_for_double constant.Dave Airlie2016-08-231-1/+1
* mesa/subroutines: drop the old subroutine index uploads.Dave Airlie2016-08-231-6/+0
* st/mesa: use the new subroutine index upload API.Dave Airlie2016-08-234-12/+18
* i965: use new subroutine index uploader.Dave Airlie2016-08-2311-0/+25
* mesa: add api to write subroutine indicies to the program storage.Dave Airlie2016-08-232-0/+13