summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* ilo: add array_size and level_count to ilo_imageChia-I Wu2015-06-142-0/+6
* ilo: add pipe_texture_target to ilo_imageChia-I Wu2015-06-146-23/+18
* ilo: fix "Render Cache Read Write Mode"Chia-I Wu2015-06-145-28/+12
* ilo: avoid resource owning in coreChia-I Wu2015-06-147-142/+27
* ilo: assert core objects are zero-initializedChia-I Wu2015-06-146-2/+29
* radeon/llvm: Handle LLVM backend rename from R600 to AMDGPUTom Stellard2015-06-121-0/+8
* gallivm: Only build lp_profile() body when PROFILE is definedTom Stellard2015-06-121-1/+1
* vc4: automake: enable subdir-objectsEmil Velikov2015-06-121-0/+2
* mesa: build xmlconfig to a separate static libraryErik Faye-Lund2015-06-121-6/+0
* targets/nine: link against libnir/libglsl_utilEmil Velikov2015-06-121-0/+2
* pipe-loader: add libnir and libglsl_util to the linkEmil Velikov2015-06-121-0/+2
* mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_utilEmil Velikov2015-06-122-20/+0
* gallium: use $(top_builddir) when referencing static archivesEmil Velikov2015-06-122-2/+2
* freedreno: use CXX linker rather than explicit link against libstdc++Emil Velikov2015-06-121-1/+2
* trace: Add missing p_compiler.h include.Jose Fonseca2015-06-121-0/+2
* gallium: remove explicit values from PIPE_CAP_ enumsBrian Paul2015-06-111-98/+98
* llvmpipe: simplify lp_resource_copy()Brian Paul2015-06-101-59/+2
* st/dri: check pscreen is valid before querying paramDave Airlie2015-06-101-1/+1
* nouveau: set imported buffers to what the kernel gives usDave Airlie2015-06-101-1/+1
* vc4: Drop qir include from vc4_screen.hEric Anholt2015-06-091-1/+1
* vc4: Drop subdirectory in vc4 build.Eric Anholt2015-06-094-49/+5
* vc4: Update to current kernel validation code.Eric Anholt2015-06-093-35/+37
* android: build with libcxx on android lollipopChih-Wei Huang2015-06-093-1/+10
* android: enable the radeonsi driverChih-Wei Huang2015-06-094-0/+30
* android: add rules to build a gallium_dri.soChih-Wei Huang2015-06-094-2/+189
* android: add rules to build gallium/state_trackers/driChih-Wei Huang2015-06-092-2/+67
* rtasm: Generalize executable memory allocator to all Unices.Jose Fonseca2015-06-091-1/+1
* softpipe/query: force parenthesis around a logical notMartin Peres2015-06-081-1/+1
* radeonsi: Add CIK SDMA supportMichel Dänzer2015-06-087-21/+427
* r600g,radeonsi: Assert that there's enough space after flushingMichel Dänzer2015-06-081-3/+2
* clover: clarify and fix the EGL interop error caseMarek Olšák2015-06-051-1/+6
* tgsi/ureg: fix a coverity defect in emit_declsMarek Olšák2015-06-051-3/+4
* r600g: fix a coverity defect in streamout codeMarek Olšák2015-06-051-1/+1
* tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarationsMarek Olšák2015-06-0516-36/+158
* tgsi/ureg: add support for output array declarationsMarek Olšák2015-06-054-31/+78
* tgsi/ureg: add support for GS input array declarationsMarek Olšák2015-06-052-13/+28
* tgsi/ureg: merge input and fs_input arraysMarek Olšák2015-06-051-51/+33
* tgsi/ureg: rename and simplify ureg_DECL_gs_inputMarek Olšák2015-06-052-19/+19
* tgsi/ureg: add support for FS input array declarationsMarek Olšák2015-06-053-17/+60
* tgsi/scan: get more information about arrays and handle arrays correctly (v2)Marek Olšák2015-06-052-3/+25
* draw: (trivial) fix NULL pointer dereferenceRoland Scheidegger2015-06-051-2/+2
* llvmpipe: Implement stencil exportRoland Scheidegger2015-06-044-15/+21
* gallium/util: silence silence unused var warnings for non-debug buildBrian Paul2015-06-011-2/+1
* gallivm: silence unused var warnings for non-debug buildBrian Paul2015-06-011-0/+1
* pipebuffer: silence unused var warnings for non-debug buildBrian Paul2015-06-011-0/+1
* draw: silence unused var warnings for non-debug buildBrian Paul2015-06-011-0/+4
* gallivm: Remove stub disassemblerSymbolLookupCB.Jose Fonseca2015-06-011-13/+1
* vc4: Don't bother with safe list traversal in CSE.Eric Anholt2015-05-291-1/+1
* vc4: Convert from simple_list.h to list.hEric Anholt2015-05-2919-139/+87
* vc4: Make sure we allocate idle BOs from the cache.Eric Anholt2015-05-291-1/+11