index
:
~nchery/mesa
arc/before-no-retiling
arc/inspect-aux
arc/srgb-cnl-indirect-only
jenkins
jenkins_custom
jenkins_g965
jenkins_vulkan
master
sent/fix/astc-wa
sent/fix/compressed-mipmaps
sent/fix/gen78clear
sent/misc-compressed
test-etc2
wip/fix/compressed-mips
wip/fix/etc-cubemap
wip/fix/hiz-bugs
wip/fix/icl
wip/fix/pc-sync
wip/fix/same-tiling
wip/fix/stop-retiling
wip/perf/blit-maps
wip/perf/compressed-tiled-memcpy
wip/refactor/aux-func
wip/refactor/bufmgr
wip/refactor/ccs
wip/refactor/misc
wip/refactor/new-tile-memcpy-multilevel
wip/refactor/non-recursive-mt
wip/refactor/packet-emission
Mesa
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-06
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
51
-58
/
+100
2018-09-06
anv/pipeline: Only consider double elements which actually exist
Jason Ekstrand
1
-1
/
+2
2018-09-06
nir: Drop the vs_inputs_dual_locations option
Jason Ekstrand
8
-58
/
+23
2018-09-06
radeonsi/nir: Set vs_inputs_dual_locations and let NIR do the remap
Jason Ekstrand
3
-29
/
+22
2018-09-06
compiler: Move double_inputs to gl_program::DualSlotInputs
Jason Ekstrand
14
-65
/
+83
2018-09-06
gallium: add PIPE_CAP_RASTERIZER_SUBPIXEL_BITS
Marek Olšák
6
-0
/
+9
2018-09-06
meson: disable asserts by default on release builds
Eric Engestrom
2
-5
/
+4
2018-09-06
mesa/util: add missing va_end() after va_copy()
Andrii Simiklit
1
-0
/
+1
2018-09-06
mesa/util: don't ignore NULL returned from 'malloc'
Andrii Simiklit
1
-1
/
+1
2018-09-06
mesa/util: don't use the same 'va_list' instance twice
Andrii Simiklit
1
-1
/
+1
2018-09-06
apple/glx/log: added missing va_end() after va_copy()
Andrii Simiklit
1
-0
/
+1
2018-09-06
meson: drop unnecessary llvm version hacks
Eric Engestrom
1
-9
/
+0
2018-09-06
mesa: add missing return statement for GL_RG_SNORM case
Danylo Piliaiev
1
-1
/
+1
2018-09-06
meson: consolidate langs lists
Eric Engestrom
1
-3
/
+9
2018-09-06
intel/compiler: remove unused get_image_base_type()
Eric Engestrom
1
-19
/
+0
2018-09-06
tnl: Fix green gun regression in xonotic.
Mathias Fröhlich
1
-1
/
+1
2018-09-06
Revert "i965/tools: 32bit compilation with meson"
Lionel Landwerlin
1
-1
/
+1
2018-09-06
i965/tools: 32bit compilation with meson
Sergii Romantsov
1
-1
/
+1
2018-09-06
glsl: fixer lexer for unreachable defines
Timothy Arceri
2
-23
/
+38
2018-09-05
freedreno/ir3: insert mov if same instruction in the outputs.
Hyunjun Ko
1
-0
/
+14
2018-09-05
freedreno/ir3: make immediates array dynamic
Hyunjun Ko
3
-1
/
+11
2018-09-05
freedreno: allocate ctx's batch on demand
Rob Clark
4
-15
/
+25
2018-09-05
freedreno: add fd_context_batch() accessor
Rob Clark
8
-10
/
+21
2018-09-05
freedreno/a6xx: fix mem2gmem for zsbuf
Rob Clark
1
-1
/
+4
2018-09-05
freedreno/batch: fix crash in !reorder case
Rob Clark
1
-2
/
+8
2018-09-05
freedreno/ir3: better compile_error() printing
Rob Clark
1
-2
/
+16
2018-09-05
freedreno/a6xx: bordercolor fixes
Rob Clark
1
-4
/
+25
2018-09-05
freedreno: fix context teardown harder
Rob Clark
4
-8
/
+8
2018-09-05
freedreno/ir3: ignore unused inputs
Rob Clark
1
-1
/
+29
2018-09-05
freedreno/a6xx: fix debug build crash
Rob Clark
1
-0
/
+7
2018-09-05
meson: Print a message about why a libdrm version was selected
Dylan Baker
1
-0
/
+5
2018-09-05
svga: rename face to layer_face
Charmaine Lee
1
-22
/
+25
2018-09-05
svga: encode sample count in resource declarations
Brian Paul
4
-0
/
+6
2018-09-05
svga: sync with upstream changes to surface flags
Charmaine Lee
9
-14
/
+19
2018-09-05
svga: avoid try_blit() for some depth formats on non vgpu10.
Neha Bhende
1
-0
/
+13
2018-09-05
svga: convert dst format to linear when blending is enabled.
Neha Bhende
1
-1
/
+3
2018-09-05
winsys/svga: Avoid cap2 code path for now
Neha Bhende
1
-13
/
+5
2018-09-05
svga: start using SVGA3dCmdIntraSurfaceCopy command for svga_blit.
Neha Bhende
1
-0
/
+112
2018-09-05
svga/winsys: Add cap2 support in winsys
Neha Bhende
4
-2
/
+38
2018-09-05
svga: Add SVGA3dCmdIntraSurfaceCopy command support in OpenGL driver
Neha Bhende
3
-0
/
+49
2018-09-05
svga: update device header files from upstream
Brian Paul
15
-196
/
+569
2018-09-05
winsys/drm: Fix assert when try to accumulate an invalid fd
Charmaine Lee
1
-2
/
+7
2018-09-05
loader: Drop unused argument from dri3_update_drawable().
Eric Anholt
1
-4
/
+3
2018-09-05
i965/fs: include multisamplers on image_intrinsic_coord_components
Alejandro Piñeiro
1
-0
/
+2
2018-09-05
i965: move brw_nir_lower_gl_images call
Alejandro Piñeiro
2
-1
/
+10
2018-09-05
intel/compiler: rename brw_nir_lower_glsl_images
Alejandro Piñeiro
3
-5
/
+5
2018-09-05
intel/compiler: remove unused variable num_images
Alejandro Piñeiro
1
-2
/
+0
2018-09-05
winsys/virgl/vtest: Correct off-by-one error in resource allocation
Gert Wollny
1
-4
/
+9
2018-09-05
winsys/virgl: Initialize value to silence valgrind
Gert Wollny
1
-1
/
+1
2018-09-05
winsys/virgl: correct resource and handle allocation (v2)
Gert Wollny
1
-5
/
+18
[next]