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
...
*
mesa: expose ARB_tessellation_shader in the compatibility profile
Marek Olšák
2018-05-29
3
-3
/
+6
*
mesa: expose AMD_vertex_shader_layer in the compatibility profile
Marek Olšák
2018-05-29
2
-2
/
+3
*
mesa: expose ARB_gpu_shader5 in the compatibility profile
Marek Olšák
2018-05-29
2
-3
/
+5
*
st/mesa: use PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
Marek Olšák
2018-05-29
1
-10
/
+15
*
gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
Marek Olšák
2018-05-29
18
-0
/
+37
*
mesa: update fixed-func state constants for TCS, TES, GS
Marek Olšák
2018-05-29
1
-28
/
+36
*
mesa: print Compatibility Profile in the version string
Marek Olšák
2018-05-29
1
-1
/
+3
*
glsl: parse #version XXX compatibility
Marek Olšák
2018-05-29
1
-4
/
+8
*
st/mesa: fix assertion failures with GL_UNSIGNED_INT64_ARB (v2)
Marek Olšák
2018-05-29
1
-1
/
+2
*
mesa: handle GL_UNSIGNED_INT64_ARB properly (v2)
Marek Olšák
2018-05-29
2
-1
/
+3
*
mesa: add display list support for glPatchParameter{i,fv}()
Timothy Arceri
2018-05-30
1
-0
/
+78
*
glx/drisw: make the shm/non-shm loader extensions separately.
Dave Airlie
2018-05-30
1
-8
/
+24
*
drisw/glx: implement getImageShm
Marc-André Lureau
2018-05-30
1
-1
/
+30
*
drisw: use getImageShm() if available
Marc-André Lureau
2018-05-30
1
-1
/
+22
*
drisw: learn to query shmid handle type
Marc-André Lureau
2018-05-30
4
-3
/
+12
*
drisw/glx: use XShm if possible
Marc-André Lureau
2018-05-30
2
-24
/
+144
*
drisw: use shared memory when possible
Marc-André Lureau
2018-05-30
1
-12
/
+60
*
drisw: use putImageShm if available
Marc-André Lureau
2018-05-30
2
-8
/
+32
*
dri: add putImageShm and getImageShm to swrastLoader
Marc-André Lureau
2018-05-30
1
-1
/
+19
*
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
2018-05-30
30
-110
/
+110
*
gallium: move winsys handle to it's own file.
Marc-André Lureau
2018-05-30
2
-47
/
+59
*
intel/fs: Add explicit last_rt flag to fb writes orthogonal to eot.
Francisco Jerez
2018-05-29
4
-5
/
+5
*
intel/fs: Replace the CINTERP opcode with a simple MOV
Francisco Jerez
2018-05-29
5
-12
/
+3
*
intel/fs: Use the ATTR file for FS inputs
Francisco Jerez
2018-05-29
4
-22
/
+30
*
intel/fs: Rename a local variable so it doesn't shadow component()
Francisco Jerez
2018-05-29
1
-4
/
+4
*
intel/eu: Remove brw_codegen::compressed_stack.
Francisco Jerez
2018-05-29
1
-1
/
+0
*
intel/fs: Use groups for SIMD16 LINTERP on gen11+
Jason Ekstrand
2018-05-29
1
-4
/
+5
*
intel/fs: Assert that the gen4-6 plane restrictions are followed
Jason Ekstrand
2018-05-29
1
-2
/
+8
*
travis: Add clover llvm-6.0 build
Jan Vesely
2018-05-29
1
-0
/
+33
*
clover: Cleanup compat code for llvm < 3.9
Jan Vesely
2018-05-29
3
-121
/
+20
*
clover: Fix build after llvm r332881.
Jan Vesely
2018-05-29
2
-2
/
+12
*
i965: Only emit VF cache invalidations when the high bits changes
Chris Wilson
2018-05-29
1
-1
/
+1
*
vulkan: don't free uninitialised memory
Eric Engestrom
2018-05-29
1
-1
/
+1
*
dri: replace two-way switch case with a table lookup
Eric Engestrom
2018-05-29
1
-74
/
+84
*
dri: fix error value returned by driGLFormatToImageFormat()
Eric Engestrom
2018-05-29
3
-3
/
+3
*
egl/x11: fix build with DRI3 disabled
Eric Engestrom
2018-05-29
1
-0
/
+3
*
meson: require shared glapi when using DRI based libGL
Emil Velikov
2018-05-29
1
-2
/
+6
*
meson: remove unreachable with_glx == 'auto' check
Emil Velikov
2018-05-29
1
-5
/
+1
*
tegra: Treat resources with modifiers as scanout
Thierry Reding
2018-05-29
1
-1
/
+12
*
tegra: Fix scanout resources without modifiers
Thierry Reding
2018-05-29
1
-1
/
+18
*
tegra: Remove usage of non-stable UAPI
Thierry Reding
2018-05-29
1
-66
/
+3
*
docs: add favicon to the website
Eric Engestrom
2018-05-29
2
-0
/
+0
*
docs: add missing html closing tag
Eric Engestrom
2018-05-29
1
-2
/
+2
*
docs: add missing html tag
Eric Engestrom
2018-05-29
1
-0
/
+1
*
nir/print: fix printing of 8/16 bit constant variables
Karol Herbst
2018-05-29
1
-0
/
+31
*
nv50/ir: Extend ImmediateValue::applyLog2 to 64-bit integers
Pierre Moreau
2018-05-29
1
-1
/
+10
*
util/u_math: Implement a logbase2 function for unsigned long
Pierre Moreau
2018-05-29
2
-0
/
+66
*
docs: trivial typo fix
Eric Engestrom
2018-05-29
1
-1
/
+1
*
radv: emit shader descriptor pointers consecutively
Samuel Pitoiset
2018-05-29
1
-47
/
+57
*
radv: allow radv_emit_shader_pointer_head() to emit more pointers
Samuel Pitoiset
2018-05-29
1
-3
/
+5
[prev]
[next]