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
*
docs: add sha256 checksums for 17.0.0
Emil Velikov
2017-02-13
1
-1
/
+2
*
docs: Update 17.0.0 release notes
Emil Velikov
2017-02-13
1
-2
/
+211
*
st/xlib: remove always true ifdef GLX_EXTENSION guards
Emil Velikov
2017-02-13
1
-6
/
+0
*
xlib: remove always true ifdef GLX_EXTENSION guards
Emil Velikov
2017-02-13
2
-26
/
+0
*
glx: remove always true XDAMAGE_1_1_INTERFACE guard
Emil Velikov
2017-02-13
1
-4
/
+0
*
scons: check for libXdamage 1.1 or later
Emil Velikov
2017-02-13
1
-1
/
+1
*
configure.ac: check for libXdamage 1.1 or later
Emil Velikov
2017-02-13
1
-1
/
+2
*
glx: remove DRI2DriverPrimeShift compile guards
Emil Velikov
2017-02-13
1
-2
/
+0
*
vl: remove DRI2DriverPrimeShift compile guards
Emil Velikov
2017-02-13
1
-2
/
+0
*
scons: add missing dri2proto requirement
Emil Velikov
2017-02-13
1
-1
/
+1
*
configure.ac: dump dri2proto requirement to 2.8
Emil Velikov
2017-02-13
1
-1
/
+1
*
glx: remove always true ifdef guards
Emil Velikov
2017-02-13
1
-4
/
+0
*
winsys/intel: remove unused winsys - ilo was its only user
Emil Velikov
2017-02-13
5
-744
/
+0
*
configure.ac: do not use deprecated macros - AC_HELP_STRING AC_ERROR
Emil Velikov
2017-02-13
1
-2
/
+2
*
util/disk_cache: correctly use stat(3)
Timothy Arceri
2017-02-13
1
-4
/
+4
*
configure.ac: Drop LLVM compiler flags more radically
Michel Dänzer
2017-02-13
1
-21
/
+12
*
glsl: Drop resize-to-MaxPatchVertices hack.
Kenneth Graunke
2017-02-12
4
-43
/
+0
*
mesa: Ignore per-vertex array size in SSO pipeline validation.
Kenneth Graunke
2017-02-12
1
-42
/
+56
*
glsl: Update a comment about link errors for TCS && !TES.
Kenneth Graunke
2017-02-12
1
-1
/
+9
*
mesa: Do a draw time check for TES && !TCS in ES 3.x.
Kenneth Graunke
2017-02-12
1
-0
/
+14
*
mesa: Do (TCS && !TES) draw time validation in ES as well.
Kenneth Graunke
2017-02-12
1
-19
/
+26
*
i965/sampler_state: Set the "Base Mip Level" field on Sandy Bridge
Jason Ekstrand
2017-02-12
2
-1
/
+20
*
i965/sampler_state: Pass texObj into update_sampler_state
Jason Ekstrand
2017-02-12
1
-6
/
+4
*
i965/sampler_state: Clamp min/max LOD to 14 on gen7+
Jason Ekstrand
2017-02-12
1
-2
/
+5
*
st/mesa: don't pass compare mode for stencil-sampled textures
Ilia Mirkin
2017-02-12
1
-1
/
+1
*
nv50,nvc0: use alternate samplers for stencil
Ilia Mirkin
2017-02-12
1
-3
/
+3
*
radv: Fix radv_GetPhysicalDeviceQueueFamilyProperties2KHR.
Bas Nieuwenhuizen
2017-02-13
1
-9
/
+36
*
etnaviv: Set shader instruction area correctly for GC3000
Wladimir J. van der Laan
2017-02-12
1
-5
/
+21
*
etnaviv: Update hw header files
Wladimir J. van der Laan
2017-02-12
5
-48
/
+160
*
radv: reduce CPU overhead merging bo lists.
Dave Airlie
2017-02-12
1
-1
/
+11
*
nvc0: set the render condition in the compute object
Ilia Mirkin
2017-02-11
1
-2
/
+10
*
gm107/ir: fix address offset bitfield for ATOMS
Ilia Mirkin
2017-02-11
1
-1
/
+1
*
nv50/ir: convert an ATOM.EXCH without a destination into a store
Ilia Mirkin
2017-02-11
1
-0
/
+5
*
nvc0: fix 64-bit integer query buffer writes
Ilia Mirkin
2017-02-11
3
-20
/
+37
*
nv50/ir: return a register when retrieving thread id sysval
Ilia Mirkin
2017-02-11
1
-1
/
+1
*
nv50/ir: add missing break after DSSG
Ilia Mirkin
2017-02-11
1
-0
/
+1
*
etnaviv: shader-db traces
Christian Gmeiner
2017-02-11
4
-1
/
+47
*
etnaviv: keep track of emitted loops
Christian Gmeiner
2017-02-11
2
-0
/
+7
*
etnaviv: wire up core pipe_debug_callback
Christian Gmeiner
2017-02-11
2
-0
/
+15
*
glsl: non-last member unsized array on SSBO must fail compilation on GLSL ES 3.1
Jose Maria Casanova Crespo
2017-02-10
1
-4
/
+7
*
vc4: Enable glSampleMask() even when !rasterizer->multisample.
Eric Anholt
2017-02-10
1
-2
/
+1
*
vc4: Respect glSampleMask() even when we're not writing color.
Eric Anholt
2017-02-10
1
-3
/
+13
*
vc4: Use the nir_builder helper for loading sample mask.
Eric Anholt
2017-02-10
1
-10
/
+1
*
vc4: Use accurate 1/w in coordinate shader as well as vert shader.
Eric Anholt
2017-02-10
1
-1
/
+1
*
vc4: Drop VS inputs to 8.
Eric Anholt
2017-02-10
1
-4
/
+1
*
vc4: Avoid emitting small immediates for UBO indirect load address guards.
Eric Anholt
2017-02-10
5
-4
/
+20
*
util/disk_cache: use stat() to check if entry is a directory
Timothy Arceri
2017-02-10
1
-9
/
+24
*
st/nine: update configure options in the README
Emil Velikov
2017-02-10
1
-2
/
+1
*
configure.ac: supersede --enable-gallium-llvm over --enable-llvm
Emil Velikov
2017-02-10
4
-21
/
+33
*
configure.ac: remove dummy radeon_gallium_llvm_check()
Emil Velikov
2017-02-10
1
-9
/
+2
[next]