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: use strtol to convert the integer deviceID override
Emil Velikov
2017-08-03
1
-1
/
+1
*
i965: Resolve framebuffers before signaling the fence
Chris Wilson
2017-08-03
1
-0
/
+32
*
i965: perf: flush batchbuffers at the beginning of queries
Lionel Landwerlin
2017-08-03
1
-0
/
+8
*
i965: Always set AALINEDISTANCE_TRUE on Sandybridge.
Kenneth Graunke
2017-07-08
1
-2
/
+1
*
i965: Use true AA line distance on G45/Ironlake.
Kenneth Graunke
2017-07-08
1
-1
/
+1
*
i965: update MaxTextureRectSize to match PRMs and comply with OpenGL 4.1+
Iago Toral Quiroga
2017-06-28
1
-1
/
+1
*
i965: Clamp clear colors to the representable range
Jason Ekstrand
2017-06-28
1
-0
/
+40
*
i965: Ignore anisotropic filtering in nearest mode.
Kenneth Graunke
2017-06-28
1
-2
/
+4
*
i965/gen4: Set depth offset when there is stencil attachment only
Topi Pohjolainen
2017-06-28
1
-0
/
+6
*
i965: Set step_rate = 0 for interleaved vertex buffers
Jason Ekstrand
2017-06-28
1
-0
/
+1
*
i965: Disable the interleaved vertex optimization when instancing
Jason Ekstrand
2017-06-28
1
-5
/
+6
*
i965: Do an end-of-pipe sync after flushes
Jason Ekstrand
2017-06-28
1
-3
/
+3
*
i965/blorp: Do an end-of-pipe sync around CCS ops
Jason Ekstrand
2017-06-28
1
-12
/
+4
*
i965: Do an end-of-pipe sync prior to STATE_BASE_ADDRESS
Jason Ekstrand
2017-06-28
1
-6
/
+12
*
i965: Add an end-of-pipe sync helper
Topi Pohjolainen
2017-06-28
2
-1
/
+100
*
i965: Unify the two emit_pipe_control functions
Jason Ekstrand
2017-06-28
1
-73
/
+64
*
i965: Take a uint64_t immediate in emit_pipe_control_write
Jason Ekstrand
2017-06-28
5
-18
/
+15
*
i965: Flush around state base address
Jason Ekstrand
2017-06-28
2
-1
/
+33
*
i965: Mark depth surfaces as needing a HiZ resolve after blitting
Jason Ekstrand
2017-06-14
1
-0
/
+2
*
i965: Perform HiZ flush/stall prior to HiZ resolves
Jason Ekstrand
2017-06-14
1
-13
/
+26
*
i965: Move the pre-depth-clear flush/stalls to intel_hiz_exec
Jason Ekstrand
2017-06-14
2
-56
/
+58
*
i965/blorp: Take a layer range in intel_hiz_exec
Jason Ekstrand
2017-06-14
5
-18
/
+16
*
i965/dri: Fix bad GL error in intel_create_winsys_renderbuffer()
Chad Versace
2017-06-14
1
-5
/
+1
*
i965: Rework Sandy Bridge HiZ and stencil layouts
Jason Ekstrand
2017-06-02
5
-29
/
+134
*
i965: Round copy size to the nearest block in intel_miptree_copy
Jason Ekstrand
2017-06-01
1
-2
/
+2
*
i965/blorp: Do and end-of-pipe sync on both sides of fast-clear ops
Jason Ekstrand
2017-06-01
1
-18
/
+38
*
i965/formats: Update the three-channel DXT1 mappings
Nanley Chery
2017-05-19
2
-14
/
+5
*
i915: Fix build break with empty unreachable()
Daniel Stone
2017-05-10
1
-4
/
+2
*
i965: Don't try to unmap NULL program cache BO.
Kenneth Graunke
2017-05-08
1
-4
/
+7
*
i965: Set modifier for imported and duplicated images
Daniel Stone
2017-05-08
1
-0
/
+20
*
i965: Use helper function for modifier -> tiling
Daniel Stone
2017-05-08
1
-17
/
+34
*
i965: Solve Android native fence fd double close
Randy Xu
2017-05-05
1
-1
/
+1
*
i965/drm: Delete NULL check in brw_bo_unmap().
Kenneth Graunke
2017-04-16
1
-3
/
+0
*
i965/drm: Remove dead return in brw_bo_busy()
Kenneth Graunke
2017-04-16
1
-3
/
+1
*
i965: enable OpenGL 4.2 in Ivybridge
Juan A. Suarez Romero
2017-04-14
2
-2
/
+2
*
i965: enable ARB_shader_precision in gen7+
Samuel Iglesias Gonsálvez
2017-04-14
1
-1
/
+1
*
i965: enable ARB_vertex_attrib_64bit for gen7+
Juan A. Suarez Romero
2017-04-14
1
-1
/
+1
*
i965: enable OpenGL 4.0 to Ivybridge/Baytrail
Samuel Iglesias Gonsálvez
2017-04-14
2
-5
/
+6
*
i965: enable ARB_gpu_shader_fp64 for Ivybridge/Baytrail
Samuel Iglesias Gonsálvez
2017-04-14
1
-1
/
+1
*
i965: add missing ir_unop_*/ir_binop_* in visit_leave()
Samuel Pitoiset
2017-04-13
1
-0
/
+3
*
i965/drm: Use bools for a few flags.
Kenneth Graunke
2017-04-11
1
-2
/
+2
*
i965/drm: Make brw_bo_alloc_tiled flags parameter 32-bit.
Kenneth Graunke
2017-04-11
3
-4
/
+4
*
i965/drm: Make BO size a uint64_t rather than unsigned long.
Kenneth Graunke
2017-04-11
2
-11
/
+11
*
i965/drm: Make alignment parameter a uint64_t.
Kenneth Graunke
2017-04-11
2
-4
/
+4
*
i965/drm: Make stride/pitch a uint32_t.
Kenneth Graunke
2017-04-11
4
-31
/
+18
*
i965/drm: Fix types for pwrite/pread fields.
Kenneth Graunke
2017-04-11
2
-14
/
+14
*
i965/drm: Make brw_bo_alloc_tiled take tiling by value, not pointer.
Kenneth Graunke
2017-04-11
4
-62
/
+41
*
i965: Set kernel features before computing max GL version.
Kenneth Graunke
2017-04-11
1
-24
/
+24
*
i965: Fix wonky indentation left by brw_bo_alloc_tiled rename.
Kenneth Graunke
2017-04-10
2
-18
/
+17
*
i965/drm: Add stall warnings when mapping or waiting on BOs.
Kenneth Graunke
2017-04-10
17
-55
/
+68
[next]