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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/bufmgr: Use write-combine mappings where available
Matt Turner
2017-07-22
1
-3
/
+88
*
i965/bufmgr: Skip wait ioctl when not busy.
Kenneth Graunke
2017-07-22
1
-0
/
+4
*
i965/bufmgr: Explicitly wait instead of using I915_GEM_SET_DOMAIN.
Kenneth Graunke
2017-07-22
1
-17
/
+6
*
i965/bufmgr: Allocate BO pages outside of the kernel's locking.
Kenneth Graunke
2017-07-22
1
-0
/
+13
*
glsl: rework misleading block layout code
Timothy Arceri
2017-07-23
1
-4
/
+4
*
glsl: remove placeholder comment
Timothy Arceri
2017-07-23
1
-4
/
+0
*
st/mesa: use proper resource target type in st_AllocTextureStorage()
Brian Paul
2017-07-22
1
-1
/
+4
*
mesa: remove pointless assignments in init_teximage_fields_ms()
Brian Paul
2017-07-22
1
-3
/
+0
*
svga: Limit number of immediates in shader
Neha Bhende
2017-07-22
1
-3
/
+5
*
svga: fix constant indices for texcoord scale factors and texture buffer size
Charmaine Lee
2017-07-22
1
-9
/
+6
*
svga: fix unnormalized->normalized texture coordinate conversion
Neha Bhende
2017-07-22
3
-3
/
+35
*
svga: only support 4x, 8x, 16x msaa
Brian Paul
2017-07-22
1
-0
/
+5
*
mesa: include texture size in error messages
Brian Paul
2017-07-22
1
-4
/
+5
*
i965: Support the mesa_no_error driconf option.
Kenneth Graunke
2017-07-22
2
-0
/
+4
*
anv/blorp: Assert isl_surf_init success in do_buffer_copy
Jason Ekstrand
2017-07-22
1
-13
/
+15
*
anv/blorp: Explicitly set row_pitch in do_buffer_copy
Jason Ekstrand
2017-07-22
1
-1
/
+1
*
i965: Delete gen8_draw_upload.c
Kenneth Graunke
2017-07-22
1
-0
/
+0
*
nv50/ir: disable mul+add to mad for precise instructions
Karol Herbst
2017-07-21
1
-2
/
+3
*
nv50/ir/tgsi: handle precise for most ALU instructions
Karol Herbst
2017-07-21
1
-0
/
+2
*
nv50/ir: add precise field to Instruction
Karol Herbst
2017-07-21
2
-0
/
+3
*
st/glsl_to_tgsi: don't optimize mul+add to mad if expression is precise
Karol Herbst
2017-07-21
1
-1
/
+1
*
gallium/docs: add precise instruction modifier
Karol Herbst
2017-07-21
1
-1
/
+10
*
tgsi/text: parse _PRECISE modifier
Karol Herbst
2017-07-21
1
-3
/
+14
*
tgsi: populate precise
Karol Herbst
2017-07-21
8
-30
/
+51
*
st/glsl_to_tgsi: handle precise modifier
Karol Herbst
2017-07-21
1
-0
/
+13
*
tgsi/dump: print _PRECISE modifier on Instructions
Karol Herbst
2017-07-21
1
-0
/
+4
*
tgsi: add precise flag to tgsi_instruction
Karol Herbst
2017-07-21
2
-1
/
+3
*
i965: Set lower_vote_trivial in vector_nir_options_gen6 too.
Kenneth Graunke
2017-07-21
1
-0
/
+1
*
radv: reset non-syncobj semaphore context after wait.
Dave Airlie
2017-07-22
1
-0
/
+2
*
st/mesa: add destroy_drawable interface
Charmaine Lee
2017-07-20
7
-3
/
+123
*
radv: rebase radv_entrypoints_gen.py on anv_entrypoints_gen.py
Dylan Baker
2017-07-21
2
-275
/
+287
*
i965/miptree: Clean-up unused
Topi Pohjolainen
2017-07-22
14
-1646
/
+96
*
i965/miptree: Switch remaining surfaces to isl
Topi Pohjolainen
2017-07-22
2
-93
/
+41
*
i965/miptree: Drop miptree_array_layout in get_isl_dim_layout()
Topi Pohjolainen
2017-07-22
3
-11
/
+8
*
i965/miptree: Relax size alignment for linear surfaces
Topi Pohjolainen
2017-07-22
1
-1
/
+6
*
i965/miptree: Store compression flag also for isl based
Topi Pohjolainen
2017-07-22
1
-0
/
+1
*
i965/miptree: Check tex image allocation failures
Topi Pohjolainen
2017-07-22
1
-0
/
+2
*
main/teximage: Even on failure use valid format for init()
Topi Pohjolainen
2017-07-22
1
-1
/
+1
*
intel/isl/gen7: Don't allow multisampled surfaces with valign2
Topi Pohjolainen
2017-07-22
1
-19
/
+23
*
intel/isl/gen7: Allow msaa with signed integer formats
Topi Pohjolainen
2017-07-22
1
-2
/
+3
*
intel/isl/gen7: Allow msaa with 128-bit formats
Topi Pohjolainen
2017-07-22
1
-4
/
+7
*
intel/isl: Allow 1D surfaces with compressed formats
Topi Pohjolainen
2017-07-22
1
-1
/
+1
*
intel/isl: Align non-tiled horizontally by cache line
Topi Pohjolainen
2017-07-22
1
-1
/
+15
*
i965/miptree/gen4: Prepare x-tiled fallback for isl based
Topi Pohjolainen
2017-07-22
1
-6
/
+20
*
i965/miptree: Prepare non-tiled fallback for isl based
Topi Pohjolainen
2017-07-22
1
-0
/
+36
*
i965/miptree: Prepare has_color_unresolved() for isl based
Topi Pohjolainen
2017-07-22
1
-1
/
+5
*
gallivm: handle call attributes for llvm < 4.0 in lp_add_function_attr
Roland Scheidegger
2017-07-21
1
-3
/
+7
*
radv: Generate storage image descriptors unconditionally
Alex Smith
2017-07-22
1
-4
/
+1
*
swr/rast: quit using linux-specific gettid()
Tim Rowley
2017-07-21
2
-4
/
+3
*
radv: initial support for shared semaphores (v2)
Dave Airlie
2017-07-21
6
-71
/
+359
[next]