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: Add tessellation evaluation shaders
Kenneth Graunke
2015-12-22
1
-0
/
+122
*
nir: Delete bany, ball, fany, fall.
Matt Turner
2015-12-18
1
-6
/
+0
*
i965/fs: Use the correct source for local memory load offsets
Jason Ekstrand
2015-12-11
1
-1
/
+1
*
nir: Get rid of *_indirect variants of input/output load/store intrinsics
Jason Ekstrand
2015-12-10
1
-69
/
+59
*
i965/fs_nir: Refactor store_output, load_input, and load_uniform
Jason Ekstrand
2015-12-10
1
-26
/
+19
*
i965/nir: Implement shared variable atomic operations
Jordan Justen
2015-12-09
1
-0
/
+58
*
i965/fs: Handle nir shared variable store intrinsic
Jordan Justen
2015-12-09
1
-0
/
+48
*
i965/fs: Handle nir shared variable load intrinsic
Jordan Justen
2015-12-09
1
-0
/
+28
*
i965: Make uniform offsets be in terms of bytes
Jason Ekstrand
2015-12-07
1
-6
/
+10
*
i965/nir: Remove unused indirect handling
Jason Ekstrand
2015-12-07
1
-33
/
+11
*
i965/fs: Use a stride of 1 and byte offsets for UBOs
Jason Ekstrand
2015-12-07
1
-7
/
+4
*
i965: Fix scalar vertex shader struct outputs.
Kenneth Graunke
2015-11-25
1
-8
/
+32
*
i965: Fix fragment shader struct inputs.
Kenneth Graunke
2015-11-25
1
-2
/
+3
*
i965: Clean up #includes in the compiler.
Matt Turner
2015-11-24
1
-4
/
+0
*
i965: Push down inclusion of brw_program.h.
Matt Turner
2015-11-24
1
-0
/
+1
*
i965: Remove duplicate #includes.
Matt Turner
2015-11-24
1
-2
/
+0
*
i965: Use nir_lower_tex for texture coordinate lowering
Jason Ekstrand
2015-11-23
1
-3
/
+1
*
i965/fs: Add support for gl_HelperInvocation system value.
Matt Turner
2015-11-20
1
-0
/
+52
*
i965: Enable EXT_shader_samples_identical
Ian Romanick
2015-11-19
1
-1
/
+3
*
nir: Add nir_texop_samples_identical opcode
Ian Romanick
2015-11-19
1
-0
/
+1
*
i965/fs: Use brw_imm_uw().
Matt Turner
2015-11-19
1
-2
/
+1
*
i965/fs: Replace fs_reg(imm) constructors with brw_imm_*().
Matt Turner
2015-11-19
1
-74
/
+76
*
i965: Allow indirect GS input indexing in the scalar backend.
Kenneth Graunke
2015-11-18
1
-28
/
+102
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
1
-3
/
+3
*
i965: Initialize registers.
Matt Turner
2015-11-13
1
-1
/
+9
*
i965/fs/nir: fix the number of register written by FS_OPCODE_GET_BUFFER_SIZE
Samuel Iglesias Gonsálvez
2015-11-12
1
-2
/
+14
*
i965: Split nir_emit_intrinsic by stage with a general fallback.
Kenneth Graunke
2015-11-11
1
-277
/
+373
*
i965/nir/fs: Add comment for no-op memory barrier functions
Francisco Jerez
2015-11-06
1
-0
/
+19
*
i965/nir/fs: Implement new barrier functions for compute shaders
Jordan Justen
2015-11-06
1
-0
/
+7
*
i965: Fix scalar VS float[] and vec2[] output arrays.
Kenneth Graunke
2015-11-05
1
-1
/
+1
*
i965/fs: Do not mark used surfaces in FS_OPCODE_GET_BUFFER_SIZE
Iago Toral Quiroga
2015-11-05
1
-2
/
+4
*
i965/fs: Do not mark direct used surfaces in VARYING_PULL_CONSTANT_LOAD
Iago Toral Quiroga
2015-11-05
1
-2
/
+4
*
i965: add support for image AoA
Timothy Arceri
2015-11-04
1
-14
/
+16
*
i965: Add scalar geometry shader support.
Kenneth Graunke
2015-11-03
1
-0
/
+391
*
i965/fs: Clean up FBH code.
Matt Turner
2015-11-02
1
-4
/
+3
*
i965: Implement nir_intrinsic_shader_clock
Emil Velikov
2015-10-30
1
-0
/
+9
*
i965: Implement ARB_fragment_layer_viewport.
Kenneth Graunke
2015-10-28
1
-0
/
+8
*
i965/fs: Optimize ssbo stores
Kristian Høgsberg Kristensen
2015-10-23
1
-30
/
+25
*
i965/fs: Drop offset_reg temporary in ssbo load
Kristian Høgsberg Kristensen
2015-10-23
1
-5
/
+3
*
i965/fs: Don't uniformize surface index twice
Kristian Høgsberg Kristensen
2015-10-23
1
-2
/
+0
*
i965/fs: Read all components of a SSBO field with one send
Kristian Høgsberg Kristensen
2015-10-23
1
-18
/
+7
*
i965: Implement ARB_shader_stencil_export (gen9+)
Ben Widawsky
2015-10-21
1
-0
/
+2
*
i965: Implement gl_InvocationID.
Kenneth Graunke
2015-10-21
1
-0
/
+13
*
i965: Implement nir_intrinsic_load_primitive.
Kenneth Graunke
2015-10-21
1
-0
/
+8
*
i965/fs: use the right number of UBOs
Iago Toral Quiroga
2015-10-16
1
-1
/
+1
*
i965: add arrays of arrays support for varyings
Timothy Arceri
2015-10-15
1
-3
/
+1
*
i965: Adapt SSBOs to work with their own separate index space
Iago Toral Quiroga
2015-10-14
1
-12
/
+12
*
nir: split SSBO min/max atomic instrinsics into signed/unsigned versions
Iago Toral Quiroga
2015-10-14
1
-10
/
+10
*
i965/vs: Map scalar VS input locations properly; avoid tons of MOVs.
Kenneth Graunke
2015-10-10
1
-51
/
+20
*
i965/fs: Handle non-const sample number in interpolateAtSample
Neil Roberts
2015-10-09
1
-27
/
+112
[next]