index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Set MaxCombinedUniformBlocks properly.
Kenneth Graunke
2015-11-16
1
-0
/
+1
*
i965: Clean up context constant initialization code.
Kenneth Graunke
2015-11-16
1
-80
/
+54
*
i965: Convert scalar_* flags to a scalar_stage array.
Kenneth Graunke
2015-11-16
10
-39
/
+27
*
i965: Introduce a MOV_INDIRECT opcode.
Kenneth Graunke
2015-11-14
6
-0
/
+80
*
i965: Add a SHADER_OPCODE_URB_READ_SIMD8_PER_SLOT opcode.
Kenneth Graunke
2015-11-13
4
-5
/
+10
*
i965: Print input/output VUE maps on INTEL_DEBUG=vs, gs.
Kenneth Graunke
2015-11-13
4
-1
/
+40
*
i965: Make convert_attr_sources_to_hw_regs handle stride == 0.
Kenneth Graunke
2015-11-13
1
-1
/
+2
*
i965: Silence unused parameter warnings in get_buffer_rect
Ian Romanick
2015-11-13
1
-4
/
+3
*
i965: Remove unneeded #includes.
Matt Turner
2015-11-13
1
-4
/
+0
*
i965: Silence warning.
Matt Turner
2015-11-13
1
-2
/
+2
*
i965: Don't write beyond allocated memory.
Juha-Pekka Heikkila
2015-11-13
1
-1
/
+1
*
i965: Use BRW_MRF_COMPR4 macro in more places.
Matt Turner
2015-11-13
4
-6
/
+6
*
i965: Combine register file field.
Matt Turner
2015-11-13
7
-34
/
+27
*
i965: Replace HW_REG with ARF/FIXED_GRF.
Matt Turner
2015-11-13
13
-211
/
+157
*
i965/fs: Set stride correctly for immediates in fs_reg(brw_reg).
Matt Turner
2015-11-13
1
-0
/
+6
*
i965/fs: Handle type-V immediates in brw_reg_from_fs_reg().
Matt Turner
2015-11-13
1
-0
/
+3
*
i965: Rename GRF to VGRF.
Matt Turner
2015-11-13
30
-194
/
+194
*
i965: Move BAD_FILE from the beginning of enum register_file.
Matt Turner
2015-11-13
1
-1
/
+1
*
i965: Initialize registers.
Matt Turner
2015-11-13
3
-2
/
+18
*
i965: Use brw_reg's nr field to store register number.
Matt Turner
2015-11-13
25
-290
/
+276
*
i965: Unwrap some lines.
Matt Turner
2015-11-13
4
-12
/
+4
*
i965/vec4: Remove swizzle/writemask fields from src/dst_reg.
Matt Turner
2015-11-13
2
-8
/
+1
*
i965: Remove fixed_hw_reg field from backend_reg.
Matt Turner
2015-11-13
11
-162
/
+139
*
i965: Use immediate storage in inherited brw_reg.
Matt Turner
2015-11-13
10
-95
/
+96
*
i965: Add and use enum brw_reg_file.
Matt Turner
2015-11-13
4
-19
/
+23
*
i965: Reorganize brw_reg fields.
Matt Turner
2015-11-13
1
-8
/
+8
*
i965: Make 'dw1' and 'bits' unnamed structures in brw_reg.
Matt Turner
2015-11-13
14
-178
/
+185
*
i965: Delete type field from backend_reg.
Matt Turner
2015-11-13
1
-1
/
+0
*
i965: Delete abs/negate fields from backend_reg.
Matt Turner
2015-11-13
3
-5
/
+2
*
i965: Make backend_reg inherit from brw_reg.
Matt Turner
2015-11-13
1
-3
/
+3
*
i965/fs: Replace nested ternary with if ladder.
Matt Turner
2015-11-13
1
-6
/
+7
*
i965: Check instructions appear only on supported hardware.
Matt Turner
2015-11-12
1
-0
/
+254
*
i965: Add initial assembly validation pass.
Matt Turner
2015-11-12
5
-0
/
+174
*
i965: Add annotation_insert_error() and support for printing errors.
Matt Turner
2015-11-12
2
-7
/
+71
*
i965: Combine assembly annotations if possible.
Matt Turner
2015-11-12
1
-5
/
+18
*
i965: Set annotation_info's mem_ctx.
Matt Turner
2015-11-12
3
-2
/
+5
*
i965: Don't consider control flow instructions to have sources.
Matt Turner
2015-11-12
1
-8
/
+8
*
i965: Fill out instruction list.
Matt Turner
2015-11-12
3
-14
/
+42
*
i965: Consolidate is_3src() functions.
Matt Turner
2015-11-12
3
-8
/
+7
*
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/skl/gt4: Fix URB programming restriction.
Ben Widawsky
2015-11-11
1
-0
/
+9
*
i965: Split nir_emit_intrinsic by stage with a general fallback.
Kenneth Graunke
2015-11-11
2
-277
/
+381
*
i965/brw_reg: Add a brw_VxH_indirect helper
Jason Ekstrand
2015-11-11
1
-0
/
+11
*
i965: Print force_writemask_all in dump_instructions().
Kenneth Graunke
2015-11-11
2
-0
/
+6
*
i965: Combine BRW_NEW_*_BINDING_TABLE dirty bits.
Kenneth Graunke
2015-11-11
5
-26
/
+14
*
i965: Map GL_PATCHES to 3DPRIM_PATCHLIST_n.
Kenneth Graunke
2015-11-11
2
-1
/
+10
*
i965/nir/opt_peephole_ffma: Bypass fusion if any operand of fadd and fmul is ...
Eduardo Lima Mitev
2015-11-10
1
-0
/
+31
*
nir/nir_opt_peephole_ffma: Move this lowering pass to the i965 driver
Eduardo Lima Mitev
2015-11-10
4
-1
/
+272
*
glsl: Lower UBO and SSBO access in glsl linker
Kristian Høgsberg Kristensen
2015-11-10
2
-2
/
+2
*
glsl: Drop exec_list argument to lower_ubo_reference
Kristian Høgsberg Kristensen
2015-11-10
1
-1
/
+1
[next]