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_fs_nir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/nir: Support barrier intrinsic function
Jordan Justen
2015-06-12
1
-0
/
+4
*
i965/fs: Fix unused variable warning
Chad Versace
2015-06-12
1
-1
/
+2
*
i965/fs: Remove dead IR construction code from the visitor.
Francisco Jerez
2015-06-09
1
-3
/
+0
*
i965/fs: Migrate translation of NIR texturing instructions to the IR builder.
Francisco Jerez
2015-06-09
1
-4
/
+4
*
i965/fs: Migrate translation of NIR intrinsics to the IR builder.
Francisco Jerez
2015-06-09
1
-40
/
+40
*
i965/fs: Migrate translation of NIR ALU instructions to the IR builder.
Francisco Jerez
2015-06-09
1
-96
/
+96
*
i965/fs: Migrate translation of NIR control flow to the IR builder.
Francisco Jerez
2015-06-09
1
-11
/
+12
*
i965/fs: Migrate NIR variable handling to the IR builder.
Francisco Jerez
2015-06-09
1
-11
/
+10
*
i965/fs: Migrate NIR emit_percomp() to the IR builder.
Francisco Jerez
2015-06-09
1
-6
/
+10
*
i965/fs: Migrate pull constant loads to the IR builder.
Francisco Jerez
2015-06-09
1
-2
/
+2
*
mesa: reference built-in uniforms into gl_uniform_storage
Martin Peres
2015-06-04
1
-1
/
+4
*
nir: Get rid of the array elements parameter on load/store intrinsics
Jason Ekstrand
2015-05-20
1
-31
/
+25
*
i965/fs: Lower integer multiplication after optimizations.
Matt Turner
2015-05-18
1
-34
/
+2
*
nir: Delete all traces of nir_op_flog
Ian Romanick
2015-05-08
1
-3
/
+0
*
nir: Delete all traces of nir_op_fexp
Ian Romanick
2015-05-08
1
-1
/
+0
*
i965: Fix variable indexing of sampler arrays under non-uniform control flow.
Francisco Jerez
2015-05-04
1
-2
/
+2
*
i965: Fix variable indexing of UBO arrays under non-uniform control flow.
Francisco Jerez
2015-05-04
1
-4
/
+4
*
i965/fs: Fix code emission for imul_high in NIR.
Matt Turner
2015-04-27
1
-1
/
+23
*
i965/nir: Use the correct offsets when handling register indirects
Jason Ekstrand
2015-04-22
1
-27
/
+27
*
i965: Add a devinfo field to backend_visitor and use it for gen checks
Jason Ekstrand
2015-04-22
1
-21
/
+21
*
i965: Remove the context parameter from brw_texture_offset
Jason Ekstrand
2015-04-22
1
-1
/
+1
*
i965/fs: Calculate delta_x and delta_y together.
Matt Turner
2015-04-21
1
-7
/
+6
*
i965/nir: Make INTEL_DEBUG=ann work with NIR.
Kenneth Graunke
2015-04-11
1
-0
/
+4
*
i965: Create NIR during LinkShader() and ProgramStringNotify().
Kenneth Graunke
2015-04-11
1
-173
/
+1
*
nir: Store num_direct_uniforms in the nir_shader.
Kenneth Graunke
2015-04-11
1
-2
/
+3
*
i965: Move lower_output_reads to brw_link_shader().
Kenneth Graunke
2015-04-11
1
-1
/
+0
*
i965/fs/nir: Mark fallthrough.
Matt Turner
2015-04-11
1
-0
/
+2
*
nir: Make nir_lower_samplers take a gl_shader_stage, not a gl_program *.
Kenneth Graunke
2015-04-10
1
-1
/
+1
*
nir: Remove fsin_reduced/fcos_reduced.
Matt Turner
2015-04-06
1
-2
/
+0
*
i965: Use brw_nir_cubemap_normalize for NIR shaders
Jason Ekstrand
2015-04-03
1
-0
/
+3
*
i965: Use the tex projector lowering pass instead of hand-rolling it.
Eric Anholt
2015-04-03
1
-10
/
+4
*
i965/nir: Run DCE again before going out of SSA
Jason Ekstrand
2015-04-01
1
-0
/
+2
*
i965/nir: Run the ffma peephole after the rest of the optimizations
Jason Ekstrand
2015-04-01
1
-2
/
+6
*
nir: Add a dedicated ffma peephole optimization
Jason Ekstrand
2015-04-01
1
-0
/
+2
*
nir/algebraic: Add a seperate section for "late" optimizations
Jason Ekstrand
2015-04-01
1
-0
/
+3
*
i965/fs: Add ARB_fragment_program support to the NIR backend.
Kenneth Graunke
2015-03-27
1
-17
/
+44
*
i965/fs: Implement texture projection support.
Kenneth Graunke
2015-03-25
1
-1
/
+10
*
i965/fs: Rename offset to tex_offset to avoid shadowing offset().
Kenneth Graunke
2015-03-25
1
-4
/
+4
*
i965/nir: Use signed integer type for booleans
Jason Ekstrand
2015-03-23
1
-3
/
+3
*
i965/nir: Do boolean resolves on GEN <= 5
Jason Ekstrand
2015-03-23
1
-0
/
+20
*
i965/nir: Properly set the predicate on the SEL used in min/max
Jason Ekstrand
2015-03-23
1
-0
/
+2
*
i965/nir: Use emit_lrp for emitting flrp
Jason Ekstrand
2015-03-23
1
-2
/
+1
*
i965/fs: Make an emit_discard_jump() function to reduce duplication.
Kenneth Graunke
2015-03-19
1
-11
/
+1
*
i965/nir: Sort uniforms direct-first and use two different uniform registers
Jason Ekstrand
2015-03-19
1
-6
/
+21
*
nir/lower_io: Make variable location assignment a manual operation
Jason Ekstrand
2015-03-19
1
-0
/
+4
*
nir: Use a list instead of a hash_table for inputs, outputs, and uniforms
Jason Ekstrand
2015-03-19
1
-10
/
+3
*
i965/fs: Add VS output support to nir_setup_outputs().
Kenneth Graunke
2015-03-12
1
-5
/
+11
*
i965/fs: Handle VS inputs in the NIR backend.
Kenneth Graunke
2015-03-12
1
-1
/
+22
*
i965/fs: Refactor fs_visitor::nir_setup_inputs().
Kenneth Graunke
2015-03-12
1
-10
/
+19
*
i965: Implement NIR intrinsics for loading VS system values.
Kenneth Graunke
2015-03-12
1
-0
/
+51
[next]