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
/
gallium
/
drivers
/
llvmpipe
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: fix using non-zero layer in non-array view from array resource
Roland Scheidegger
2015-10-24
2
-8
/
+8
*
gallium: add PIPE_CAP_SHAREABLE_SHADERS
Marek Olšák
2015-10-20
1
-0
/
+1
*
gallium: add per-sample interpolation control into rasterizer statOAe
Marek Olšák
2015-10-03
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported
Ilia Mirkin
2015-09-13
1
-0
/
+1
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
2
-2
/
+4
*
gallium: add an interface for EXT_depth_bounds_test
Marek Olšák
2015-08-14
1
-0
/
+1
*
gallium: add support for GLES texture float extensions (v3)
Marek Olšák
2015-08-14
1
-0
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
17
-58
/
+58
*
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
2015-07-16
1
-0
/
+1
*
gallium: remove redundant pipe_context::fence_signalled
Marek Olšák
2015-07-05
1
-13
/
+0
*
gallium: handle fence_finish timeout in various drivers
Marek Olšák
2015-07-05
1
-0
/
+3
*
llvmpipe: Truncate the binned constants to max const buffer size.
Jose Fonseca
2015-06-19
1
-1
/
+4
*
llvmpipe: simplify lp_resource_copy()
Brian Paul
2015-06-10
1
-59
/
+2
*
llvmpipe: Implement stencil export
Roland Scheidegger
2015-06-04
4
-15
/
+21
*
llvmpipe: (trivial) add parantheses in (!x == y) expression
Roland Scheidegger
2015-05-25
1
-1
/
+1
*
gallium/drivers: Add extern "C" wrappers to public entry
Alexander von Gluck IV
2015-05-15
1
-0
/
+8
*
llvmpipe: enable ARB_texture_view
Roland Scheidegger
2015-05-13
3
-9
/
+44
*
gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Marek Olšák
2015-05-12
1
-0
/
+1
*
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
2015-05-06
1
-1
/
+2
*
Fix a few typos
Zoë Blade
2015-04-27
2
-2
/
+2
*
gallivm: don't use control flow when doing indirect constant buffer lookups
Roland Scheidegger
2015-04-09
1
-2
/
+4
*
llvmpipe: enable ARB_texture_gather
Roland Scheidegger
2015-03-31
1
-2
/
+3
*
gallivm: simplify sampler interface
Roland Scheidegger
2015-03-31
1
-26
/
+7
*
llvmpipe: simplify address calculation for 4x4 blocks
Roland Scheidegger
2015-03-28
4
-76
/
+35
*
gallivm: pass jit_context pointer through to sampling
Roland Scheidegger
2015-03-27
3
-18
/
+19
*
gallium: implement get_device_vendor() for existing drivers
Giuseppe Bilotta
2015-03-23
1
-0
/
+1
*
llvmpipe: use global llvm context for PIPE_SUBSYSTEM_EMBEDDED
Roland Scheidegger
2015-03-21
1
-0
/
+11
*
scons: Use -Werror MSVC compatibility flags per-directory.
Jose Fonseca
2015-03-04
1
-0
/
+2
*
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
2015-03-03
1
-2
/
+4
*
Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...
Kenneth Graunke
2015-02-27
1
-4
/
+2
*
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
2015-02-27
1
-2
/
+4
*
llvmpipe,softpipe: only support ETC1, not the upcoming ETC2
Ilia Mirkin
2015-02-18
1
-0
/
+4
*
gallium: add interface and state tracker support for GL_AMD_pinned_memory
Marek Olšák
2015-02-17
1
-0
/
+1
*
os,llvmpipe: Set rasterizer thread names on Linux.
Jose Fonseca
2015-02-13
1
-1
/
+7
*
gallium: Add MULTISAMPLE_Z_RESOLVE cap
Axel Davy
2015-02-06
1
-0
/
+2
*
llvmpipe: Trivially advertise PIPE_CAP_BUFFER_MAP_PERSISTENT_COHERENT.
Jose Fonseca
2015-02-05
1
-1
/
+2
*
gallium: add a cap to determine whether the driver supports offset_clamp
Ilia Mirkin
2015-02-02
1
-0
/
+2
*
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
5
-5
/
+5
*
gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEX
Roland Scheidegger
2014-12-16
1
-0
/
+2
*
draw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
Marek Olšák
2014-12-09
1
-0
/
+2
*
llvmpipe: decrease MAX_SCENES from 2 to 1
Roland Scheidegger
2014-12-06
2
-1
/
+13
*
draw,gallivm,llvmpipe: Avoid implicit casts of 32-bit shifts to 64-bits.
José Fonseca
2014-11-26
2
-6
/
+6
*
llvmpipe: (trivial) remove redundant util_cpu_detect() call in lp_test_main
Roland Scheidegger
2014-11-25
1
-2
/
+0
*
llvmpipe: fix lp_test_arit denorm handling
Roland Scheidegger
2014-11-25
1
-1
/
+37
*
llvmpipe: enable PIPE_CAP_TGSI_VS_LAYER_VIEWPORT
Roland Scheidegger
2014-11-19
1
-0
/
+1
*
gallivm: fix alignment issue for vertex data fetch
Roland Scheidegger
2014-11-18
1
-1
/
+2
*
llvmpipe: Call pipe_thread_wait() on Linux.
José Fonseca
2014-11-13
1
-0
/
+6
*
llvmpipe: Avoid deadlock when unloading opengl32.dll
José Fonseca
2014-11-07
1
-2
/
+6
*
llvmpipe: Ensure the packed input of the lp_test_format is aligned.
José Fonseca
2014-10-24
1
-2
/
+10
*
llvmpipe: Flush stdout on lp_test_* unit tests.
José Fonseca
2014-10-24
2
-0
/
+3
[next]