index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
vl: cleanup video buffer private when the decoder is destroyed
Christian König
2015-07-09
2
-0
/
+28
*
nv50: avoid segfault with enabled but unbound vertex attrib
Samuel Pitoiset
2015-07-08
1
-0
/
+5
*
nvc0: fix wrong use of BLIT_SRC_Y_INT for 2D texture copy
Samuel Pitoiset
2015-07-08
1
-1
/
+1
*
nir: Fix comment above nir_convert_from_ssa() prototype.
Kenneth Graunke
2015-07-08
1
-3
/
+3
*
egl/dri2: load libglapi.0.dylib on osx
Julien Isorce
2015-07-08
1
-0
/
+2
*
android: freedreno: add missing components to the build
Varad Gautam
2015-07-08
1
-1
/
+4
*
i965: Move pipecontrol workaround bo to brw_pipe_control
Chris Wilson
2015-07-08
6
-37
/
+64
*
loader: Look for any version of currently linked libudev.so
Chris Wilson
2015-07-08
1
-18
/
+28
*
i965: Query whether we have kernel support for the TIMESTAMP register once
Chris Wilson
2015-07-08
3
-5
/
+25
*
nvc0: turn sample counts off during blit
Ilia Mirkin
2015-07-07
1
-0
/
+7
*
mesa: use implementation specified MAX_VERTEX_ATTRIBS rather than hardcoded v...
Timothy Arceri
2015-07-08
1
-6
/
+2
*
i965/vs: Fix matNxM vertex attributes where M != 4.
Kenneth Graunke
2015-07-07
1
-4
/
+11
*
st/dri: don't set PIPE_BIND_SCANOUT for MSAA surfaces
Marek Olšák
2015-07-07
1
-1
/
+1
*
gallium/hud: display percentages with % suffix
Brian Paul
2015-07-07
1
-0
/
+3
*
gallium/hud: add PIPE_DRIVER_QUERY_TYPE_MICROSECONDS for HUD
Brian Paul
2015-07-07
2
-10
/
+26
*
gallium/hud: replace byte units flag with pipe_driver_query_type
Brian Paul
2015-07-07
3
-16
/
+18
*
gallium/os: minor whitespace fixes in os_time.h
Brian Paul
2015-07-07
1
-5
/
+6
*
i965/gen4-5: Enable 16-wide dispatch on shaders with control flow.
Francisco Jerez
2015-07-07
1
-7
/
+1
*
i965/gen4-5: Program the execution size correctly for DO/WHILE instructions.
Francisco Jerez
2015-07-07
1
-1
/
+1
*
i965/gen4-5: Set ENDIF dst and src0 fields to the null register.
Francisco Jerez
2015-07-07
1
-2
/
+2
*
radeonsi: Use param export count from si_llvm_export_vs in si_shader_vs
Michel Dänzer
2015-07-07
3
-22
/
+6
*
mesa: Convert some asserts into STATIC_ASSERT.
Matt Turner
2015-07-06
1
-7
/
+6
*
gallivm: fix lp_build_compare_ext
Roland Scheidegger
2015-07-06
2
-1
/
+4
*
mesa: Add a MUST_CHECK macro for __attribute__((warn_unused_result)).
Kenneth Graunke
2015-07-06
1
-0
/
+6
*
glsl: Make sure not to dereference NULL
Neil Roberts
2015-07-06
1
-1
/
+1
*
glsl: Add missing check for whether an expression is an add operation
Neil Roberts
2015-07-06
1
-1
/
+1
*
i965: Reserve more batch space to accomodate Gen6 perfmonitors.
Kenneth Graunke
2015-07-06
1
-2
/
+2
*
i965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRA
Neil Roberts
2015-07-06
4
-0
/
+9
*
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
[next]