aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_vec4_visitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* intel/vec4: Delete vec4_visitor::emit_lrpIan Romanick2019-07-081-28/+0
* intel/compiler: fix uninit non-static variable. (v2)Dave Airlie2019-04-251-0/+3
* nir/i965/freedreno/vc4: add a bindless bool to type size functionsTimothy Arceri2019-04-121-12/+14
* intel/compiler: handle GLSL_TYPE_INTERFACE as GLSL_TYPE_STRUCTCaio Marcelo de Oliveira Filho2019-03-231-1/+1
* glsl: rename is_record() -> is_struct()Timothy Arceri2019-03-061-2/+2
* intel/compiler: use 0 as sampler in emit_mcs_fetchCaio Marcelo de Oliveira Filho2019-02-081-1/+1
* i965: Drop mark_surface_used mechanism.Kenneth Graunke2019-01-131-2/+0
* intel/compiler: Prevent warnings in the following patchMatt Turner2019-01-091-2/+2
* i965: Allow only one slot of clip distances to be set on Gen4-5.Kenneth Graunke2018-11-191-1/+3
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-071-1/+2
* compiler: int8/uint8 supportKarol Herbst2018-03-141-0/+2
* intel/compiler: Lower flrp32 on Gen11+Matt Turner2018-02-281-1/+1
* i965/vec4: Handle 16-bit types at type_size_xvec4Alejandro Piñeiro2017-12-061-0/+3
* intel/compiler: Move the destructor from vec4_visitor to backend_shaderJason Ekstrand2017-11-071-4/+0
* i965/vec4: remove setting default LOD in the backendSamuel Iglesias Gonsálvez2017-10-201-12/+0
* i965: Move fs_inst::has_side_effects()'s eot check to the parent class.Kenneth Graunke2017-10-191-0/+1
* intel/compiler: Allocate pull_param in assign_constant_locationsJason Ekstrand2017-10-121-0/+5
* intel/compiler: Add a flag for pull constant supportJason Ekstrand2017-10-121-1/+1
* i965: Handle unwritten PSIZ/VIEWPORT/LAYER outputs in vec4 shaders.Kenneth Graunke2017-09-211-3/+3
* i965/vec4: Use NIR remapping for VS attributesJason Ekstrand2017-05-091-2/+5
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-0/+1917