summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: implement gl_SampleMaskInMarek Olšák2015-03-161-0/+4
* radeonsi: add support for SQRTMarek Olšák2015-03-162-1/+3
* radeonsi: add support for FMAMarek Olšák2015-03-162-1/+4
* gallium/radeon: don't use LLVMReadOnlyAttribute for ALUMarek Olšák2015-03-161-16/+9
* tgsi: handle bitwise opcodes in tgsi_opcode_infer_type (v2)Marek Olšák2015-03-161-0/+8
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-1620-12/+62
* freedreno: update generated headersRob Clark2015-03-155-6/+6
* freedreno/ir3: remove old compilerRob Clark2015-03-157-1574/+10
* freedreno/ir3: avoid scheduler deadlockRob Clark2015-03-153-0/+45
* freedreno/ir3: bit of cleanupRob Clark2015-03-153-19/+23
* i965: De-duplicate is_expression_commutative() functions.Kenneth Graunke2015-03-154-46/+25
* i965/gen4-5: Cope with immutable-format texture revalidationChris Forbes2015-03-141-3/+10
* freedreno: fix slice pitch calculationsIlia Mirkin2015-03-131-1/+1
* freedreno/a3xx: use the same layer size for all slicesIlia Mirkin2015-03-131-1/+8
* i965/vs: Add missing resolve_bool_comparison calls on GEN4 and GEN5Ian Romanick2015-03-131-0/+13
* i965/disasm: Fix format stringsChris Forbes2015-03-141-24/+24
* i965/disasm: Mark format() as being printf-style.Chris Forbes2015-03-141-0/+3
* glsl: Expose built-in packing functions under GLSL 4.2.Matt Turner2015-03-131-1/+1
* egl: Create queryable strings in eglInitialize().Matt Turner2015-03-132-125/+112
* glsl: optimize (0 cmp x + y) into (-x cmp y).Samuel Iglesias Gonsalvez2015-03-131-3/+12
* mesa: Check for valid PBO access in gl(Compressed)Tex(Sub)Image callsEduardo Lima Mitev2015-03-131-77/+103
* mesa: Separate PBO validation checks from buffer mapping, to allow reuseEduardo Lima Mitev2015-03-132-31/+100
* mesa: Set the correct image size in _mesa_validate_pbo_access()Eduardo Lima Mitev2015-03-131-1/+1
* meta: Remove error checks for texture <-> pixel-buffer transfers that don't b...Eduardo Lima Mitev2015-03-131-32/+0
* util: convert slab macros to inline functionsBrian Paul2015-03-131-2/+11
* egl: fix cast to silence compiler warningBrian Paul2015-03-131-1/+1
* gallivm: (trivial) Fix typo in comment introduced by 70dc8aAlexandre Demers2015-03-131-1/+1
* mesa: improve ARB_copy_image internal format compat checkSeán de Búrca2015-03-121-21/+130
* nir: Fix non-determinism in nir_lower_vars_to_ssa().Kenneth Graunke2015-03-121-97/+26
* util: Fix foreach_list_typed_safe when exec_node is not at offset 0.Jason Ekstrand2015-03-121-2/+2
* i965: Use NIR for scalar VS when INTEL_USE_NIR is set.Kenneth Graunke2015-03-121-5/+10
* i965/fs: Add VS output support to nir_setup_outputs().Kenneth Graunke2015-03-121-5/+11
* i965/fs: Handle VS inputs in the NIR backend.Kenneth Graunke2015-03-121-1/+22
* i965/fs: Refactor fs_visitor::nir_setup_inputs().Kenneth Graunke2015-03-121-10/+19
* i965: Implement NIR intrinsics for loading VS system values.Kenneth Graunke2015-03-121-0/+51
* nir: Add intrinsics for SYSTEM_VALUE_BASE_VERTEX and VERTEX_ID_ZERO_BASEKenneth Graunke2015-03-122-0/+8
* i965/nir: Lower to registers a bit later.Kenneth Graunke2015-03-121-3/+3
* i965/nir: Optimize after nir_lower_var_copies().Kenneth Graunke2015-03-121-0/+3
* i965/fs: Store a pointer to brw_sampler_prog_key_data in the visitor.Kenneth Graunke2015-03-123-35/+33
* tnl: HAVE_LE32_VERTS is never defined, remove associated codeBrian Paul2015-03-121-7/+0
* mesa: move LONGSTRING into generated enums.cBrian Paul2015-03-122-9/+6
* mesa: remove _ASMAPI, ASMAPIPBrian Paul2015-03-128-63/+44
* mesa: remove _XFORMAPIBrian Paul2015-03-124-64/+56
* swrast: remove _BLENDAPIBrian Paul2015-03-122-16/+13
* mesa: use ARRAY_SIZE in _mesa_QueryMatrixxOES()Brian Paul2015-03-121-1/+1
* mesa: remove register keyword, add const in _mesa_QueryMatrixxOES()Brian Paul2015-03-121-3/+2
* mesa: reindent querymatrix.cBrian Paul2015-03-121-114/+115
* mesa: move fpclassify work-arounds into c99_math.hBrian Paul2015-03-121-50/+1
* gallivm: Prevent double delete on LLVM 3.6Jose Fonseca2015-03-121-0/+1
* glx: remove support for non-multithreaded platformsEmil Velikov2015-03-113-29/+2