summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv: drop local MIN/MAX macros.Dave Airlie2016-10-192-5/+2
* radv: drop local MIN/MAX macros.Dave Airlie2016-10-194-7/+4
* util: move min/max/clamp macros to util macros.hDave Airlie2016-10-192-13/+13
* radv: make use of shared vector helper.Dave Airlie2016-10-193-135/+8
* anv: port to using new u_vector shared helper.Dave Airlie2016-10-195-154/+35
* util: add vector util code.Dave Airlie2016-10-193-1/+193
* svga: minor code improvements in svga_validate_pipe_sampler_view()Brian Paul2016-10-181-8/+8
* intel: genxml: add SAMPLER_BORDER_COLOR_STATE structuresLionel Landwerlin2016-10-185-0/+90
* st/va: force to flush the last p frame in idr periodBoyuan Zhang2016-10-181-0/+3
* egl/surfaceless: Fix segfault in eglSwapBuffersChad Versace2016-10-181-0/+12
* radeonsi: rename prefixes from radeon to siMarek Olšák2016-10-184-157/+157
* radeonsi: merge radeon_llvm_context and si_shader_contextMarek Olšák2016-10-184-317/+290
* radeonsi: import all TGSI->LLVM code from gallium/radeonMarek Olšák2016-10-1811-462/+346
* gallium/radeon: simplify initialization of 64-bit gallivm buildersMarek Olšák2016-10-181-18/+4
* gallium/radeon: remove unused radeon_llvm_reg_index_soaMarek Olšák2016-10-182-7/+0
* radeonsi: move LLVM ALU codegen into radeonsiMarek Olšák2016-10-186-992/+1056
* genxml: add generated headers to EXTRA_DISTJonathan Gray2016-10-181-0/+4
* mesa: automake: include mesa_glinterop.h in distfileJonathan Gray2016-10-181-1/+2
* egl: remove docs directory from EXTRA_DISTJonathan Gray2016-10-181-1/+0
* genxml: avoid using a GNU make pattern ruleJonathan Gray2016-10-181-1/+4
* loader: cleanup copyright sectionEmil Velikov2016-10-181-40/+2
* loader: remove loader_get_driver_for_fd() driver_typeEmil Velikov2016-10-1812-32/+22
* loader: remove final sysfs codepath in loader_get_device_name_for_fd()Emil Velikov2016-10-181-46/+1
* scons: remove all libudev referencesEmil Velikov2016-10-181-4/+0
* scons: loader: use libdrm when availableEmil Velikov2016-10-181-0/+4
* gbm: remove superfluous/incorrect udev commentEmil Velikov2016-10-181-1/+0
* automake: remove all the libudev referencesEmil Velikov2016-10-181-2/+1
* loader: remove libudev_get_device_name_for_fd and related codeEmil Velikov2016-10-181-126/+0
* loader: reimplement loader_get_user_preferred_fd via libdrmEmil Velikov2016-10-181-141/+106
* loader: annotate __driConfigOptionsLoader as staticEmil Velikov2016-10-181-1/+1
* loader: separate USE_DRICONF code into separate functionEmil Velikov2016-10-181-12/+18
* loader: slim down loader_get_pci_id_for_fd implementation(s)Emil Velikov2016-10-181-156/+16
* gm107/ir: fix bit offset of tex lod setting for indirect texturingIlia Mirkin2016-10-181-1/+1
* gm107/ir: fix texturing with indirect samplersIlia Mirkin2016-10-181-0/+10
* gallium/tgsi: add missing #includeMarek Olšák2016-10-181-0/+2
* st/va: set default rt formats when calling vaCreateConfigJulien Isorce2016-10-182-2/+12
* i965: Fix gl_InvocationID in dual object GS where invocations == 1.Kenneth Graunke2016-10-171-1/+4
* anv: Get rid of anv_cmd_buffer_emit_state_base_addressJason Ekstrand2016-10-173-21/+1
* anv/cmd_buffer: Move descriptor flushing into genX_cmd_buffer.cJason Ekstrand2016-10-174-359/+327
* anv/cmd_buffer: Expose ensure_push_constant_*Jason Ekstrand2016-10-172-6/+9
* anv/cmd_buffer: Unify flush_compute_state across gensJason Ekstrand2016-10-175-177/+93
* anv/cmd_buffer: Move Begin/End/Execute to genX_cmd_buffer.cJason Ekstrand2016-10-174-95/+107
* anv/cmd_buffer: Move state base address re-emit into ExecuteCommandsJason Ekstrand2016-10-172-6/+9
* i965: Silence unused parameter warningsIan Romanick2016-10-177-9/+5
* glsl: Remove unused function import_prototypesIan Romanick2016-10-173-132/+0
* glsl: Remove prototypes for nonexistent functionsIan Romanick2016-10-171-9/+0
* glsl: Replace assert with unreachableIan Romanick2016-10-171-1/+2
* anv: replace , with ; in anv_batch_emit()Lionel Landwerlin2016-10-172-12/+12
* intel: aubinator: use different colors to signal batch start/endLionel Landwerlin2016-10-171-5/+10
* st/glsl_to_tgsi: fix [ui]vec[34] conversion to doubleNicolai Hähnle2016-10-171-2/+3