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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: Use nir_intrinsic_base in the load_uniform implementation
Jason Ekstrand
2016-04-20
1
-1
/
+1
*
i965: Define miptree map functions static (trivial)
Ben Widawsky
2016-04-18
1
-2
/
+2
*
i965/fs: Don't allow OOB array access of images
Jason Ekstrand
2016-04-15
1
-15
/
+11
*
i965/vec4: Support full std140 layout for push constants
Jason Ekstrand
2016-04-15
1
-5
/
+25
*
i965/vec4: Handle MOV_INDIRECT in pack_uniform_registers
Jason Ekstrand
2016-04-15
1
-0
/
+18
*
i965/vec4: Add support for SHADER_OPCODE_MOV_INDIRECT
Jason Ekstrand
2016-04-15
2
-0
/
+68
*
i965/vec4: Use can_do_writemask in can_reswizzle
Jason Ekstrand
2016-04-15
1
-3
/
+5
*
i965/vec4: Move can_do_writemask to vec4_instruction
Jason Ekstrand
2016-04-15
3
-30
/
+30
*
i965/surface_formats: Update some formats for more recent gens
Jason Ekstrand
2016-04-15
1
-12
/
+12
*
i965: Expose the surface format table
Jason Ekstrand
2016-04-14
3
-18
/
+48
*
dri: Fix robust context creation via EGL attribute
Chad Versace
2016-04-14
1
-2
/
+23
*
i965: Push everything if pull_param == NULL
Jason Ekstrand
2016-04-14
2
-2
/
+14
*
i965/fs: Push small uniform arrays
Jason Ekstrand
2016-04-14
1
-23
/
+53
*
i965/fs: Rename demote_pull_constants to lower_constant_loads
Jason Ekstrand
2016-04-14
2
-3
/
+3
*
i965/vec4: Get rid of the uniform_size array
Jason Ekstrand
2016-04-14
6
-33
/
+0
*
i965/vec4: Use MOV_INDIRECT instead of reladdr for indirect push constants
Jason Ekstrand
2016-04-14
4
-51
/
+50
*
i965/fs: Get rid of the param_size array
Jason Ekstrand
2016-04-14
4
-15
/
+0
*
i965/fs: Stop relying on param_size in assign_constant_locations
Jason Ekstrand
2016-04-14
1
-27
/
+17
*
i965/fs: Get rid of reladdr
Jason Ekstrand
2016-04-14
2
-10
/
+2
*
i965/fs: Use MOV_INDIRECT for all indirect uniform loads
Jason Ekstrand
2016-04-14
2
-40
/
+87
*
i965/fs: Add support for MOV_INDIRECT on pre-Broadwell hardware
Jason Ekstrand
2016-04-14
2
-13
/
+66
*
i965/fs: Fix regs_read() for MOV_INDIRECT with a non-zero subnr
Jason Ekstrand
2016-04-14
1
-1
/
+1
*
i965/fs: Don't force MASK_DISABLE on INDIRECT_MOV instructions
Jason Ekstrand
2016-04-14
1
-1
/
+0
*
i965/fs: Add support for doing MOV_INDIRECT on uniforms
Jason Ekstrand
2016-04-14
1
-1
/
+4
*
i965: Make intel_get_param return an int
Ben Widawsky
2016-04-14
1
-10
/
+7
*
i965/vec4: Use UD rather than D for uniform indirects
Jason Ekstrand
2016-04-14
2
-6
/
+6
*
i965/fs: Use UD type for offsets in VARYING_PULL_CONSTANT_LOAD
Jason Ekstrand
2016-04-14
2
-3
/
+4
*
nir/dead_variables: Configurably work with any variable mode
Jason Ekstrand
2016-04-13
1
-1
/
+1
*
i965: Switch to NIR for ldexp lowering.
Kenneth Graunke
2016-04-13
2
-2
/
+1
*
i965: Implement the new imod and irem opcodes
Jason Ekstrand
2016-04-13
2
-0
/
+72
*
i965/vec4: Inline get_pull_constant_offset
Jason Ekstrand
2016-04-13
2
-25
/
+14
*
i965/tiled_memcpy: Fix rgba8_copy_16_aligned_dst() typo
Kristian Høgsberg Kristensen
2016-04-12
1
-4
/
+4
*
i965/tiled_memcpy: Unroll bytes==64 case.
Matt Turner
2016-04-12
1
-0
/
+16
*
i965/tiled_memcpy: Provide SSE2 for RGBA8 <-> BGRA8 swizzle.
Roland Scheidegger
2016-04-12
1
-3
/
+40
*
i965/tiled_memcpy: Move SSSE3 code back into inline functions.
Matt Turner
2016-04-12
1
-18
/
+24
*
i965/tiled_memcpy: Optimize RGBA -> BGRA swizzle.
Matt Turner
2016-04-12
1
-8
/
+11
*
dri/i965: fix incorrect rgbFormat in intelCreateBuffer().
Haixia Shi
2016-04-12
1
-8
/
+12
*
dri/i965: extend GLES3 sRGB workaround to cover all formats
Haixia Shi
2016-04-12
1
-4
/
+3
*
i965: Add autogenerated 'brw_nir_trig_workarounds.c' to gitignore
Eduardo Lima Mitev
2016-04-12
1
-0
/
+1
*
i965: Port INTEL_PRECISE_TRIG=1 to NIR.
Kenneth Graunke
2016-04-11
7
-28
/
+58
*
i965: Pass brw_compiler into brw_preprocess_nir() instead of is_scalar.
Kenneth Graunke
2016-04-11
2
-3
/
+6
*
nir/lower_system_values: Add support for several computed values
Jason Ekstrand
2016-04-11
1
-1
/
+2
*
i965: fix struct type in comment
Timothy Arceri
2016-04-11
1
-1
/
+1
*
i965: enable OES_texture_buffer on gen7+
Ilia Mirkin
2016-04-10
1
-0
/
+1
*
i965/disasm: Decode per-slot offsets.
Kenneth Graunke
2016-04-09
1
-0
/
+5
*
i965/disasm: Decode "channel mask present" bit correctly.
Kenneth Graunke
2016-04-09
1
-4
/
+15
*
i965/disasm: Simplify the URB opcode printing with ?:.
Kenneth Graunke
2016-04-09
1
-7
/
+6
*
i965/tiled_memcopy: Get rid of the direction parameter to get_memcpy
Jason Ekstrand
2016-04-08
5
-22
/
+5
*
i965/tiled_memcpy: Rework the RGBA -> BGRA mem_copy functions
Jason Ekstrand
2016-04-08
1
-76
/
+63
*
i965/tiled_memcopy: Add aligned mem_copy parameters to the [de]tiling functions
Jason Ekstrand
2016-04-08
1
-32
/
+43
[next]