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
/
gallium
/
drivers
/
llvmpipe
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
llvmpipe: add sse code for fixed position calculation
Roland Scheidegger
2016-01-13
1
-8
/
+50
*
gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
Ilia Mirkin
2016-01-08
1
-0
/
+1
*
gallium: add caps for POSITION and FACE system values
Marek Olšák
2016-01-08
1
-0
/
+2
*
gallium: add caps to expose support for multi indirect draws
Ilia Mirkin
2016-01-07
1
-0
/
+2
*
llvmpipe: do 64bit plane calculations in the sse path
Roland Scheidegger
2016-01-08
2
-50
/
+70
*
llvmpipe: don't store eo as 64bit int
Roland Scheidegger
2016-01-08
4
-11
/
+16
*
llvmpipe: use aligned data for the assembly program in setup
Roland Scheidegger
2016-01-08
1
-17
/
+21
*
llvmpipe: use ints not unsigned for slots
Roland Scheidegger
2016-01-07
6
-67
/
+73
*
draw: nuke the interp parameter from vertex_info
Roland Scheidegger
2016-01-07
1
-13
/
+12
*
llvmpipe: scratch some special handling of vp_index/layer
Roland Scheidegger
2016-01-07
4
-38
/
+7
*
gallium/drivers: Remove unnecessary semicolons
Edward O'Callaghan
2016-01-06
2
-2
/
+2
*
llvmpipe: Optimize lp_rast_triangle_32_3_16 for POWER8
Oded Gabbay
2016-01-06
1
-1
/
+141
*
llvmpipe: Optimize BUILD_MASK(_LINEAR) for POWER8
Oded Gabbay
2016-01-06
1
-40
/
+110
*
llvmpipe: Optimize do_triangle_ccw for POWER8
Oded Gabbay
2016-01-06
1
-0
/
+100
*
gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H support
Ilia Mirkin
2016-01-03
1
-0
/
+1
*
gallium: add PIPE_CAP_DRAW_PARAMETERS
Ilia Mirkin
2015-12-30
1
-0
/
+1
*
llvmpipe: fix layer/vp input into fs when not written by prior stages
Roland Scheidegger
2015-12-12
8
-53
/
+96
*
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
7
-7
/
+7
*
gallium/drivers: Trivial code-style cleanup
Edward O'Callaghan
2015-12-06
5
-7
/
+7
*
llvmpipe: Make use of ARRAY_SIZE macro
Edward O'Callaghan
2015-12-06
2
-4
/
+4
*
llvmpipe: use provoking vertex for layer/viewport
Roland Scheidegger
2015-12-04
2
-17
/
+32
*
softpipe/llvmpipe: don't advertize support for ASTC
Roland Scheidegger
2015-11-24
1
-1
/
+2
*
llvmpipe: don't test for unsupported formats in lp_test_format
Roland Scheidegger
2015-11-24
1
-0
/
+12
*
gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
Ilia Mirkin
2015-11-11
1
-0
/
+1
*
llvmpipe: disable front updates for now
Dave Airlie
2015-11-08
1
-1
/
+1
*
llvmpipe: disable texture cache
Roland Scheidegger
2015-11-05
1
-1
/
+1
*
llvmpipe: add cache for compressed textures
Roland Scheidegger
2015-11-04
7
-10
/
+109
*
llvmpipe: use simple coeffs calc for 128bit vectors
Oded Gabbay
2015-11-04
1
-1
/
+6
*
gallium/swrast: fix front buffer blitting. (v2)
Dave Airlie
2015-10-31
1
-6
/
+15
*
gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS
Marek Olšák
2015-10-28
1
-0
/
+1
*
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
[prev]
[next]