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
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Get real per-gen atom lists
Kenneth Graunke
2017-05-03
3
-368
/
+370
*
i965: Add genxml related plumbing in a new genX_state_upload.c file.
Kenneth Graunke
2017-05-03
3
-5
/
+140
*
i965: Drop "Destination Element Offset" from Ironlake SGVs.
Kenneth Graunke
2017-05-03
1
-2
/
+4
*
i965: Move MOCS macros to brw_context.h.
Rafael Antognolli
2017-05-03
2
-42
/
+41
*
i965: Solve Android native fence fd double close
Randy Xu
2017-05-01
1
-1
/
+1
*
i965: Don't allocate uniform space for samplers
Timothy Arceri
2017-05-01
1
-1
/
+1
*
i965: Drop BRW_NEW_CONTEXT from 3DSTATE_DS/GS on Gen7-7.5.
Kenneth Graunke
2017-04-28
2
-2
/
+0
*
i965: Drop _NEW_TRANSFORM from 3DSTATE_DS/GS on Gen7-7.5.
Kenneth Graunke
2017-04-28
2
-2
/
+2
*
i965: Set point rasterization rule to UPPER_RIGHT on Gen6-7.5.
Kenneth Graunke
2017-04-28
2
-0
/
+3
*
i965: Always set AALINEDISTANCE_TRUE on Sandybridge.
Kenneth Graunke
2017-04-28
1
-2
/
+1
*
i965: Use true AA line distance on G45/Ironlake.
Kenneth Graunke
2017-04-28
1
-1
/
+1
*
i965: Remove unused variable 'options'
Matt Turner
2017-04-25
1
-2
/
+0
*
i965: remove now unused GLSL IR optimisations
Timothy Arceri
2017-04-24
4
-888
/
+0
*
i965: remove GLSL IR optimisation loop
Timothy Arceri
2017-04-24
1
-16
/
+0
*
mesa: replace _mesa_index_buffer::type with index_size
Marek Olšák
2017-04-22
6
-28
/
+17
*
mesa: rename _mesa_add_renderbuffer* functions
Timothy Arceri
2017-04-18
1
-8
/
+7
*
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
*
i965/drm: Make a set_domain() helper function.
Kenneth Graunke
2017-04-10
1
-37
/
+20
*
i965/batch: Ensure we use a consistent offset in relocs
Daniel Vetter
2017-04-10
1
-2
/
+6
*
i965/bufmgr: Garbage-collect vma cache/pruning
Daniel Vetter
2017-04-10
2
-129
/
+5
*
i965/bufmgr: Remove some reuse functions
Daniel Vetter
2017-04-10
2
-33
/
+0
*
i965/bufmgr: remove start_gtt_access
Daniel Vetter
2017-04-10
2
-29
/
+14
*
i965/bufmgr: Delete set_tiling
Daniel Vetter
2017-04-10
2
-25
/
+0
*
i965/bufmgr: Delete alloc_for_render
Daniel Vetter
2017-04-10
2
-19
/
+0
*
i965/drm: Use list_for_each_entry_safe in a couple of cases.
Kenneth Graunke
2017-04-10
1
-11
/
+3
*
i965/drm: Rename intel_bufmgr_gem.c to brw_bufmgr.c.
Kenneth Graunke
2017-04-10
2
-1
/
+1
*
i965/drm: Reindent intel_bufmgr_gem.c and brw_bufmgr.h.
Kenneth Graunke
2017-04-10
2
-1215
/
+1161
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
48
-477
/
+475
*
i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings.
Kenneth Graunke
2017-04-10
7
-57
/
+10
*
i965/drm: Rename drm_bacon_reg_read() to brw_reg_read().
Kenneth Graunke
2017-04-10
4
-12
/
+8
*
i965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.
Kenneth Graunke
2017-04-10
8
-72
/
+69
*
i965: Just use a uint32_t context handle rather than a malloc'd wrapper.
Kenneth Graunke
2017-04-10
7
-70
/
+21
*
i965/drm: Fold drm_bacon_gem_reset_stats into the callers.
Kenneth Graunke
2017-04-10
3
-56
/
+17
[next]