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: consolidate the sampler and sampler view setting code
Brian Paul
2012-08-06
1
-68
/
+56
*
llvmpipe: combine vertex/fragment sampler state into an array
Brian Paul
2012-08-06
8
-42
/
+41
*
llvmpipe: use runtime loop instead of static loop for looping over quads
Roland Scheidegger
2012-07-20
3
-72
/
+516
*
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
2012-07-17
27
-1019
/
+1058
*
llvmpipe: Fix bug with blend factor in complementary optimisations.
James Benton
2012-07-17
1
-2
/
+4
*
llvmpipe: destroy setup variants on context destruction
Roland Scheidegger
2012-07-16
1
-0
/
+2
*
llvmpipe: Unified common code between AoS and SoA blending.
James Benton
2012-07-16
6
-162
/
+290
*
draw,gallivm: Fix draw_get_shader_param.
José Fonseca
2012-07-13
1
-5
/
+1
*
gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function
Marek Olšák
2012-07-10
1
-0
/
+1
*
llvmpipe: fix comment typo
Brian Paul
2012-06-29
1
-1
/
+1
*
tests: Updated tests to properly handle NaN for half floats.
James Benton
2012-06-29
1
-0
/
+6
*
llvmpipe: return 120 for PIPE_CAP_GLSL_FEATURE_LEVEL
Brian Paul
2012-06-26
1
-1
/
+1
*
llvmpipe: handle more PIPE_CAP_x queries
Brian Paul
2012-06-26
1
-4
/
+48
*
llvmpipe: fix the LP_NO_RAST debug option
Brian Paul
2012-06-25
4
-24
/
+22
*
llvmpipe: Add vertex id support.
Olivier Galibert
2012-06-19
1
-1
/
+4
*
llvmpipe: Simplify and fix system variables fetch.
Olivier Galibert
2012-06-19
1
-1
/
+1
*
llvmpipe: Implement cylindrical wrapping.
James Benton
2012-06-18
3
-4
/
+82
*
automake: Globally add stub automake targets to the old Makefiles.
Eric Anholt
2012-06-11
1
-3
/
+0
*
draw: simplify index buffer specification
Brian Paul
2012-05-31
2
-5
/
+5
*
llvmpipe: Fix alpha testing precision on rgba8 formats.
José Fonseca
2012-05-22
3
-1
/
+34
*
llvmpipe: Added a error counter to lp_test_conv.
James Benton
2012-05-21
1
-3
/
+7
*
llvmpipe: Changed known failures in lp_test_conv.
James Benton
2012-05-21
1
-3
/
+9
*
llvmpipe: Added fixed point types tests to lp_test_conv.
James Benton
2012-05-21
1
-6
/
+7
*
llvmpipe: Avoid adding floating point zero to flat inputs.
José Fonseca
2012-05-18
1
-1
/
+4
*
llvmpipe: Implement TXQ.
Olivier Galibert
2012-05-18
1
-0
/
+23
*
llvmpipe: Don't mess with the provoking vertex when inverting a triangle.
Olivier Galibert
2012-05-18
1
-5
/
+40
*
draw,llvmpipe: Avoid named struct types on LLVM 3.0 and later.
José Fonseca
2012-05-16
1
-10
/
+2
*
llvmpipe: Color slot interpolation can be flat or perspective, not linear.
Olivier Galibert
2012-05-16
3
-3
/
+3
*
llvmpipe: Add a test for lp_build_sgn.
José Fonseca
2012-05-15
1
-0
/
+13
*
llvmpipe: Calculate fixed point coordinates for triangle setup earlier.
James Benton
2012-05-14
1
-56
/
+106
*
gallium: remove user_buffer_create from the interface
Marek Olšák
2012-05-12
1
-2
/
+0
*
llvmpipe: add cast to silence warning
Brian Paul
2012-05-11
1
-1
/
+2
*
Merge branch 'gallium-userbuf'
Marek Olšák
2012-05-11
6
-11
/
+37
|
\
|
*
gallium: remove pipe_resource::user_ptr
Marek Olšák
2012-04-30
1
-1
/
+0
|
*
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
2012-04-30
3
-3
/
+22
|
*
gallium: add void *user_buffer in pipe_index_buffer
Marek Olšák
2012-04-30
1
-3
/
+6
|
*
gallium: remove pipe_context::redefine_user_buffer
Marek Olšák
2012-04-30
1
-2
/
+0
|
*
gallium: add void *user_buffer in pipe_vertex_buffer
Marek Olšák
2012-04-30
1
-1
/
+3
|
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-1
/
+2
|
*
gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT
Marek Olšák
2012-04-30
1
-0
/
+2
|
*
gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERS
Marek Olšák
2012-04-30
1
-0
/
+2
*
|
llvmpipe: Fix triangle bounding box calculation to be correctly inclusive or ...
James Benton
2012-05-11
1
-8
/
+6
*
|
llvmpipe: Change triangle rasterization comparison from < 0 to <= 0
James Benton
2012-05-11
1
-1
/
+8
*
|
gallivm: Added lp_build_const_mask_aos_swizzled
James Benton
2012-05-02
1
-9
/
+1
*
|
llvmpipe: add masking support to aos blend
James Benton
2012-05-02
3
-6
/
+35
*
|
llvmpipe: Added support for color masks in AoS blending.
James Benton
2012-05-02
4
-33
/
+58
|
/
*
gallium drivers: report that user vertex buffers are supported
Marek Olšák
2012-04-24
1
-0
/
+2
*
gallium: add user_ptr in pipe_resource
Marek Olšák
2012-04-24
1
-0
/
+1
*
gallivm: Updated lp_build_log2_approx to use a more accurate polynomial.
James Benton
2012-04-05
1
-2
/
+2
*
gallium: adapt to get_query_result interface change
Marek Olšák
2012-03-30
1
-2
/
+2
[next]