summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Reuse llvmpipes LLVMContext in the draw context.Mathias Fröhlich2014-09-304-8/+29
* llvmpipe: Make a llvmpipe OpenGL context thread safe.Mathias Fröhlich2014-09-304-18/+40
* llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.Mathias Fröhlich2014-09-304-24/+23
* tgsi: fix Semantic.Name assignment in tgsi_transform_input_decl()Brian Paul2014-09-301-1/+1
* util: simplify PIPE_TEXTURE_CUBE case in util_max_layer()Brian Paul2014-09-301-2/+3
* gallivm: More fallout from disabling with LLVM 3.6Michel Dänzer2014-09-264-8/+17
* mesa: Replace IS_NEGATIVE(x) with x < 0.0f.Matt Turner2014-09-251-6/+2
* util: use linear formats in util_blit_pixels()Brian Paul2014-09-241-2/+2
* util: simplify writemask parameters for util_blit_pixels()Brian Paul2014-09-242-15/+17
* util: s/PIPE_TEX_MIPFILTER/PIPE_TEX_FILTER/ in u_blit codeBrian Paul2014-09-241-5/+5
* mesa: Unifdef _WIN32_WCE.Matt Turner2014-09-241-9/+0
* gallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306Tom Stellard2014-09-241-0/+2
* gallivm: Disable gallivm to fix build with LLVM 3.6Tom Stellard2014-09-241-0/+10
* targets/pipe-loader: drop unused authenticationEmil Velikov2014-09-241-1/+1
* gallivm: fix idivRoland Scheidegger2014-09-231-7/+5
* gallium: replace pipe_type enum with tgsi_return_type enumBrian Paul2014-09-225-15/+16
* draw: use new tgsi_transform inst/decl helpers in pstipple codeBrian Paul2014-09-221-68/+19
* draw: use new tgsi_transform inst/decl helpers in aapoint codeBrian Paul2014-09-221-202/+54
* draw: use new tgsi_transform inst/decl helpers in aaline codeBrian Paul2014-09-221-66/+21
* tgsi: add inst/decl helpers for tgsi_transform utilityBrian Paul2014-09-221-0/+333
* draw: use tgsi transform prolog callback in polygon stipple codeBrian Paul2014-09-221-125/+110
* draw: use tgsi transform prolog/epilog callbacks in AA line codeBrian Paul2014-09-221-90/+92
* draw: use tgsi transform prolog/epilog callbacks in AA point codeBrian Paul2014-09-221-305/+316
* tgsi: fix tgsi transform's epilog callbackBrian Paul2014-09-221-7/+15
* tgsi: add prolog() method to tgsi_transform_contextBrian Paul2014-09-222-0/+13
* target-helpers: add inline qualifier on configuration_query()Brian Paul2014-09-221-1/+1
* freedreno: add DRM_CONF_SHARE_FDRob Clark2014-09-211-1/+1
* gallivm: add information about different sampler/view units if analyzing shaderRoland Scheidegger2014-09-202-0/+10
* util: don't try to emit half-float intrinsics if avx isn't availableRoland Scheidegger2014-09-191-1/+1
* draw: (trivial) remove duplicated linesRoland Scheidegger2014-09-181-12/+0
* gallivm,tgsi: fix idiv by zero crashrconde2014-09-172-7/+25
* gallivm: add texture target information for sample opcodes to tgsi infoRoland Scheidegger2014-09-171-14/+43
* gallium: Add PIPE_FORMAT_x8B8G8R8_SNORM formatsRichard Sandiford2014-09-171-0/+3
* gallium: Add PIPE_FORMAT_AnLn and PIPE_FORMAT_GnRn formatsRichard Sandiford2014-09-171-0/+9
* util: move shared rgtc code to util (v2)Dave Airlie2014-09-172-118/+46
* util: Add big-endian layout for a number of formats.Richard Sandiford2014-09-162-35/+42
* gallivm: Fix uses of 2^24Richard Sandiford2014-09-161-4/+4
* gallivm: Add SNORM clamping to lp_build_{add, sub}Richard Sandiford2014-09-161-6/+28
* gallivm: attach DataLayout to module too, not just pass manager.Rafael Ávila de Espíndola2014-09-161-0/+7
* gallivm: handle SAMPLE opcode in aos samplingRoland Scheidegger2014-09-162-13/+50
* tgsi: accept offsets for sample opcodes too in the text parserRoland Scheidegger2014-09-161-3/+2
* tgsi: don't print texture target for sample opcodesRoland Scheidegger2014-09-161-2/+5
* util/u_format: add _is_alpha()Rob Clark2014-09-122-0/+19
* gallium/util: add missing u_debug includeAndreas Boll2014-09-121-0/+1
* gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin2014-09-121-0/+1
* u_vbuf: simple whitespace fixBrian Paul2014-09-101-1/+2
* pipe-loader: Include unistd.h in pipe_loader_drm.c for close function.Vinson Lee2014-09-101-0/+1
* automake: remove obsolete NEED_GALLIUM_LOADEREmil Velikov2014-09-093-8/+5
* gallivm: (trivial) don't try to use rcp when the division 1/x is integerRoland Scheidegger2014-09-091-1/+1
* gallivm: (trivial) fix min / max variable namesRoland Scheidegger2014-09-091-8/+8