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/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
*
i965: Create a shader_dispatch_mode enum to replace VS/GS fields.
Kenneth Graunke
2015-06-01
1
-1
/
+4
*
i965/vs: Rework the logic for generating NIR from ARB vertex programs
Jason Ekstrand
2015-05-28
1
-12
/
+11
*
i965: Rename backend_visitor to backend_shader
Jason Ekstrand
2015-05-28
1
-2
/
+2
*
i965/fs: Combine the fs_visitor constructors.
Kenneth Graunke
2015-05-14
1
-1
/
+2
*
i965: Change header_present to header_size in backend_instruction
Jason Ekstrand
2015-05-06
1
-1
/
+1
*
i965: Perform basic optimizations on the FIND_LIVE_CHANNEL opcode.
Francisco Jerez
2015-05-04
1
-0
/
+41
*
i965: Perform basic optimizations on the BROADCAST opcode.
Francisco Jerez
2015-05-04
1
-0
/
+10
*
i965: Add typed surface access opcodes.
Francisco Jerez
2015-05-04
1
-0
/
+6
*
i965: Add untyped surface write opcode.
Francisco Jerez
2015-05-04
1
-0
/
+2
*
i965/vec4: Add support for untyped surface message sends from GRF.
Francisco Jerez
2015-05-04
1
-3
/
+4
*
i965: Add brw_setup_tex_for_precompile. Use in VS, GS & FS.
Jordan Justen
2015-05-02
1
-12
/
+1
*
i965: Unhardcode a few more stage names and abbreviations.
Kenneth Graunke
2015-04-30
1
-4
/
+2
[next]