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
*
i965/vec4: Move c->last_scratch into vec4_visitor.
Kenneth Graunke
2015-07-09
8
-22
/
+15
*
i965/vec4: Move total_scratch calculation into the visitor.
Kenneth Graunke
2015-07-09
3
-10
/
+7
*
i965/vec4: Move perf_debug about register spilling into the visitor.
Kenneth Graunke
2015-07-09
3
-11
/
+13
*
i965/vec4: Plumb log_data through so the backend_shader field gets set.
Kenneth Graunke
2015-07-09
8
-8
/
+18
*
i965: Switch on shader stage in nir_setup_outputs().
Kenneth Graunke
2015-07-09
1
-26
/
+33
*
tgsi: whitespace fixes in tgsi_parse.c
Brian Paul
2015-07-09
1
-13
/
+13
*
gallium: fix comment typo in p_shader_tokens.h
Brian Paul
2015-07-09
1
-1
/
+1
*
gallium/docs: s/treaded/treated/ typo in tgsi.rst
Brian Paul
2015-07-09
1
-1
/
+1
*
util: Don't link to SHA1 library if shader-cache is disabled.
Matt Turner
2015-07-09
1
-1
/
+1
*
i965: Set brw->batch.emit only #ifdef DEBUG.
Matt Turner
2015-07-09
2
-1
/
+3
*
i965/hsw: Implement end of batch workaround
Ben Widawsky
2015-07-09
2
-2
/
+29
*
st/vdpau: fix mixer size checks
Christian König
2015-07-09
1
-11
/
+11
*
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
*
egl: use unix defines on osx with clang
Julien Isorce
2015-07-08
1
-2
/
+2
*
darwin: Suppress type conversion warnings for GLhandleARB
Julien Isorce
2015-07-08
2
-1
/
+6
*
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
2
-0
/
+7
*
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
[next]