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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
winsys/radeon: use os_wait_until_zero in radeon_bo_set_tiling
Marek Olšák
2015-07-05
1
-3
/
+1
*
radeonsi: don't flush an empty IB if the only thing we need is a fence
Marek Olšák
2015-07-05
3
-3
/
+15
*
gallium/os: add conversion and wait functions for absolute timeouts
Marek Olšák
2015-07-05
2
-0
/
+67
*
gallium/os: add os_wait_until_zero (v2)
Marek Olšák
2015-07-05
2
-1
/
+48
*
gallium/radeon: mark the gpu load thread stop trigger as volatile
Marek Olšák
2015-07-05
1
-1
/
+1
*
st/mesa: if a fence isn't returned, assume it's signalled
Marek Olšák
2015-07-05
1
-1
/
+13
*
gallium: remove redundant pipe_context::fence_signalled
Marek Olšák
2015-07-05
13
-131
/
+0
*
gallium: use fence_finish instead of fence_signalled in state trackers
Marek Olšák
2015-07-05
5
-5
/
+5
*
gallium: handle fence_finish timeout in various drivers
Marek Olšák
2015-07-05
5
-0
/
+15
*
gallium/docs: remove out-of-date document about D3D11 features
Marek Olšák
2015-07-05
1
-462
/
+0
*
radeonsi: fix a hang with DrawTransformFeedback on 4 SE chips
Marek Olšák
2015-07-05
1
-0
/
+4
*
glsl: update types for unsized arrays of members
Timothy Arceri
2015-07-04
1
-2
/
+16
*
glsl: update assert to support arrays of arrays
Timothy Arceri
2015-07-04
1
-1
/
+2
*
glsl: allow precision qualifiers for AoA
Timothy Arceri
2015-07-04
1
-3
/
+1
*
nv50/ir: UCMP arguments are float, so make sure modifiers are applied
Ilia Mirkin
2015-07-03
1
-1
/
+2
*
glsl: add a missing call to _mesa_locale_init
Erik Faye-Lund
2015-07-03
2
-3
/
+3
*
winsys/radeon: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.
Mario Kleiner
2015-07-03
1
-3
/
+10
*
r600g: disable single-sample fast color clear due to hangs
Marek Olšák
2015-07-03
1
-1
/
+6
*
r600g,radeonsi: implement get_device_reset_status
Marek Olšák
2015-07-03
6
-4
/
+38
*
dri/common: allow BGRX sRGB visuals
Marek Olšák
2015-07-03
1
-0
/
+1
*
mesa: fix sRGB rendering for GLES1
Marek Olšák
2015-07-03
1
-6
/
+4
*
egl: sort extension lists alphabetically
Marek Olšák
2015-07-03
3
-54
/
+51
*
egl: implement EGL_KHR_gl_texture_3D_image
Anatoli Antonovitch
2015-07-03
1
-3
/
+17
*
freedreno/ir3: don't be confused by eliminated indirects
Rob Clark
2015-07-03
2
-0
/
+14
*
freedreno/ir3: sched fixes for addr register usage
Rob Clark
2015-07-03
1
-12
/
+65
*
freedreno/ir3: fix indirects tracking
Rob Clark
2015-07-03
5
-10
/
+23
*
gallium/ttn: mark location specially in nir for color0-writes-all
Ilia Mirkin
2015-07-03
3
-1
/
+16
*
nir/lower_phis_to_scalar: undef is trivially scalarizable
Rob Clark
2015-07-03
1
-0
/
+1
*
gallium/ttn: IN/OUT are only array if ArrayID != 0
Rob Clark
2015-07-03
1
-62
/
+81
*
tgsi: update docs for ArrayID usage
Rob Clark
2015-07-03
1
-0
/
+1
*
i965/fs: Don't disable SIMD16 when using the pixel interpolator
Neil Roberts
2015-07-03
1
-8
/
+3
*
nir: Don't allow copying SSA destinations
Jason Ekstrand
2015-07-02
1
-11
/
+11
*
mesa/prog: relative offsets into constbufs are not constant
Ilia Mirkin
2015-07-02
1
-0
/
+2
*
i965: allocate at least 1 BLEND_STATE element
Mike Stroyan
2015-07-02
1
-1
/
+1
*
mesa/st: Add checks for signed/unsigned integer conversions in ReadPixels
Iago Toral Quiroga
2015-07-02
1
-0
/
+28
*
nv50/ir: don't emit src2 in immediate form
Ilia Mirkin
2015-07-02
1
-2
/
+2
*
nvc0: tune PREFER_BLIT_BASED_TEXTURE_TRANSFER capability
Alexandre Courbot
2015-07-01
1
-1
/
+2
*
mesa: reset the source packing when creating temp transfer image
Ilia Mirkin
2015-07-01
1
-0
/
+1
*
nvc0: create screen fence objects with coherent attribute
Alexandre Courbot
2015-07-02
1
-2
/
+6
*
i965/gen9: use an unreserved surface alignment value
Nanley Chery
2015-07-01
1
-4
/
+4
*
i965/fs: Use the builder directly for the gen6 interpolation add(32)
Jason Ekstrand
2015-07-01
1
-6
/
+5
*
i965/fs: Relax fs_builder channel group assertion when force_writemask_all is...
Francisco Jerez
2015-07-01
3
-7
/
+7
*
nouveau: rename var name for nouveau_vieux to avoid conflict with nouveau
Ilia Mirkin
2015-07-01
1
-2
/
+2
*
glsl: create program resource list after LinkShader
Tapani Pälli
2015-07-01
2
-4
/
+2
*
glsl: expose build_program_resource_list function
Tapani Pälli
2015-07-01
2
-1
/
+5
*
glsl: build stageref mask using IR, not symbol table
Tapani Pälli
2015-07-01
1
-3
/
+11
*
ilo: remove ilo_image_params
Chia-I Wu
2015-07-01
1
-75
/
+47
*
ilo: add image_init_gen6_transfer_layout()
Chia-I Wu
2015-07-01
1
-75
/
+37
*
ilo: add image_set_gen6_bo_size()
Chia-I Wu
2015-07-01
3
-118
/
+89
*
ilo: add image_set_gen6_{hiz,mcs}
Chia-I Wu
2015-07-01
1
-49
/
+61
[next]