summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace pipe_driver_query_info::max_value by a unionSamuel Pitoiset2015-05-061-1/+2
* gallium: add new fields to pipe_driver_query_infoSamuel Pitoiset2015-05-061-1/+3
* winsys/radeon: move radeon_winsys.h to drivers/radeonMarek Olšák2015-04-291-3/+3
* gallium/util: get h264 level based on number of max references and resolutionLeo Liu2015-04-281-0/+36
* softpipe: fix another stencil-as-float issueRoland Scheidegger2015-04-271-2/+2
* Fix a few typosZoë Blade2015-04-272-2/+2
* gallium/hud: add more options to customize HUD panesGediminas Jakutis2015-04-262-6/+161
* os/os_memory_aligned.h: Handle integer overflow.Jose Fonseca2015-04-231-1/+27
* draw: fix prim ids when there's no gsRoland Scheidegger2015-04-233-2/+15
* cso: minor comment fixBrian Paul2015-04-221-1/+1
* android: fix the building rules for Android 5.0Chih-Wei Huang2015-04-222-2/+2
* android: add $(mesa_top)/src include to the whole of mesaEmil Velikov2015-04-221-2/+1
* gallivm: Fix build against LLVM 3.7 SVN r235265Nick Sarnie2015-04-202-2/+2
* indices: fix provoking vertex for quads/quadstripsIlia Mirkin2015-04-181-3/+10
* primconvert: select pv convention only from flatshade_firstIlia Mirkin2015-04-181-2/+1
* gallium/ttn: fix TXFRob Clark2015-04-171-1/+7
* gallium/ttn: add UBO supportRob Clark2015-04-171-9/+60
* gallium/ttn: minor cleanupRob Clark2015-04-171-23/+17
* gallium/ttn: add support for TXL2Rob Clark2015-04-171-0/+11
* gallium/ttn: add support for texture offsetsRob Clark2015-04-171-1/+28
* tgsi: also dump label for TGSI_OPCODE_BGNSUB opcodeBrian Paul2015-04-151-0/+1
* gallium/ttn: add support for system valuesRob Clark2015-04-111-0/+34
* gallium/ttn: fix TXDRob Clark2015-04-111-3/+17
* gallium/ttn: add TXQ support (v2)Rob Clark2015-04-111-8/+51
* gallium/ttn: split out helper to get texture infoRob Clark2015-04-111-53/+59
* gallium/ttn: add support for temp arraysRob Clark2015-04-111-15/+145
* gallium/ttn: minor cleanupRob Clark2015-04-111-5/+6
* gallivm: Fix build since llvm-3.7.0svn r234495Nick Sarnie2015-04-101-4/+0
* gallivm: Fix build since llvm-3.7.0svn r234460.Vinson Lee2015-04-091-0/+4
* draw: (trivial) don't print the shader twice with GALLIVM_DEBUG=tgsi (or ir)Roland Scheidegger2015-04-091-5/+5
* gallivm: don't use control flow when doing indirect constant buffer lookupsRoland Scheidegger2015-04-092-67/+54
* u_tile: fix warnings about incompatible casts.Dave Airlie2015-04-081-3/+3
* u_tile: fix stencil texturing tests under softpipeDave Airlie2015-04-081-6/+6
* gallium/ttn: MOD is an integer instructionRob Clark2015-04-051-1/+1
* gallium/ttn: add UMADRob Clark2015-04-051-1/+11
* i915g: Implement EGL_EXT_image_dma_buf_importStéphane Marchesin2015-04-011-1/+1
* gallium: ship tgsi_to_nir.h in the tarballEmil Velikov2015-04-011-1/+2
* automake,scons: Put NIR source files in a separate var to fix SCons build.Jose Fonseca2015-04-012-1/+4
* automake: Fix out-of-source builds.Jose Fonseca2015-04-011-0/+1
* gallium: Add tgsi_to_nir to get a nir_shader for a TGSI shader.Eric Anholt2015-04-013-0/+1454
* gallivm: (trivial) fix the logic deciding if function call should be used...Roland Scheidegger2015-04-011-3/+1
* gallivm: do some hack heuristic to disable texture functionsRoland Scheidegger2015-04-011-0/+40
* gallivm: implement TG4 for ARB_texture_gatherRoland Scheidegger2015-03-312-40/+133
* gallivm: add gather support to sampler interfaceRoland Scheidegger2015-03-313-21/+34
* gallivm: simplify sampler interfaceRoland Scheidegger2015-03-315-245/+211
* util/debug: Update MgwHelp link, drop BfdHelp link.Jose Fonseca2015-03-311-10/+2
* gallivm: Fix build against LLVM 3.7 SVN r233648Michel Dänzer2015-03-311-0/+5
* gallivm: fix texture function name (key) when using txf/ldRoland Scheidegger2015-03-281-2/+5
* gallivm: Fix build since llvm r233411Jan Vesely2015-03-271-0/+4
* gallivm: use llvm function calls for texturing instead of inliningRoland Scheidegger2015-03-272-26/+438