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_nir.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: Get rid of the uniform_vector_size array
Jason Ekstrand
2015-10-02
1
-11
/
+4
*
i965/vec4/nir: add nir_intrinsic_memory_barrier support
Samuel Iglesias Gonsalvez
2015-09-30
1
-0
/
+9
*
mesa: rename gl_shader_program's NumUniformBlocks to NumBufferInterfaceBlocks
Samuel Iglesias Gonsalvez
2015-09-29
1
-4
/
+4
*
i965/nir/vec4: Implement nir_intrinsic_ssbo_atomic_*
Iago Toral Quiroga
2015-09-25
1
-0
/
+78
*
i965/nir/vec4: Implement nir_intrinsic_load_ssbo
Iago Toral Quiroga
2015-09-25
1
-0
/
+54
*
i965/nir/vec4: Implement nir_intrinsic_store_ssbo
Iago Toral Quiroga
2015-09-25
1
-0
/
+148
*
i965/vec4/nir: implement nir_intrinsic_get_buffer_size
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+26
*
i965/vec4: Add support for fdph_replicated
Jason Ekstrand
2015-09-22
1
-0
/
+5
*
i965/vec4/nir: Remove all "this->" snippets
Eduardo Lima Mitev
2015-09-20
1
-16
/
+15
*
i965/vec4: Use the replicated fdot instruction in NIR
Jason Ekstrand
2015-09-15
1
-3
/
+3
*
i965/vec4_nir: Use partial SSA form rather than full non-SSA
Jason Ekstrand
2015-09-15
1
-3
/
+18
*
i965/vec4_nir: Load constants as integers
Antia Puentes
2015-09-14
1
-2
/
+2
*
i965: add support for textureSamples function
Ilia Mirkin
2015-09-10
1
-0
/
+1
*
i965/nir: Use nir_system_value_from_intrinsic to reduce duplication.
Kenneth Graunke
2015-09-08
1
-23
/
+7
*
i965: Store a key_tex pointer in vec4_visitor.
Kenneth Graunke
2015-09-03
1
-2
/
+2
*
i965/vec4_nir: Get rid of the uniform_driver_location tracking
Jason Ekstrand
2015-08-25
1
-19
/
+3
*
nir/intrinsics: Add a second const index to load_uniform
Jason Ekstrand
2015-08-25
1
-1
/
+1
*
i965: Move type_size() methods out of visitor classes.
Kenneth Graunke
2015-08-25
1
-4
/
+4
*
i965/vec4/nir: Emit single MOV to generate a scalar constant.
Matt Turner
2015-08-17
1
-3
/
+18
*
i965/vec4_nir: Properly handle integer multiplies on BDW+
Jason Ekstrand
2015-08-10
1
-24
/
+28
*
i965/vec4_nir: Do boolean source modifier resolves on BDW+
Jason Ekstrand
2015-08-10
1
-0
/
+15
*
i965/vec4-nir: Handle boolean resolvese on ILK-
Jason Ekstrand
2015-08-10
1
-0
/
+14
*
i965/nir/vec4: Handle uniforms on vertex programs
Antia Puentes
2015-08-03
1
-2
/
+32
*
i965/nir/vec4: Add implementation of nir_emit_texture()
Alejandro PiƱeiro
2015-08-03
1
-1
/
+194
*
i965/nir/vec4: Implement nir_emit_jump
Eduardo Lima Mitev
2015-08-03
1
-1
/
+14
*
i965/nir/vec4: Mark as unreachable ops that should be already lowered
Antia Puentes
2015-08-03
1
-0
/
+17
*
i965/nir/vec4: Implement vector "any" operation
Antia Puentes
2015-08-03
1
-0
/
+14
*
i965/nir/vec4: Implement the dot product operation
Antia Puentes
2015-08-03
1
-0
/
+15
*
i965/nir/vec4: Implement conditional select
Antia Puentes
2015-08-03
1
-0
/
+6
*
i965/nir/vec4: Implement linear interpolation
Antia Puentes
2015-08-03
1
-0
/
+5
*
i965/nir/vec4: Implement floating-point fused multiply-add
Antia Puentes
2015-08-03
1
-0
/
+9
*
i965/nir/vec4: Implement "shift" operations
Antia Puentes
2015-08-03
1
-0
/
+12
*
i965/nir/vec4: Implement the "sign" operation
Antia Puentes
2015-08-03
1
-0
/
+33
*
i965/nir/vec4: Implement bit operations
Antia Puentes
2015-08-03
1
-0
/
+62
*
i965/nir/vec4: Implement pack/unpack operations
Antia Puentes
2015-08-03
1
-0
/
+44
*
i965/nir/vec4: "noise" ops should already be lowered
Antia Puentes
2015-08-03
1
-0
/
+18
*
i965/nir/vec4: Implement "bool<->int,float" format conversion
Antia Puentes
2015-08-03
1
-0
/
+19
*
i965/nir/vec4: Implement logical operators
Antia Puentes
2015-08-03
1
-0
/
+16
*
i965/nir/vec4: Implement non-equality ops on vectors
Antia Puentes
2015-08-03
1
-0
/
+34
*
i965/nir/vec4: Implement equality ops on vectors
Antia Puentes
2015-08-03
1
-0
/
+33
*
i965/nir/vec4: Implement non-vector comparison ops
Antia Puentes
2015-08-03
1
-0
/
+14
*
i965/nir: Add utility method for comparisons
Antia Puentes
2015-08-03
1
-0
/
+39
*
i965/nir/vec4: Derivatives are not allowed in VS
Antia Puentes
2015-08-03
1
-0
/
+8
*
i965/nir/vec4: Implement min/max operations
Antia Puentes
2015-08-03
1
-0
/
+14
*
i965/nir/vec4: Implement various rounding functions
Antia Puentes
2015-08-03
1
-0
/
+35
*
i965/nir/vec4: Implement carry/borrow for addition/subtraction
Antia Puentes
2015-08-03
1
-0
/
+16
*
i965/nir/vec4: Implement more math operations
Antia Puentes
2015-08-03
1
-0
/
+52
*
i965/nir/vec4: Implement multiplication
Antia Puentes
2015-08-03
1
-0
/
+44
*
i965/nir/vec4: Implement the addition operation
Antia Puentes
2015-08-03
1
-0
/
+7
*
i965/nir/vec4: Implement int<->float format conversion ops
Antia Puentes
2015-08-03
1
-0
/
+11
[next]