index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_vec4.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vs: Rework vs_emit to take a nir_shader and a brw_compiler
Jason Ekstrand
2015-10-19
1
-43
/
+27
*
i965/vec4: Remove gl_program and gl_shader_program from the generator
Jason Ekstrand
2015-10-19
1
-2
/
+2
*
i965/fs: Remove the gl_program from the generator
Jason Ekstrand
2015-10-19
1
-1
/
+1
*
i965/vs: Unify URB entry size/read length calculations between backends.
Kenneth Graunke
2015-10-10
1
-18
/
+1
*
i965: Move brw_get_shader_time_index() call out of emit functions
Kristian Høgsberg Kristensen
2015-10-08
1
-6
/
+3
*
i965: Move brw_dump_ir() out of brw_*_emit() functions
Kristian Høgsberg Kristensen
2015-10-08
1
-7
/
+0
*
i965: Generalize predicated break pass for use in vec4 backend.
Matt Turner
2015-10-05
1
-0
/
+1
*
i965/shader: Get rid of the shader, prog, and shader_prog fields
Jason Ekstrand
2015-10-02
1
-5
/
+4
*
i965/fs,vec4: Get rid of the sanity_param_count
Jason Ekstrand
2015-10-02
1
-9
/
+0
*
i965/vec4: Use nir info instead of pulling things out of [shader_]prog
Jason Ekstrand
2015-10-02
1
-4
/
+4
*
i965: Move binding table setup to codegen time.
Jason Ekstrand
2015-10-02
1
-9
/
+0
*
i965/shader: Pull assign_common_binding_table_offsets out of backend_shader
Jason Ekstrand
2015-10-02
1
-1
/
+2
*
i965/vec4: Get rid of the uniform_vector_size array
Jason Ekstrand
2015-10-02
1
-1
/
+0
*
i965/vec4: Use the actual channels used in pack_uniform_registers
Jason Ekstrand
2015-10-02
1
-14
/
+37
*
i965/vs: Move lazy NIR creation to codegen_vs_prog
Jason Ekstrand
2015-10-02
1
-12
/
+0
*
i965/vec4: Always use NIR
Jason Ekstrand
2015-10-02
1
-31
/
+8
*
i965/vec4: Implement VS_OPCODE_GET_BUFFER_SIZE
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+1
*
i965/vec4: Don't coalesce regs in Gen6 MATH ops if reswizzle/writemask needed
Antia Puentes
2015-09-23
1
-2
/
+10
*
i965/vec4: Detect and delete useless MOVs.
Matt Turner
2015-09-22
1
-0
/
+22
*
i965: Move perf_debug code to brw_codegen_*_prog()
Kristian Høgsberg Kristensen
2015-09-14
1
-19
/
+0
*
i965/vec4: Fix saturation errors when coalescing registers
Antia Puentes
2015-09-14
1
-0
/
+21
*
i965/vec4: Don't reswizzle hardware registers
Jason Ekstrand
2015-09-12
1
-0
/
+8
*
i965/vec4: check writemask when bailing out at register coalesce
Alejandro Piñeiro
2015-09-11
1
-4
/
+6
*
i965: add support for textureSamples function
Ilia Mirkin
2015-09-10
1
-0
/
+1
*
i965: Add a debug option for spilling everything in vec4 code
Iago Toral Quiroga
2015-09-04
1
-1
/
+1
*
i965: Remove the brw_vue_prog_key base class.
Kenneth Graunke
2015-09-03
1
-12
/
+0
*
i965: Move legacy clip plane handling to vec4_vs_visitor.
Kenneth Graunke
2015-09-03
1
-6
/
+4
*
i965: Delete the brw_vue_program_key::userclip_active flag.
Kenneth Graunke
2015-09-03
1
-1
/
+1
*
i965/vec4: fill src_reg type using the constructor type parameter
Alejandro Piñeiro
2015-09-02
1
-0
/
+2
*
i965: Only consider fixed_hw_reg in equals() if file is HW_REG/IMM.
Matt Turner
2015-08-28
1
-2
/
+3
*
i965/vec4: Handle uniform and GRF array access on vertex programs (NIR)
Antia Puentes
2015-08-03
1
-1
/
+1
*
i965/vec4: Enable NIR-vec4 pass on ARB_vertex_programs
Antia Puentes
2015-08-03
1
-23
/
+24
*
i965/nir: Enable NIR-vec4 pass on geometry shaders
Iago Toral Quiroga
2015-08-03
1
-1
/
+1
*
i965/vec4: Add a new dst_reg constructor accepting a brw_reg_type
Alejandro Piñeiro
2015-08-03
1
-0
/
+11
*
i965/nir: Pass a is_scalar boolean to brw_create_nir()
Eduardo Lima Mitev
2015-08-03
1
-1
/
+1
*
i965/nir/vec4: Select between new nir_vec4 or current vec4_visitor code-paths
Eduardo Lima Mitev
2015-08-03
1
-4
/
+14
*
i965/vs: Get rid of brw_vs_compile completely.
Kenneth Graunke
2015-07-09
1
-19
/
+19
*
i965/vs: Remove 'c'/vs_compile from vec4_vs_visitor.
Kenneth Graunke
2015-07-09
1
-2
/
+2
*
i965/vec4: Move c->last_scratch into vec4_visitor.
Kenneth Graunke
2015-07-09
1
-2
/
+2
*
i965/vec4: Move total_scratch calculation into the visitor.
Kenneth Graunke
2015-07-09
1
-2
/
+5
*
i965/vec4: Move perf_debug about register spilling into the visitor.
Kenneth Graunke
2015-07-09
1
-3
/
+13
*
i965/vec4: Plumb log_data through so the backend_shader field gets set.
Kenneth Graunke
2015-07-09
1
-1
/
+1
*
i965: Remove the brw_context from the visitors
Jason Ekstrand
2015-06-23
1
-2
/
+4
*
i965/vec4_vs: Add an explicit use_legacy_snorm_formula flag
Jason Ekstrand
2015-06-23
1
-1
/
+3
*
i965/vs: Pass the current set of clip planes through run() and run_vs()
Jason Ekstrand
2015-06-23
1
-4
/
+4
*
i965: Pull calls to get_shader_time_index out of the visitor
Jason Ekstrand
2015-06-23
1
-12
/
+13
*
i965: Use a single index per shader for shader_time.
Jason Ekstrand
2015-06-23
1
-8
/
+10
*
i965: Add compiler options to brw_compiler
Jason Ekstrand
2015-06-23
1
-1
/
+1
*
i965: Remove the dependance on brw_context from the generators
Jason Ekstrand
2015-06-23
1
-2
/
+2
*
i965: Plumb compiler debug logging through a function pointer in brw_compiler
Jason Ekstrand
2015-06-23
1
-2
/
+4
[next]