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
Commit message (
Expand
)
Author
Age
Files
Lines
*
broadcom/vc4: Simplify the relocation handling for index buffers.
Eric Anholt
2017-12-01
2
-17
/
+17
*
broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex count.
Eric Anholt
2017-12-01
1
-16
/
+27
*
broadcom/vc4: Fix the scaling factor for the GFXH-515 workaround.
Eric Anholt
2017-12-01
1
-1
/
+1
*
meson: use dep_thread instead of dependency('threads') in freedreno
Dylan Baker
2017-12-01
1
-1
/
+1
*
meson: Add lmsensors support
Dylan Baker
2017-12-01
7
-4
/
+25
*
meson: Add support for gallium extra hud
Dylan Baker
2017-12-01
2
-0
/
+10
*
glx: Prepare driFetchDrawable for no-config contexts
Adam Jackson
2017-12-01
3
-8
/
+30
*
glx: Use __glXSendError instead of open-coding it
Adam Jackson
2017-12-01
2
-26
/
+4
*
glx: Simplify some dummy vtable interactions
Adam Jackson
2017-12-01
1
-5
/
+5
*
docs/release-calendar: update and extend
Emil Velikov
2017-12-01
1
-16
/
+15
*
docs/specs: annotate MESA_set_3dfx_mode as obsolete
Emil Velikov
2017-12-01
2
-2
/
+2
*
xlib: remove dummy GLX_MESA_set_3dfx_mode implementation
Emil Velikov
2017-12-01
6
-66
/
+1
*
docs/specs: annotate MESA_agp_offset as obsolete
Emil Velikov
2017-12-01
2
-3
/
+2
*
xlib: remove empty GLX_MESA_agp_offset stubs
Emil Velikov
2017-12-01
3
-23
/
+0
*
xlib: remove empty GLX_NV_vertex_array_range stubs
Emil Velikov
2017-12-01
3
-68
/
+0
*
i965/gen10: Change the order of PIPE_CONTROL and load register.
Rafael Antognolli
2017-12-01
1
-3
/
+3
*
intel/compiler: Implement WaClearTDRRegBeforeEOTForNonPS.
Rafael Antognolli
2017-12-01
2
-0
/
+19
*
i965/gen10: emit 3DSTATE_MULTISAMPLE more often.
Rafael Antognolli
2017-12-01
1
-1
/
+2
*
meson: install khrplatform header for EGL as well as GLES
Dylan Baker
2017-12-01
1
-1
/
+1
*
meson: install dri internal header
Dylan Baker
2017-12-01
1
-0
/
+4
*
i965: Disable regular fast-clears (CCS_D) on gen9+
Jason Ekstrand
2017-12-01
2
-25
/
+43
*
egl/x11: Remove unneeded free() on always null string
Vadym Shovkoplias
2017-12-01
1
-1
/
+0
*
gallium/hud: use #ifdef to test for macro existence
Eric Engestrom
2017-12-01
6
-11
/
+11
*
amd: remove always-true BRAHMA_BUILD define
Eric Engestrom
2017-12-01
5
-21
/
+5
*
glx/dri3: Remove unused deviceName variable
Vadym Shovkoplias
2017-12-01
1
-4
/
+1
*
swr/scons: Fix intermittent build failure
George Kyriazis
2017-12-01
1
-0
/
+1
*
radv: only reset command buffers when the allocation fails
Samuel Pitoiset
2017-12-01
1
-4
/
+14
*
radv: do not dump meta shaders with RADV_DEBUG=shaders
Samuel Pitoiset
2017-12-01
3
-5
/
+12
*
r600: add ARB_shader_storage_buffer_object support (v3)
Dave Airlie
2017-12-01
8
-24
/
+372
*
r600/cayman: looks like cmpxchg moved to Z
Dave Airlie
2017-12-01
1
-2
/
+5
*
r600/shader: fix 64->32 conversions
Dave Airlie
2017-12-01
1
-35
/
+54
*
radv: do not allocate CMASK or DCC for small surfaces
Samuel Pitoiset
2017-11-30
1
-0
/
+10
*
radv: do not set DISABLE_LSB_CEIL on GFX9
Samuel Pitoiset
2017-11-30
1
-1
/
+1
*
radv: remove set but unnecessary radv_color_buffer_info::micro_tile_mode
Samuel Pitoiset
2017-11-30
2
-2
/
+0
*
radv: do not store gfx9_epitch in radv_color_buffer_info
Samuel Pitoiset
2017-11-30
3
-7
/
+4
*
meson: fix glxext.h install
Dylan Baker
2017-11-30
1
-1
/
+1
*
meson: fix GLES3/gl31.h install
Dylan Baker
2017-11-30
1
-1
/
+1
*
ac/surface: always compute DCC info when DCC is possible on GFX9
Marek Olšák
2017-11-30
1
-1
/
+0
*
radeonsi/gfx9: fix importing shared textures with DCC
Marek Olšák
2017-11-30
1
-1
/
+1
*
meson: fix deps and underlinkage of libGL
Jon Turney
2017-11-30
2
-2
/
+5
*
meson: build src/glx/windows
Jon Turney
2017-11-30
2
-10
/
+83
*
meson: don't require dri2proto for darwin or windows
Jon Turney
2017-11-30
1
-1
/
+3
*
meson: set _GNU_SOURCE on cygwin
Jon Turney
2017-11-30
1
-1
/
+1
*
meson: set windows glx defines
Jon Turney
2017-11-30
1
-0
/
+2
*
meson: fix generated source inclusion on macOS and Windows
Dylan Baker
2017-11-30
1
-1
/
+1
*
intel/blorp: Fix possible NULL pointer dereferencing
Vadym Shovkoplias
2017-11-30
1
-2
/
+2
*
mesa: add AllowGLSLCrossStageInterpolationMismatch workaround
Tapani Pälli
2017-11-30
10
-18
/
+60
*
anv: Check if memfd_create is already defined.
Vinson Lee
2017-11-30
4
-1
/
+6
*
i965/vec4: use a temp register to compute offsets for pull loads
Iago Toral Quiroga
2017-11-30
1
-1
/
+3
*
etnaviv: GC7000: Factor out state based texture functionality
Wladimir J. van der Laan
2017-11-30
8
-308
/
+454
[next]