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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/miptree: Stop setting FOR_SCANOUT for renderbuffers
Jason Ekstrand
2017-07-22
1
-2
/
+1
*
i965/blorp: Do flushes around depth resolves
Jason Ekstrand
2017-07-22
1
-78
/
+72
*
i965/blorp: Use the renderbuffer format for clears
Jason Ekstrand
2017-07-22
1
-1
/
+9
*
anv: Predicate fast-clear resolves
Nanley Chery
2017-07-22
3
-16
/
+120
*
intel/blorp: Allow BLORP calls to be predicated
Nanley Chery
2017-07-22
2
-0
/
+6
*
anv/cmd_buffer: Skip some input attachment transitions
Nanley Chery
2017-07-22
1
-5
/
+26
*
anv: Stop resolving CCS implicitly
Nanley Chery
2017-07-22
3
-169
/
+5
*
anv: Transition more color buffer layouts
Nanley Chery
2017-07-22
2
-28
/
+169
*
anv/cmd_buffer: Warn about not enabling CCS_E
Nanley Chery
2017-07-22
1
-5
/
+7
*
anv/cmd_buffer: Move aux_usage assignment up
Nanley Chery
2017-07-22
1
-32
/
+30
*
anv/cmd_buffer: Always enable CCS_D in render passes
Nanley Chery
2017-07-22
2
-11
/
+20
*
anv/cmd_buffer: Disable CCS on gen7 color attachments upfront
Nanley Chery
2017-07-22
1
-11
/
+5
*
anv/cmd_buffer: Ensure fast-clear values are current
Nanley Chery
2017-07-22
1
-0
/
+114
*
anv/gpu_memcpy: Add a lighter-weight GPU memcpy function
Nanley Chery
2017-07-22
2
-0
/
+45
*
anv/cmd_buffer: Restrict fast clears in the GENERAL layout
Nanley Chery
2017-07-22
3
-0
/
+40
*
anv/cmd_buffer: Don't partially fast clear image layers
Nanley Chery
2017-07-22
1
-8
/
+23
*
anv/cmd_buffer: Initialize the clear values buffer
Nanley Chery
2017-07-22
1
-1
/
+78
*
anv/image: Append CCS/MCS with a fast-clear state buffer
Nanley Chery
2017-07-22
2
-0
/
+90
*
anv/image: Disable CCS if the image doesn't support rendering
Nanley Chery
2017-07-22
1
-0
/
+15
*
intel/isl: Add surface state clear value information
Nanley Chery
2017-07-22
2
-0
/
+13
*
anv: Transition MCS buffers from the undefined layout
Nanley Chery
2017-07-22
3
-18
/
+35
*
intel/isl: Tighten up restrictions for CCS on gen7
Jason Ekstrand
2017-07-22
1
-7
/
+23
*
i965/bufmgr: Add comments about GTT coherency issues.
Chris Wilson
2017-07-22
1
-0
/
+22
*
i965: Drop non-LLC lunacy in the program cache code.
Kenneth Graunke
2017-07-22
3
-70
/
+21
*
i965: Set MAP_PERSISTENT on program cache buffers.
Kenneth Graunke
2017-07-22
1
-4
/
+8
*
i965: Correctly set MAP_WRITE when creating the LLC program cache map.
Kenneth Graunke
2017-07-22
1
-1
/
+1
*
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
[prev]
[next]