summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Revert "main: _mesa_cube_level_complete checks NumLayers."Laura Ekstrand2015-03-171-4/+0
* i965/skl: Send a message header when doing constant loads SIMD4x2Neil Roberts2015-03-173-6/+53
* i965/fs: in MAD optimizations, switch last argument to be immediateTapani Pälli2015-03-171-1/+10
* i965: Emit IF/ELSE/ENDIF/WHILE JIP with type W on Gen7Antia Puentes2015-03-161-4/+4
* gallium: add FMA and DFMA opcodes (v3)Marek Olšák2015-03-161-4/+9
* 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
* 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
* 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
* mesa: improve ARB_copy_image internal format compat checkSeán de Búrca2015-03-121-21/+130
* 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
* 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-121-9/+0
* 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
* vbo: improve the code style by adjust the preprocessing c code directivesMarius Predut2015-03-112-42/+34
* mesa: remove CPU_TO_LE32() for AIXBrian Paul2015-03-111-8/+0
* mesa: remove #define __volatileBrian Paul2015-03-111-3/+0
* mesa: use strdup() instead of _mesa_strdup()Brian Paul2015-03-119-30/+9
* xlib: use strdup() instead of _mesa_strdup()Brian Paul2015-03-111-1/+2
* i915: add parens to silence operator precedence warningBrian Paul2015-03-111-1/+1
* i965: Fix out-of-bounds accesses into pull_constant_loc arrayIago Toral Quiroga2015-03-111-2/+7
* i965/gen6 gs: Convert brw_imm_ud/brw_imm_d to src_regJordan Justen2015-03-101-7/+7
* i965/fs: Use unsigned for CS/VS atomics pixel mask immediate dataJordan Justen2015-03-101-2/+2
* i965/gen8: Don't allocate hiz miptree structureJordan Justen2015-03-091-0/+105
* i965/gen7: Don't allocate hiz miptree structureJordan Justen2015-03-091-2/+104
* i965/gen8: Don't rely directly on the hiz miptree structureJordan Justen2015-03-091-3/+3
* i965/gen7: Don't rely directly on the hiz miptree structureJordan Justen2015-03-092-6/+7
* i965/hiz: Start to separate miptree out from hiz buffersJordan Justen2015-03-099-31/+79
* mesa/scissor: fix typos in debug namesDave Airlie2015-03-101-2/+2
* i965: Silence GCC maybe-uninitialized warning.Vinson Lee2015-03-091-1/+1
* i915: Fix GCC unused-but-set-variable warning in release build.Vinson Lee2015-03-091-4/+1
* meta: Plug memory leakBen Widawsky2015-03-091-1/+3