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/fs: Define logical texture sampling opcodes.
Francisco Jerez
2015-07-29
3
-0
/
+148
*
i965/fs: Reimplement emit_single_fb_write() in terms of logical framebuffer w...
Francisco Jerez
2015-07-29
2
-187
/
+21
*
i965/fs: Implement lowering of logical framebuffer writes.
Francisco Jerez
2015-07-29
1
-1
/
+136
*
i965/fs: Hook up SIMD lowering to unroll FB writes of unsupported width.
Francisco Jerez
2015-07-29
1
-0
/
+9
*
i965/fs: Remove the FS_OPCODE_SET_OMASK pseudo-opcode.
Francisco Jerez
2015-07-29
4
-42
/
+0
*
i965/fs: Don't attempt to copy the useless half of oMask for SIMD8 FB writes.
Francisco Jerez
2015-07-29
1
-8
/
+18
*
i965/fs: Move up Gen6 no16 check to emit_fb_writes().
Francisco Jerez
2015-07-29
1
-9
/
+11
*
i965/fs: Move up prog_data->uses_omask assignment up to brw_codegen_wm_prog().
Francisco Jerez
2015-07-29
2
-3
/
+2
*
i965/fs: Simplify control flow in emit_single_fb_write().
Francisco Jerez
2015-07-29
1
-12
/
+16
*
i965/fs: Fix slight layering violation in emit_single_fb_writes().
Francisco Jerez
2015-07-29
1
-12
/
+10
*
i965/fs: Make sure that the type sizes are compatible during copy propagation.
Francisco Jerez
2015-07-29
1
-0
/
+8
*
i965/fs: Honour the instruction force_sechalf and exec_size fields for FB wri...
Francisco Jerez
2015-07-29
1
-2
/
+2
*
i965/fs: Define logical framebuffer write opcode.
Francisco Jerez
2015-07-29
4
-1
/
+53
*
i965/fs: Implement pass to lower instructions of unsupported SIMD width.
Francisco Jerez
2015-07-29
2
-0
/
+144
*
i965/fs: Fix return value of fs_inst::regs_read() for BAD_FILE.
Francisco Jerez
2015-07-29
1
-0
/
+1
*
i965/fs: Add builder emit method taking a variable number of source registers.
Francisco Jerez
2015-07-29
1
-3
/
+12
*
i965/fs: Add stub lowering pass for logical send-message opcodes.
Francisco Jerez
2015-07-29
2
-1
/
+29
*
i965/fs: Factor out source components calculation to a separate method.
Francisco Jerez
2015-07-29
2
-10
/
+24
*
i965/fs: Simplify instruction rewrite loop in the register coalesce pass.
Francisco Jerez
2015-07-29
1
-14
/
+13
*
i965/fs: Fix rewrite of the second half of 16-wide coalesced registers.
Francisco Jerez
2015-07-29
1
-15
/
+12
*
i965/fs: Detect multi-register MOVs correctly in register_coalesce.
Francisco Jerez
2015-07-29
1
-1
/
+1
*
i965: Use real stage in "Unsupported form of variable indexing" warning.
Kenneth Graunke
2015-07-28
1
-2
/
+3
*
i965: Support importing R8 and GR88 dma_bufs
Chad Versace
2015-07-28
1
-0
/
+6
*
i965: Use updated kernel interface for accurate TIMESTAMP reads
Chris Wilson
2015-07-24
3
-17
/
+49
*
radeon: Silence GCC unused-but-set-variable warnings.
Vinson Lee
2015-07-23
1
-1
/
+5
*
i965: add support for ARB_shader_subroutine
Dave Airlie
2015-07-24
5
-0
/
+13
*
i965: fix warning since tess merge.
Dave Airlie
2015-07-23
1
-0
/
+2
*
glsl: pass shader stage to lower_output_reads and handle tess control
Ilia Mirkin
2015-07-23
1
-1
/
+1
*
glsl: don't lower variable indexing on non-patch tessellation inputs/outputs
Marek Olšák
2015-07-23
1
-3
/
+5
*
mesa: add tessellation shader enums
Fabian Bieler
2015-07-23
1
-1
/
+3
*
drirc: drop support for Heaven 3.0, fixes tessellation in 4.0
Marek Olšák
2015-07-23
1
-20
/
+3
*
dri/common: remove unused drm_version variable
Emil Velikov
2015-07-22
5
-34
/
+1
*
radeon,r200: allow hyperz for radeon DRM module v2
Emil Velikov
2015-07-22
2
-15
/
+4
*
radeon,r200: remove support for UMS radeon DRM module
Emil Velikov
2015-07-22
1
-27
/
+17
*
radeon,r200: remove unused variable texmicrotile
Emil Velikov
2015-07-22
4
-8
/
+0
*
swrast: remove unneeded __NOT_HAVE_DRM_H define
Emil Velikov
2015-07-22
1
-1
/
+0
*
dri/common: use HAVE_LIBDRM over __NOT_HAVE_DRM_H
Emil Velikov
2015-07-22
4
-18
/
+5
*
dri/swrast: automake: add LIBDRM_CFLAGS
Emil Velikov
2015-07-22
1
-0
/
+1
*
mesa: replace Driver.GetTexImage with GetTexSubImage()
Brian Paul
2015-07-21
1
-10
/
+15
*
Revert "i965/gen9: Plugin the code for selecting YF/YS tiling on skl+"
Anuj Phogat
2015-07-21
1
-92
/
+17
*
i965: Fix stride field for the result of emit_uniformize().
Francisco Jerez
2015-07-21
4
-19
/
+26
*
i965/fs: Fix stride field for uniforms.
Francisco Jerez
2015-07-21
1
-0
/
+6
*
i965/fs: Fix stride for immediate registers.
Francisco Jerez
2015-07-21
2
-0
/
+7
*
i965/vec4: Fix liveness analysis with BRW_OPCODE_SEL
Iago Toral Quiroga
2015-07-21
1
-1
/
+2
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
24
-51
/
+51
*
i965/nir/fs: removed unneeded support for global variables
Alejandro Piñeiro
2015-07-20
3
-14
/
+4
*
i965: Disable resource streamer in BLORP
Abdiel Janulgue
2015-07-18
1
-0
/
+2
*
i965: Upload binding tables in hw-generated binding table format.
Abdiel Janulgue
2015-07-18
1
-9
/
+57
*
i965: Implement interface to edit binding table entries
Abdiel Janulgue
2015-07-18
2
-0
/
+64
*
i965: Enable hardware-generated binding tables on render path.
Abdiel Janulgue
2015-07-18
8
-4
/
+128
[next]