summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2015-04-10i965: Don't set NirOptions for stages that will use the vec4 backend.cros-mesa-10.6-vanillachadv/cros-mesa-10.6-vanillachadv/cros-gerrit-262788-baseKenneth Graunke1-9/+6
2015-04-10i965/disasm: Print the type after the swizzle also for 3src src operandsVille Syrjälä1-3/+3
2015-04-10i965: Move brw_link_shader's GLSL IR transformations into a helper.Kenneth Graunke1-93/+99
2015-04-10i965: Change brw_shader to gl_shader in brw_link_shader().Kenneth Graunke1-32/+31
2015-04-10nir: Make nir_lower_samplers take a gl_shader_stage, not a gl_program *.Kenneth Graunke1-1/+1
2015-04-10nir: Move gl_shader_stage enum from mtypes.h to shader_enums.h.Kenneth Graunke1-19/+0
2015-04-10nir: Constify prog_to_nir's gl_program pointer.Kenneth Graunke2-3/+3
2015-04-08i965/skl: Fix the order of the arguments for the LD sampler messageNeil Roberts1-2/+13
2015-04-08i965: Fix depth field setting in surface state for raw buffer on Gen7/8Zhenyu Wang2-4/+10
2015-04-07nir: Allocate dereferences out of their parent instruction or deref.Kenneth Graunke1-5/+4
2015-04-07i965: Add the ability to render to I8/L8 and I16/L16 UNORM formats.Kenneth Graunke1-0/+8
2015-04-07i965: Use SET_FIELD in 3DSTATE_STREAMOUT packets.Kenneth Graunke2-16/+16
2015-04-06i965: Do not render primitives in non-zero streams then TF is disabledIago Toral Quiroga1-0/+13
2015-04-06i965: Add forgotten multi-stream code to Gen8 SOL state.Kenneth Graunke1-0/+9
2015-04-06i965: Fix instanced geometry shaders on Gen8+.Kenneth Graunke1-0/+2
2015-04-06i965: Free dead GLSL IR one last time.Kenneth Graunke1-0/+12
2015-04-06i965: Implement SIMD16 texturing on Gen4.Kenneth Graunke3-10/+90
2015-04-06i965: Use SIMD16 instead of SIMD8 on Gen4 when possible.Kenneth Graunke2-3/+4
2015-04-06i965: Respect the no_8 flag on Gen4-5.Kenneth Graunke1-21/+34
2015-04-06i965/fp: Set coord_components correctly for cube textures.Kenneth Graunke1-1/+1
2015-04-06nir: Remove fsin_reduced/fcos_reduced.Matt Turner1-2/+0
2015-04-06st/mesa: Remove unused emit_scs().Matt Turner1-98/+0
2015-04-06program: Remove unused emit_scs().Matt Turner1-98/+0
2015-04-06i965/vec4: Remove emit_scs() prototype.Matt Turner1-3/+0
2015-04-06glsl: Remove never used sin_reduced/cos_reduced.Matt Turner5-18/+0
2015-04-06i965: Make sure we always mark array surfaces as suchIago Toral Quiroga2-2/+6
2015-04-05mesa: Remove unused variables left over from 107ae27e57d.Mathias Froehlich1-4/+0
2015-04-05i965: Implement support for ARB_clip_control.Mathias Fröhlich9-15/+19
2015-04-05mesa: Remove the _WindowMap from gl_viewport_attrib.Mathias Froehlich5-81/+4
2015-04-05tnl: Maintain the _WindowMap matrix in TNLcontext v2.Mathias Froehlich4-9/+22
2015-04-05radeon: Make use of _mesa_get_viewport_xform v2.Mathias Froehlich2-16/+18
2015-04-05i965: Make use of _mesa_get_viewport_xform.Mathias Froehlich4-32/+36
2015-04-03i965: Use brw_nir_cubemap_normalize for NIR shadersJason Ekstrand2-1/+5
2015-04-03i965: Check the INTEL_USE_NIR environment variable once at context creationJason Ekstrand3-4/+14
2015-04-03nir: Add a src_get_parent_instr functionJason Ekstrand1-14/+2
2015-04-03i965: Use the tex projector lowering pass instead of hand-rolling it.Eric Anholt1-10/+4
2015-04-02i965: Rename do_<stage>_prog to brw_compile_<stage>_prog (and export)Carl Worth9-32/+51
2015-04-02i965: Split out per-stage dirty-bit checking into separate functionsCarl Worth4-35/+59
2015-04-02i965: Split out brw_<stage>_populate_key into their own functionsCarl Worth3-40/+64
2015-04-02mesa: add ARB_depth_buffer_float to ES3.0 required extension listIlia Mirkin1-0/+1
2015-04-02i965/generator: Get rid of the ! in the unreachable statementJason Ekstrand1-1/+1
2015-04-01i965/fs: Relax type check in cmod propagation.Matt Turner1-1/+3
2015-04-01nir: Use _mesa_flsll(InputsRead) in prog->nir.Kenneth Graunke1-2/+2
2015-04-01mesa: Implement _mesa_flsll().Kenneth Graunke1-0/+24
2015-04-01nir: In prog->nir, don't wrap dot products with ptn_channel(..., X).Kenneth Graunke1-4/+4
2015-04-01i965: Use the same nir options for all gensJason Ekstrand1-10/+2
2015-04-01i965/nir: Run DCE again before going out of SSAJason Ekstrand1-0/+2
2015-04-01i965/nir: Run the ffma peephole after the rest of the optimizationsJason Ekstrand2-2/+11
2015-04-01nir: Add a dedicated ffma peephole optimizationJason Ekstrand1-0/+2
2015-04-01nir/algebraic: Add a seperate section for "late" optimizationsJason Ekstrand1-0/+3