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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/vbuf: avoid segfault when we get invalid glDrawRangeElements()
Brian Paul
2017-06-20
1
-1
/
+15
*
gallium/vbuf: add some const qualifiers
Brian Paul
2017-06-20
1
-12
/
+13
*
translate: whitespace fixes in translate_generic.c
Brian Paul
2017-06-20
1
-199
/
+206
*
softpipe: remove unused softpipe_context::line_stipple_counter
Brian Paul
2017-06-20
1
-2
/
+0
*
radeonsi: set correct usage flag according to image access type
Samuel Pitoiset
2017-06-20
1
-1
/
+3
*
winsys/amdgpu: fix a deadlock when waiting for submission_in_progress
Marek Olšák
2017-06-20
2
-16
/
+43
*
radeonsi: update all resident texture descriptors when needed
Samuel Pitoiset
2017-06-20
1
-57
/
+104
*
radeonsi: keep track of the sampler state for texture handles
Samuel Pitoiset
2017-06-20
2
-0
/
+2
*
i965: perf: use gen_device_info rather then brw_context
Lionel Landwerlin
2017-06-19
1
-3
/
+4
*
intel: common: add number of thread per eu
Lionel Landwerlin
2017-06-19
2
-2
/
+28
*
intel: common: express timestamps units in frequency
Lionel Landwerlin
2017-06-19
4
-13
/
+15
*
i965: convert MI_REPORT_PERF_COUNT to genxml
Lionel Landwerlin
2017-06-19
3
-28
/
+34
*
i965: perf: fix codegen with single operand equation
Lionel Landwerlin
2017-06-19
1
-1
/
+3
*
intel: common: add flag to identify platforms by name
Lionel Landwerlin
2017-06-19
2
-6
/
+24
*
i965/wm: Use stored hiz surface instead of creating copy
Topi Pohjolainen
2017-06-19
3
-86
/
+2
*
i965/blorp: Use hiz surface instead of creating copy
Topi Pohjolainen
2017-06-19
1
-14
/
+10
*
i965/miptree/gen7+: Use isl for hiz layouts
Topi Pohjolainen
2017-06-19
7
-245
/
+33
*
i965/miptree: Drop BO_ALLOC_FOR_RENDER in intel_miptree_alloc_mcs()
Topi Pohjolainen
2017-06-19
1
-1
/
+6
*
i965/miptree: Use isl for mcs layouts
Topi Pohjolainen
2017-06-19
3
-88
/
+21
*
i965/miptree: Refactor aux surface allocation
Topi Pohjolainen
2017-06-19
1
-18
/
+36
*
i965/gen6: Use isl for hiz
Topi Pohjolainen
2017-06-19
4
-40
/
+27
*
i965/miptree: Refactor isl aux usage resolver
Topi Pohjolainen
2017-06-19
4
-22
/
+41
*
i965/gen6: Use isl for stencil surfaces
Topi Pohjolainen
2017-06-19
2
-19
/
+19
*
i965/miptree: Prepare range getter for isl based
Topi Pohjolainen
2017-06-19
1
-1
/
+8
*
i965/miptree: Prepare stencil mapping for isl based
Topi Pohjolainen
2017-06-19
1
-4
/
+28
*
i965/blorp: Prepare for isl based miptrees
Topi Pohjolainen
2017-06-19
1
-2
/
+7
*
i965: Add isl based miptree creator
Topi Pohjolainen
2017-06-19
1
-0
/
+72
*
i965/miptree: Add option to resolve offsets using isl_surf
Topi Pohjolainen
2017-06-19
1
-0
/
+19
*
i965: Prepare slice copy for isl based miptrees
Topi Pohjolainen
2017-06-19
1
-6
/
+22
*
i965/tex: Prepare image update for isl based miptrees
Topi Pohjolainen
2017-06-19
1
-3
/
+16
*
i965: Prepare framebuffer validator for isl based miptrees
Topi Pohjolainen
2017-06-19
1
-3
/
+30
*
i965: Prepare slice validator for isl based miptrees
Topi Pohjolainen
2017-06-19
2
-11
/
+23
*
i965: Prepare image validation for isl based miptrees
Topi Pohjolainen
2017-06-19
1
-0
/
+15
*
i965: Prepare up/downsampling for isl based miptrees
Topi Pohjolainen
2017-06-19
1
-8
/
+38
*
i965/miptree: Add isl surface
Topi Pohjolainen
2017-06-19
1
-0
/
+2
*
i965: Add helper for converting isl tiling to bufmgr tiling
Topi Pohjolainen
2017-06-19
1
-0
/
+13
*
i965/miptree: Refactor mapping table alloc
Topi Pohjolainen
2017-06-19
1
-2
/
+28
*
i965/gen6: Declare minify(depth, level) layers for 3D stencil
Topi Pohjolainen
2017-06-19
1
-1
/
+3
*
i965/gen4: Add support for single layer in alignment workaround
Topi Pohjolainen
2017-06-19
7
-11
/
+99
*
i965/miptree: Separate src and dst slice specifiers in slice copy
Topi Pohjolainen
2017-06-19
1
-25
/
+35
*
i965/miptree: Clarify face/level/layer in slice copy
Topi Pohjolainen
2017-06-19
1
-19
/
+20
*
anv: Fix L3 cache programming on Bay Trail
Jonas Kulla
2017-06-19
1
-1
/
+1
*
radeonsi: fix dumping shader descriptors into ddebug logs
Marek Olšák
2017-06-19
1
-35
/
+41
*
radeonsi: add a workaround for inexact SNORM8 blitting again
Marek Olšák
2017-06-19
1
-0
/
+37
*
radeonsi/gfx9: fix TC-compatible stencil compression
Marek Olšák
2017-06-19
2
-2
/
+8
*
radeonsi/gfx9: fix TXF_LZ with 1D textures
Marek Olšák
2017-06-19
1
-1
/
+2
*
radeonsi/gfx9: disable sparse buffers
Marek Olšák
2017-06-19
1
-0
/
+3
*
ac/sid.h: don't use parentheses in PKT3_RELEASE_MEM definition
Marek Olšák
2017-06-19
1
-1
/
+1
*
ac: parse EVENT_WRITE_EOP, RELEASE_MEM, WAIT_REG_MEM, NOWHERE
Marek Olšák
2017-06-19
2
-0
/
+47
*
st/mesa: simplify returning GL_VENDOR
Marek Olšák
2017-06-19
2
-5
/
+1
[next]