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: Remove lp_build_blend_soa()
José Fonseca
2012-11-29
5
-538
/
+37
*
llvmpipe: Eliminate color buffer swizzling.
José Fonseca
2012-11-29
17
-1334
/
+30
*
llvmpipe: Only advertise unswizzled formats.
José Fonseca
2012-11-29
3
-25
/
+17
*
llvmpipe: Implement logic ops for the AoS path.
José Fonseca
2012-11-28
1
-1
/
+8
*
llvmpipe: Don't use dynamically sized arrays.
José Fonseca
2012-11-28
1
-4
/
+4
*
llvmpipe: Update llvmpipe_is_format_unswizzled to reflect latest changes.
James Benton
2012-11-28
1
-9
/
+0
*
llvmpipe: Enable vertex color clamping.
James Benton
2012-11-28
1
-1
/
+1
*
llvmpipe: Unswizzled rendering.
James Benton
2012-11-28
15
-128
/
+1422
*
gallivm: Updated lp_build_const_mask_aos to input number of channels.
James Benton
2012-11-28
2
-2
/
+5
*
gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsets
Roland Scheidegger
2012-11-27
2
-4
/
+9
*
gallivm,draw,llvmpipe: use base ptr + mip offsets instead of mip pointers
Roland Scheidegger
2012-11-12
5
-32
/
+77
*
llvmpipe: always allocate whole miptrees not individual levels
Roland Scheidegger
2012-11-12
2
-60
/
+81
*
gallium: fix unused cap warnings in drivers for cube map array cap.
Dave Airlie
2012-11-10
1
-0
/
+1
*
llvmpipe: Obey back writemask.
José Fonseca
2012-10-31
1
-2
/
+8
*
gallium: expose ARB_map_buffer_alignment on Radeon
Marek Olšák
2012-10-31
1
-0
/
+1
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
3
-8
/
+12
*
gallivm/llvmpipe: fix 64-bit %ll format compiler warnings for mingw32
Brian Paul
2012-10-26
1
-4
/
+7
*
gallivm: fix rsqrt failures
Roland Scheidegger
2012-10-12
1
-7
/
+35
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-62
/
+42
*
llvmpipe: implement blit
Marek Olšák
2012-09-30
4
-0
/
+80
*
gallium: add PIPE_CAP_TEXTURE_MULTISAMPLE
Marek Olšák
2012-09-30
1
-0
/
+1
*
llvmpipe: fix overflow bug in total texture size computation
Brian Paul
2012-09-20
1
-2
/
+16
*
llvmpipe: implement the new can_create_resource() function
Brian Paul
2012-09-17
1
-5
/
+23
*
llvmpipe: set max cube texture size to 4K x 4K
Brian Paul
2012-09-17
2
-1
/
+2
*
llvmpipe: Make driver name more informative.
José Fonseca
2012-09-06
1
-1
/
+4
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-3
/
+1
*
llvmpipe: Bump the maximum texture size (in pixels).
José Fonseca
2012-08-28
2
-2
/
+9
*
llvmpipe: add 'start' parameter to bind_sampler_states/views()
Brian Paul
2012-08-16
1
-22
/
+45
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
4
-7
/
+7
*
gallium: add a shader stage/type param to some draw functions
Brian Paul
2012-08-16
1
-12
/
+9
*
llvmpipe: Silence Coverity incorrect sizeof expression defect.
Vinson Lee
2012-08-15
1
-1
/
+1
*
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
[next]