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: 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
*
i965: Use nir_foreach_variable
Jason Ekstrand
2015-10-02
1
-3
/
+3
*
i965/shader: Get rid of the shader, prog, and shader_prog fields
Jason Ekstrand
2015-10-02
1
-2
/
+0
*
i965/fs: Use the nir info instead of pulling things out of [shader_]prog
Jason Ekstrand
2015-10-02
1
-4
/
+4
*
i965/fs: Move sampler unit lookup into rescale_texcoord
Jason Ekstrand
2015-10-02
1
-7
/
+1
*
i965/backend_shader: Add a field to store the NIR shader
Jason Ekstrand
2015-10-02
1
-17
/
+15
*
i965: Move prog_data uniform setup to the codegen level
Jason Ekstrand
2015-10-02
1
-7
/
+0
*
i965/nir: Simplify uniform setup
Jason Ekstrand
2015-10-02
1
-11
/
+8
*
i965/nir: Pull GLSL uniform handling into a common function
Jason Ekstrand
2015-10-02
1
-76
/
+3
*
i965/nir: Pull common ARB program uniform handling into a common function
Jason Ekstrand
2015-10-02
1
-8
/
+2
*
i965/shader: Pull setup_image_uniform_values out of backend_shader
Jason Ekstrand
2015-10-02
1
-1
/
+2
*
i965/cs: Generate code to load gl_NumWorkGroups
Jordan Justen
2015-09-29
1
-0
/
+28
*
mesa: rename gl_shader_program's NumUniformBlocks to NumBufferInterfaceBlocks
Samuel Iglesias Gonsalvez
2015-09-29
1
-4
/
+4
*
i965/nir/fs: Implement nir_intrinsic_ssbo_atomic_*
Iago Toral Quiroga
2015-09-25
1
-0
/
+77
*
i965/nir/fs: Implement nir_intrinsic_load_ssbo
Iago Toral Quiroga
2015-09-25
1
-0
/
+62
*
i965/nir/fs: Implement nir_intrinsic_store_ssbo
Iago Toral Quiroga
2015-09-25
1
-0
/
+71
*
i965/fs/nir: implement nir_intrinsic_get_buffer_size
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+24
*
i965/nir: Support gl_WorkGroupID variable
Jordan Justen
2015-09-13
1
-1
/
+9
*
i965/nir: Support gl_LocalInvocationID variable
Jordan Justen
2015-09-13
1
-0
/
+17
*
i965/cs: Enable barrier in MEDIA_INTERFACE_DESCRIPTOR
Jordan Justen
2015-09-10
1
-0
/
+2
*
i965: add handling for imageSamples
Ilia Mirkin
2015-09-10
1
-0
/
+5
*
i965: add support for textureSamples function
Ilia Mirkin
2015-09-10
1
-0
/
+10
*
i965/nir: Use nir_system_value_from_intrinsic to reduce duplication.
Kenneth Graunke
2015-09-08
1
-37
/
+10
*
i965/fs: Remove fs_visitor::try_replace_with_sel().
Matt Turner
2015-08-28
1
-2
/
+0
*
i965/fs: Do not set the size for zero-size uniforms
Marta Lofstedt
2015-08-28
1
-3
/
+4
*
mesa/macros: add power-of-two assertions for alignment macros
Nanley Chery
2015-08-26
1
-1
/
+1
*
i965/fs: Rework uniform handling
Jason Ekstrand
2015-08-25
1
-22
/
+8
*
nir/intrinsics: Add a second const index to load_uniform
Jason Ekstrand
2015-08-25
1
-1
/
+1
*
nir: Pass a type_size() function pointer into nir_lower_io().
Kenneth Graunke
2015-08-25
1
-12
/
+1
*
i965: Move type_size() methods out of visitor classes.
Kenneth Graunke
2015-08-25
1
-1
/
+1
*
i965: Make setup_vec4_uniform_value and _image_uniform_values take an offset
Jason Ekstrand
2015-08-25
1
-2
/
+5
*
i965: Fix "handle nir_intrinsic_image_size"
Martin Peres
2015-08-20
1
-4
/
+3
*
i965: handle nir_intrinsic_image_size
Martin Peres
2015-08-20
1
-0
/
+46
*
i965/fs: Clamp image array indices to the array bounds on IVB.
Francisco Jerez
2015-08-11
1
-4
/
+21
*
i965/fs: Translate image load, store and atomic NIR intrinsics.
Francisco Jerez
2015-08-11
1
-0
/
+106
*
i965/fs: Handle image uniforms in NIR programs.
Francisco Jerez
2015-08-11
1
-8
/
+43
[next]