aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Add devinfo->gen assertions for acc_wr_control.Matt Turner2015-10-211-3/+3
* i965: Prepare for next commit by adding more whitespace.Matt Turner2015-10-211-14/+14
* i965: Compact acc_wr_control only on Gen6+.Matt Turner2015-10-211-2/+8
* i965: Add devinfo parameter to brw_compact_inst_* funcs.Matt Turner2015-10-212-57/+91
* i965/vec4: Don't emit MOVs for unused URB slots.Matt Turner2015-10-212-6/+14
* i965/fs: Disable opt_sampler_eot for more message typesNeil Roberts2015-10-211-6/+8
* i965: Remove block arg from foreach_inst_in_block_*_starting_fromNeil Roberts2015-10-215-9/+8
* i965/gen9: Remove temporary variable 'bpp' in tr_mode_..._texture_alignment()Anuj Phogat2015-10-201-10/+6
* i965/gen9: Remove temporary variable 'align_yf' in tr_mode_..._texture_alignm...Anuj Phogat2015-10-201-17/+9
* i965/gen9: Remove parameter 'brw' from tr_mode_..._texture_alignment()Anuj Phogat2015-10-201-7/+7
* i965/gen9: Reuse YF alignment tables in tr_mode_..._texture_alignment()Anuj Phogat2015-10-201-24/+22
* i965: silence incompatible pointer type warningEmil Velikov2015-10-201-1/+1
* mesa: replace UsesClipDistance with ClipDistanceArraySizeMarek Olšák2015-10-201-1/+1
* i965/gen9: Handle the GL_TEXTURE_{1D, 1D_ARRAY} targets inside switchAnuj Phogat2015-10-191-4/+4
* i965/fs: Localize variables' scopes.Matt Turner2015-10-191-8/+5
* i965/fs: Consider type mismatches in saturate propagation.Matt Turner2015-10-191-3/+12
* i965: Extract can_change_source_types() functions.Matt Turner2015-10-196-27/+30
* i965/vs: Move URB entry_size and read_length calculations to compile_vsJason Ekstrand2015-10-192-34/+34
* i965: Move the entire compiler API into a single fileJason Ekstrand2015-10-1910-619/+665
* i965: Rename brw_foo_emit to brw_compile_fooJason Ekstrand2015-10-1911-66/+67
* i965/fs: Move some of the prog_data setup into brw_wm_emitJason Ekstrand2015-10-192-98/+100
* i965/cs: Rework cs_emit to take a nir_shader and a brw_compilerJason Ekstrand2015-10-193-29/+42
* i965/gs: Rework gs_emit to take a nir_shader and a brw_compilerJason Ekstrand2015-10-193-40/+29
* i965/vs: Rework vs_emit to take a nir_shader and a brw_compilerJason Ekstrand2015-10-193-49/+49
* i965/fs: Rework wm_fs_emit to take a nir_shader and a brw_compilerJason Ekstrand2015-10-193-39/+47
* i965: Use a const nir_shader in backend_shaderJason Ekstrand2015-10-1911-12/+12
* i965/vec4: Remove gl_program and gl_shader_program from the generatorJason Ekstrand2015-10-194-29/+20
* i965/fs: Remove the gl_program from the generatorJason Ekstrand2015-10-195-9/+5
* i965/asm: Explicitly use a nir_instr for IR annotationsJason Ekstrand2015-10-194-19/+5
* scons: Build nir/glsl_types.cpp once.Jose Fonseca2015-10-191-1/+0
* i965: Do not use NumBufferInterfaceBlocksIago Toral Quiroga2015-10-191-1/+1
* i965/vs: Drop hack that created NIR for fixed function vertex programs.Kenneth Graunke2015-10-171-12/+0
* i965/nir: Switch on shader stage in nir_lower_outputs().Kenneth Graunke2015-10-171-5/+21
* build: fix out-of-tree build after b9b40efRob Clark2015-10-171-0/+1
* nir: remove dependency on glslRob Clark2015-10-1610-9/+12
* glsl: move half<->float convertion to utilRob Clark2015-10-161-0/+1
* i965/vec4: Use the right number of UBOsIago Toral Quiroga2015-10-161-1/+1
* i965/fs: use the right number of UBOsIago Toral Quiroga2015-10-161-1/+1
* i965: android: add the i965_compile_FILES sources to the driverMauro Rossi2015-10-151-0/+1
* program: convert _mesa_init_gl_program() to take struct gl_program *Emil Velikov2015-10-157-19/+21
* i965: add arrays of arrays support for varyingsTimothy Arceri2015-10-152-5/+3
* i965: Don't hardcode FS in "validation failed!" message.Kenneth Graunke2015-10-141-1/+1
* i965/fs: Ignore compute shaders in brw_nir_lower_inputsJordan Justen2015-10-141-0/+4
* i965/fs: Simplify FS in brw_nir_lower_inputs to only support scalar modeJordan Justen2015-10-141-1/+2
* i965: Adapt SSBOs to work with their own separate index spaceIago Toral Quiroga2015-10-145-69/+71
* mesa: Rename {Num}UniformBlocks to {Num}BufferInterfaceBlocksIago Toral Quiroga2015-10-142-7/+7
* nir: split SSBO min/max atomic instrinsics into signed/unsigned versionsIago Toral Quiroga2015-10-142-21/+21
* i965/vec4: fix indentation in vec4_visitor::calculate_live_intervalsIago Toral Quiroga2015-10-141-8/+8
* i965/fs: Fix indentation in fs_live_variables::compute_start_endIago Toral Quiroga2015-10-141-9/+8
* i965/vs: Simplify fs_visitor's ATTR file.Kenneth Graunke2015-10-123-21/+49