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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Fix nir_op_fsign of absolute value.
Francisco Jerez
2017-01-31
1
-1
/
+8
*
i965: Support the force_glsl_version driconf option.
Kenneth Graunke
2017-01-29
2
-0
/
+4
*
i965: Fix check for negative pitch in can_do_fast_copy_blit().
Kenneth Graunke
2017-01-29
1
-6
/
+4
*
i965: add assert to while_jumps_before_offset()
Timothy Arceri
2017-01-30
1
-0
/
+1
*
i965: fix up asserts in brw_inst_set_jip()
Timothy Arceri
2017-01-30
1
-2
/
+2
*
i965: Unbind deleted shaders from brw_context, fixing malloc heisenbug.
Kenneth Graunke
2017-01-27
1
-0
/
+43
*
i965/sync: Implement fences based on Linux sync_file
Chad Versace
2017-01-27
1
-3
/
+159
*
i965/sync: Rename brw_fence_insert()
Chad Versace
2017-01-27
1
-3
/
+3
*
i965/sync: Fail sync creation when batchbuffer flush fails
Chad Versace
2017-01-27
1
-6
/
+28
*
i965/sync: Add brw_fence::type
Chad Versace
2017-01-27
1
-32
/
+71
*
i965: Add intel_batchbuffer_flush_fence()
Chad Versace
2017-01-27
2
-12
/
+26
*
i965: Add intel_screen::has_fence_fd
Chad Versace
2017-01-27
2
-1
/
+4
*
i915, i965: automake: remove NA include directive
Emil Velikov
2017-01-27
2
-2
/
+0
*
dri/osmesa: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
dri/swrast: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
radeon, r200: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
2
-2
/
+2
*
i915: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
i965: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-3
/
+3
*
i965: automake: correctly set MKDIR_GEN
Emil Velikov
2017-01-27
1
-0
/
+1
*
meta: Refactor texture format translation
Topi Pohjolainen
2017-01-27
1
-6
/
+3
*
i965/hiz/gen6: Stop setting false qpitch
Topi Pohjolainen
2017-01-27
1
-1
/
+7
*
i965/blorp/gen6: Remove dead code in hiz setup
Topi Pohjolainen
2017-01-27
1
-9
/
+9
*
i965/gen6: Simplify hiz surface setup
Topi Pohjolainen
2017-01-27
3
-12
/
+6
*
i965/blorp/gen6: Simplify hiz surface setup
Topi Pohjolainen
2017-01-27
1
-6
/
+4
*
i965/gen6: Remove check for stencil format
Topi Pohjolainen
2017-01-27
1
-14
/
+8
*
i965: Remove check for hiz on earlier gens than SNB
Topi Pohjolainen
2017-01-27
2
-22
/
+2
*
i965/miptree: Remove redundant check for null texture
Topi Pohjolainen
2017-01-27
1
-6
/
+1
*
i965/miptree: Tell when brw_miptree_layout() fails
Topi Pohjolainen
2017-01-27
3
-7
/
+10
*
i965/meta: Remove unused brw_get_rb_for_slice()
Topi Pohjolainen
2017-01-27
2
-49
/
+0
*
i965: Make intelEmitCopyBlit not truncate large strides.
Kenneth Graunke
2017-01-26
2
-11
/
+7
*
i965: Use a UW source type for CS_OPCODE_CS_TERMINATE.
Kenneth Graunke
2017-01-26
1
-1
/
+1
*
i965: Fix fast depth clears for surfaces with a dimension of 16384.
Kenneth Graunke
2017-01-25
1
-0
/
+12
*
i965/blorp: Use the correct ISL format for combined depth/stencil
Jason Ekstrand
2017-01-24
1
-0
/
+2
*
i965/blorp: Add also depth and stencil buffers to render cache
Topi Pohjolainen
2017-01-24
1
-0
/
+4
*
i965: Use UNUSED to silence unused variable (used in assert).
Matt Turner
2017-01-23
1
-1
/
+1
*
dri: allow 16bit R/GR images to be exported via drm buffers
Rainer Hochecker
2017-01-23
2
-0
/
+10
*
drirc: remove spurious tabs
Eric Engestrom
2017-01-23
1
-8
/
+8
*
mesa/glsl/i965: set and get tes layouts directly to and from shader_info
Timothy Arceri
2017-01-23
1
-3
/
+3
*
mesa/glsl: set {clip,cull}_distance_array_size directly in gl_program
Timothy Arceri
2017-01-23
1
-1
/
+1
*
mesa: use gl_program for CurrentProgram rather than gl_shader_program
Timothy Arceri
2017-01-23
11
-77
/
+40
*
Revert "i965: Really don't emit Q or UQ moves on Gen < 8"
Matt Turner
2017-01-20
1
-8
/
+0
*
i965: Select DF type for 64-bit integers on Gen < 8.
Matt Turner
2017-01-20
4
-10
/
+12
*
i965: Enable ARB_gpu_shader_int64 on Gen8+
Ian Romanick
2017-01-20
2
-0
/
+6
*
i965: Split SIMD16 CMP of Q and UQ instructions
Ian Romanick
2017-01-20
1
-14
/
+29
*
i965: Enable 64-bit integer support for almost all unary and binary operations
Ian Romanick
2017-01-20
1
-10
/
+0
*
i965: Enable uploading 64-bit integer uniforms
Ian Romanick
2017-01-20
1
-1
/
+3
*
i965: Add 64-bit integer support for conversions and bitcasts
Ian Romanick
2017-01-20
2
-5
/
+35
*
i965: Enable emitting Q and UQ instructions in the fs backend
Ian Romanick
2017-01-20
2
-1
/
+12
*
i965: Add support for constant evaluation on Q and UQ types
Ian Romanick
2017-01-20
2
-7
/
+20
*
i965: Return Q and UQ types for int64 and uint64
Ian Romanick
2017-01-20
1
-4
/
+2
[next]