aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Pass brw to translate_wrap_mode().Kenneth Graunke2014-06-053-8/+9
* i965: use _mesa_align_malloc in intel_miptree_map_movntdqaTapani Pälli2014-06-051-2/+2
* i965/fs: Allow array dereference of HW_REG.Chris Forbes2014-06-051-1/+1
* i965: Fix copy and pasted values in Broadwell code.Kenneth Graunke2014-06-031-10/+21
* i965: Add _default_ name changes to test_eu_compact.c.Vinson Lee2014-06-021-5/+5
* i965/gen8: Print number of instructions directly.Matt Turner2014-06-022-0/+9
* i965: Emit compaction stats without walking the assembly.Matt Turner2014-06-023-19/+12
* i965: Move program header printing to end of generate_code().Matt Turner2014-06-024-52/+44
* i965: Move annotation info into generate code.Matt Turner2014-06-026-91/+68
* i965: Put '_default_' in the name of functions that set default state.Kenneth Graunke2014-06-0213-163/+163
* i965: Delete brw_set_conditionalmod.Kenneth Graunke2014-06-023-13/+0
* i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.Kenneth Graunke2014-06-026-24/+24
* i965: Don't use brw_set_conditionalmod in the FS and vec4 compilers.Kenneth Graunke2014-06-022-5/+16
* i965: Stop setting predication from brw_set_conditionalmod.Kenneth Graunke2014-06-024-5/+11
* i965: Drop unnecessary brw_set_conditionalmod() before brw_CMP().Kenneth Graunke2014-06-021-1/+0
* i965/clip: Use the new brw_last_inst macro instead of temporaries.Kenneth Graunke2014-06-023-27/+23
* i965: Create a "brw_last_inst" convenience macro.Kenneth Graunke2014-06-021-0/+6
* i965: Make brw_JMPI set predicate_control based on a parameter.Kenneth Graunke2014-06-023-10/+13
* i965: Remove the dst and src0 parameters from brw_JMPI.Kenneth Graunke2014-06-023-17/+12
* i965/fs: Add fs_inst constructor that takes a list of sources.Matt Turner2014-06-012-0/+15
* i965/fs: Add a function to resize fs_inst's sources array.Matt Turner2014-06-012-0/+11
* i965/fs: Clean up fs_inst constructors.Matt Turner2014-06-012-75/+32
* i965/fs: Loop from 0 to inst->sources, not 0 to 3.Matt Turner2014-06-0110-28/+28
* i965/fs: Store the number of sources an fs_inst has.Matt Turner2014-06-012-11/+13
* i965/fs: ralloc fs_inst's fs_reg sources.Matt Turner2014-06-012-1/+9
* i965/fs: Disable fs_inst assignment operator.Matt Turner2014-06-011-0/+2
* i965/fs: Add and use an fs_inst copy constructor.Matt Turner2014-06-012-0/+6
* i965: Skip IR annotations with INTEL_DEBUG=noann.Matt Turner2014-06-013-2/+6
* i965/fs: Debug the optimization passes by dumping instr to file.Matt Turner2014-06-011-12/+41
* i965: Give dump_instructions() a filename argument.Matt Turner2014-06-015-6/+42
* i965: Give dump_instruction() a FILE* argument.Matt Turner2014-06-015-100/+115
* i965: Add envvar to debug the optimization passes.Matt Turner2014-06-012-0/+2
* i915: add a missing NULL pointer checkLubomir Rintel2014-05-301-1/+1
* i965/vec4: Allow writemasking on math instructions on Gen7+.Matt Turner2014-05-301-2/+2
* i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.Pavel Popov2014-05-301-1/+1
* mesa/drivers: Add extra null check in blitframebuffer_texture()Juha-Pekka Heikkila2014-05-301-0/+3
* i965/fs: Set correct number of regs_written for MCS fetches.Matt Turner2014-05-291-3/+3
* i965: Fix repeated usage of rectangle texture coordinate scaling.Kenneth Graunke2014-05-281-7/+20
* meta/blit: Use gl_FragColor also in the msaa blit shaderTopi Pohjolainen2014-05-281-1/+1
* i965/sf: Replace push/pop in brw_emit_anyprim_setup.Kenneth Graunke2014-05-271-15/+11
* i965/sf: Drop unnecessary push/pop in copy_z_inv_w.Kenneth Graunke2014-05-271-4/+0
* i965/sf: Drop unnecessary push/pop in flatshading code.Kenneth Graunke2014-05-271-8/+0
* i965/sf: Move brw_compile::flag_value to brw_sf_compile.Kenneth Graunke2014-05-273-21/+24
* i965/sf: Move brw_set_predicate_control_flag_value to brw_sf_emit.c.Kenneth Graunke2014-05-273-19/+14
* i965/sf: Drop useless push/pop state from flag register mashing code.Kenneth Graunke2014-05-271-2/+0
* i965/sf: Drop unnecessary push/pop in do_twoside_color.Kenneth Graunke2014-05-271-2/+0
* i965: Don't implicitly set predicate default state in brw_CMP.Kenneth Graunke2014-05-275-39/+33
* i965: Drop unnecessary predication default state resets in clip code.Kenneth Graunke2014-05-271-6/+0
* i965/sf: Reset flag_value to 0xff before emitting SF subroutines.Kenneth Graunke2014-05-272-15/+4
* i965/meta: Store stencil texturing modeTopi Pohjolainen2014-05-271-0/+1