summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-04i965/fs: Drop fs_inst::force_uncompressed.i965-ir-builderFrancisco Jerez1-1/+0
2015-06-04i965/fs: Remove dead IR construction code from the visitor.Francisco Jerez3-436/+0
2015-06-04i965/fs: Migrate test_fs_cmod_propagation to the IR builder.Francisco Jerez1-30/+45
2015-06-04i965/fs: Migrate test_fs_saturate_propagation to the IR builder.Francisco Jerez1-23/+34
2015-06-04i965/fs: Migrate translation of NIR texturing instructions to the IR builder.Francisco Jerez2-8/+6
2015-06-04i965/fs: Migrate translation of NIR intrinsics to the IR builder.Francisco Jerez2-39/+41
2015-06-04i965/fs: Migrate translation of NIR ALU instructions to the IR builder.Francisco Jerez3-99/+99
2015-06-04i965/fs: Migrate translation of NIR control flow to the IR builder.Francisco Jerez2-12/+14
2015-06-04i965/fs: Migrate NIR variable handling to the IR builder.Francisco Jerez1-11/+10
2015-06-04i965/fs: Migrate NIR emit_percomp() to the IR builder.Francisco Jerez2-7/+12
2015-06-04i965/fs: Migrate CS terminate message to the IR builder.Francisco Jerez1-3/+2
2015-06-04i965/fs: Migrate VS output writes to the IR builder.Francisco Jerez1-13/+11
2015-06-04i965/fs: Migrate FS framebuffer writes to the IR builder.Francisco Jerez3-34/+35
2015-06-04i965/fs: Migrate FS alpha test to the IR builder.Francisco Jerez1-5/+5
2015-06-04i965/fs: Migrate FS discard handling to the IR builder.Francisco Jerez1-3/+3
2015-06-04i965/fs: Migrate FS gl_SamplePosition/ID computation code to the IR builder.Francisco Jerez1-25/+26
2015-06-04i965/fs: Migrate FS interpolation code to the IR builder.Francisco Jerez2-48/+46
2015-06-04i965/fs: Migrate shader time to the IR builder.Francisco Jerez2-36/+23
2015-06-04i965/fs: Migrate untyped surface read and atomic to the IR builder.Francisco Jerez1-28/+27
2015-06-04i965/fs: Migrate texturing implementation to the IR builder.Francisco Jerez1-81/+78
2015-06-04i965/fs: Migrate pull constant loads to the IR builder.Francisco Jerez3-31/+21
2015-06-04i965/fs: Migrate Gen4 send dependency workarounds to the IR builder.Francisco Jerez2-18/+10
2015-06-04i965/fs: Migrate lower_integer_multiplication to the IR builder.Francisco Jerez1-13/+11
2015-06-04i965/fs: Migrate lower_load_payload to the IR builder.Francisco Jerez1-23/+11
2015-06-04i965/fs: Migrate register spills and fills to the IR builder.Francisco Jerez1-14/+15
2015-06-04i965/fs: Migrate try_replace_with_sel to the IR builder.Francisco Jerez1-9/+9
2015-06-04i965/fs: Migrate opt_sampler_eot to the IR builder.Francisco Jerez1-2/+3
2015-06-04i965/fs: Migrate opt_peephole_sel to the IR builder.Francisco Jerez1-13/+12
2015-06-04i965/fs: Create and emit instructions in one step in opt_peephole_sel.Francisco Jerez1-24/+20
2015-06-04i965/fs: Migrate opt_cse to the IR builder.Francisco Jerez1-15/+12
2015-06-04i965/fs: Don't drop force_writemask_all and _sechalf when copying a CSE tempo...Francisco Jerez1-1/+2
2015-06-04i965/vec4: Take into account all instruction fields in CSE instructions_match().Francisco Jerez1-0/+8
2015-06-04i965/fs: Take into account all instruction fields in CSE instructions_match().Francisco Jerez1-8/+12
2015-06-04i965/fs: Migrate opt_peephole_predicated_break to the IR builder.Francisco Jerez1-3/+3
2015-06-04i965/fs: Migrate opt_combine_constants to the IR builder.Francisco Jerez1-9/+10
2015-06-04i965/fs: Allocate a common IR builder object in fs_visitor.Francisco Jerez3-1/+16
2015-06-04i965/vec4: Introduce VEC4 IR builder.Francisco Jerez2-0/+574
2015-06-04i965/fs: Introduce FS IR builder.Francisco Jerez2-0/+660
2015-06-04i965: Define consistent interface to enable instruction result saturation.Francisco Jerez2-0/+22
2015-06-04i965: Define consistent interface to enable instruction conditional modifiers.Francisco Jerez2-0/+22
2015-06-04i965: Define consistent interface to predicate an instruction.Francisco Jerez2-0/+44
2015-06-04main: fix a regression in uniform handling introduced by 87a4bc5Martin Peres1-1/+1
2015-06-04mesa: reference built-in uniforms into gl_uniform_storageMartin Peres14-49/+73
2015-06-04llvmpipe: Implement stencil exportRoland Scheidegger4-15/+21
2015-06-03i965: Use UW-typed immediate in multiply inst.Matt Turner2-2/+2
2015-06-03program: Replace gl_inst_opcode with enum prog_opcode.Matt Turner4-16/+16
2015-06-03program: Remove dead Aux field from prog_instruction.Matt Turner1-3/+0
2015-06-03program: Shrink and rename SaturateMode field to Saturate.Matt Turner12-32/+20
2015-06-03mesa: move no-change glDepthFunc check earlierBrian Paul1-3/+3
2015-06-03mesa: restore GL_EXT_depth_bounds_test state in glPopAttrib()Brian Paul1-0/+5