aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vec4.h
Commit message (Expand)AuthorAgeFilesLines
* i965/nir/vec4: Add get_nir_dst() and get_nir_src() methodsEduardo Lima Mitev2015-08-031-0/+10
* i965/nir/vec4: Implement load_const intrinsicEduardo Lima Mitev2015-08-031-0/+1
* i965/nir/vec4: Add shader function implementationEduardo Lima Mitev2015-08-031-0/+1
* i965/nir/vec4: Add setup for system valuesAlejandro Piñeiro2015-08-031-0/+2
* i965/vec4: Redefine make_reg_for_system_value() to allow reuse in NIR->vec4 passAlejandro Piñeiro2015-08-031-1/+3
* i965/nir/vec4: Add setup of uniform variablesIago Toral Quiroga2015-08-031-0/+1
* i965/nir/vec4: Add setup of input variables in NIR->vec4 passEduardo Lima Mitev2015-08-031-0/+2
* i965/vec4: Move type_size() method to brw_vec4_visitor classEduardo Lima Mitev2015-08-031-0/+2
* i965/nir/vec4: Add implementation placeholders for a new NIR->vec4 passEduardo Lima Mitev2015-08-031-0/+19
* i965: Define the setup_vector_uniform_values() backend_visitor interface.Francisco Jerez2015-07-291-0/+3
* i965: Fix stride field for the result of emit_uniformize().Francisco Jerez2015-07-211-2/+5
* i965/vec4: Move c->last_scratch into vec4_visitor.Kenneth Graunke2015-07-091-6/+2
* i965/vec4: Plumb log_data through so the backend_shader field gets set.Kenneth Graunke2015-07-091-0/+1
* i965: Remove the brw_context from the visitorsJason Ekstrand2015-06-231-1/+1
* i965/vs: Pass the current set of clip planes through run() and run_vs()Jason Ekstrand2015-06-231-2/+2
* i965: Pull calls to get_shader_time_index out of the visitorJason Ekstrand2015-06-231-4/+3
* i965: Use a single index per shader for shader_time.Jason Ekstrand2015-06-231-7/+3
* i965: Remove the dependance on brw_context from the generatorsJason Ekstrand2015-06-231-1/+3
* i965: Plumb compiler debug logging through a function pointer in brw_compilerJason Ekstrand2015-06-231-2/+2
* glsl: Add ir node for barrierChris Forbes2015-06-121-0/+1
* i965: Make fs/vec4_visitor inherit from ir_visitor directlyJason Ekstrand2015-05-281-1/+1
* i965: Rename backend_visitor to backend_shaderJason Ekstrand2015-05-281-1/+1
* i965: Define helper function to copy an arbitrary live component from some re...Francisco Jerez2015-05-041-0/+3
* i965: Perform basic optimizations on the FIND_LIVE_CHANNEL opcode.Francisco Jerez2015-05-041-0/+1
* i965: Simplify generator code for untyped surface messages.Francisco Jerez2015-05-041-9/+0
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-221-1/+1
* i965/vec4: Add a devinfo field to the generator and use it for gen checksJason Ekstrand2015-04-221-0/+1
* i965/skl: Add the header for constant loads outside of the generatorNeil Roberts2015-04-161-0/+2
* i965/vec4: Add a helper function to emit VS_OPCODE_PULL_CONSTANT_LOADNeil Roberts2015-04-161-0/+5
* i965/vec4: Remove emit_scs() prototype.Matt Turner2015-04-061-3/+0
* i965: Handle scratch accesses where reladdr also points to scratch spaceIago Toral Quiroga2015-04-011-0/+2
* i965/vec4: Define helpers to calculate the common live interval of a range of...Francisco Jerez2015-03-231-0/+2
* i965/vec4: Remove unused method definition.Francisco Jerez2015-03-231-1/+0
* i965/vec4: Replace debug_flag with debug_enabled.Kenneth Graunke2015-02-191-3/+0
* i965/vec4: Silence unused parameter warningsIan Romanick2015-02-171-2/+1
* i965: Move IR object definitions to separate header files.Francisco Jerez2015-02-101-156/+2
* i965: Factor out virtual GRF allocation to a separate object.Francisco Jerez2015-02-101-12/+0
* i965: Fix "vertex" vs. "geometry" and "VS" vs. "GS" in debug output.Kenneth Graunke2015-01-141-1/+5
* i965/vec4: Add parameter to skip doing constant propagation.Matt Turner2014-12-291-1/+1
* i965/vec4: Add pass to gather constants into a vector-float MOV.Matt Turner2014-12-291-0/+1
* i965: Add fs_reg/src_reg constructors that take vf[4].Matt Turner2014-12-291-0/+1
* i965: Rename brw_vec4_prog_data/key to brw_bue_prog_data/keyKristian Høgsberg2014-12-101-10/+10
* i965: Use ~0 to represent true on all generations.Matt Turner2014-12-051-0/+1
* i965/vs: Handle vertex color clamping in emit_urb_slot().Kenneth Graunke2014-12-021-1/+1
* i965: Move program key structures to brw_program.h.Kenneth Graunke2014-12-021-22/+0
* i965/vec4: Make live_intervals part of the vec4_visitor class.Matt Turner2014-12-011-2/+3
* i965: Don't treat IF or WHILE with cmod as writing the flag.Matt Turner2014-12-011-1/+3
* i965/vec4: Optimize packSnorm4x8().Matt Turner2014-11-251-0/+1
* i965/vec4: Optimize packUnorm4x8().Matt Turner2014-11-251-0/+1
* i965/vec4: Optimize unpackSnorm4x8().Matt Turner2014-11-251-0/+1