index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-21
mesa: add stencil_func() helper
Samuel Pitoiset
2
-12
/
+20
2017-06-21
mesa: add KHR_no_error support for glStencilOpSeparate()
Samuel Pitoiset
2
-0
/
+12
2017-06-21
mesa: add stencil_op_separate() helper
Samuel Pitoiset
1
-24
/
+37
2017-06-21
mesa: add KHR_no_error support for glStencilMaskSeparate()
Samuel Pitoiset
2
-0
/
+11
2017-06-21
mesa: add stencil_mask_separate() helper
Samuel Pitoiset
1
-11
/
+20
2017-06-21
mesa: add KHR_no_error support for glStencilFuncSeparate()
Samuel Pitoiset
2
-0
/
+13
2017-06-21
mesa: add stencil_func_separate() helper
Samuel Pitoiset
1
-17
/
+28
2017-06-21
st/mesa: fix assert to be simpler
Dave Airlie
1
-4
/
+1
2017-06-20
intel: compiler/i965: fix is_broxton checks
Lionel Landwerlin
1
-1
/
+1
2017-06-20
mesa/main: Move NULL pointer check.
Plamena Manolova
1
-6
/
+6
2017-06-20
i965: Fall back to normal blorp clear instead of meta clear
Ian Romanick
3
-34
/
+30
2017-06-20
meta/blit: Silence unused parameter warning
Ian Romanick
1
-2
/
+2
2017-06-20
meta: Silence unused parameter warning
Ian Romanick
1
-2
/
+2
2017-06-20
i965: Fix incorrect comment
Ian Romanick
1
-1
/
+1
2017-06-20
mesa: simplify _mesa_IsVertexArray()
Samuel Pitoiset
1
-6
/
+1
2017-06-20
mesa/format_info: use designated initialiser list
Eric Engestrom
1
-17
/
+20
2017-06-19
i965: perf: use gen_device_info rather then brw_context
Lionel Landwerlin
1
-3
/
+4
2017-06-19
intel: common: express timestamps units in frequency
Lionel Landwerlin
1
-1
/
+1
2017-06-19
i965: convert MI_REPORT_PERF_COUNT to genxml
Lionel Landwerlin
3
-28
/
+34
2017-06-19
i965: perf: fix codegen with single operand equation
Lionel Landwerlin
1
-1
/
+3
2017-06-19
i965/wm: Use stored hiz surface instead of creating copy
Topi Pohjolainen
3
-86
/
+2
2017-06-19
i965/blorp: Use hiz surface instead of creating copy
Topi Pohjolainen
1
-14
/
+10
2017-06-19
i965/miptree/gen7+: Use isl for hiz layouts
Topi Pohjolainen
7
-245
/
+33
2017-06-19
i965/miptree: Drop BO_ALLOC_FOR_RENDER in intel_miptree_alloc_mcs()
Topi Pohjolainen
1
-1
/
+6
2017-06-19
i965/miptree: Use isl for mcs layouts
Topi Pohjolainen
3
-88
/
+21
2017-06-19
i965/miptree: Refactor aux surface allocation
Topi Pohjolainen
1
-18
/
+36
2017-06-19
i965/gen6: Use isl for hiz
Topi Pohjolainen
4
-40
/
+27
2017-06-19
i965/miptree: Refactor isl aux usage resolver
Topi Pohjolainen
4
-22
/
+41
2017-06-19
i965/gen6: Use isl for stencil surfaces
Topi Pohjolainen
2
-19
/
+19
2017-06-19
i965/miptree: Prepare range getter for isl based
Topi Pohjolainen
1
-1
/
+8
2017-06-19
i965/miptree: Prepare stencil mapping for isl based
Topi Pohjolainen
1
-4
/
+28
2017-06-19
i965/blorp: Prepare for isl based miptrees
Topi Pohjolainen
1
-2
/
+7
2017-06-19
i965: Add isl based miptree creator
Topi Pohjolainen
1
-0
/
+72
2017-06-19
i965/miptree: Add option to resolve offsets using isl_surf
Topi Pohjolainen
1
-0
/
+19
2017-06-19
i965: Prepare slice copy for isl based miptrees
Topi Pohjolainen
1
-6
/
+22
2017-06-19
i965/tex: Prepare image update for isl based miptrees
Topi Pohjolainen
1
-3
/
+16
2017-06-19
i965: Prepare framebuffer validator for isl based miptrees
Topi Pohjolainen
1
-3
/
+30
2017-06-19
i965: Prepare slice validator for isl based miptrees
Topi Pohjolainen
2
-11
/
+23
2017-06-19
i965: Prepare image validation for isl based miptrees
Topi Pohjolainen
1
-0
/
+15
2017-06-19
i965: Prepare up/downsampling for isl based miptrees
Topi Pohjolainen
1
-8
/
+38
2017-06-19
i965/miptree: Add isl surface
Topi Pohjolainen
1
-0
/
+2
2017-06-19
i965: Add helper for converting isl tiling to bufmgr tiling
Topi Pohjolainen
1
-0
/
+13
2017-06-19
i965/miptree: Refactor mapping table alloc
Topi Pohjolainen
1
-2
/
+28
2017-06-19
i965/gen6: Declare minify(depth, level) layers for 3D stencil
Topi Pohjolainen
1
-1
/
+3
2017-06-19
i965/gen4: Add support for single layer in alignment workaround
Topi Pohjolainen
7
-11
/
+99
2017-06-19
i965/miptree: Separate src and dst slice specifiers in slice copy
Topi Pohjolainen
1
-25
/
+35
2017-06-19
i965/miptree: Clarify face/level/layer in slice copy
Topi Pohjolainen
1
-19
/
+20
2017-06-19
st/mesa: simplify returning GL_VENDOR
Marek Olšák
2
-5
/
+1
2017-06-19
st/mesa: remove the "Gallium 0.4 on" prefix from GL_RENDERER
Marek Olšák
2
-8
/
+1
2017-06-19
st/mesa: don't update MSAA states for GL_FRAMEBUFFER_SRGB
Marek Olšák
1
-1
/
+1
[next]