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
*
draw/llvmpipe: fix transform feedback position + enable other extensions
Dave Airlie
2012-12-14
1
-1
/
+1
*
llvmpipe: remove unneeded draw_flush() call
Brian Paul
2012-12-12
1
-2
/
+0
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-1
/
+0
*
llvmpipe: don't use user constant buffers
Brian Paul
2012-12-11
1
-1
/
+2
*
llvmpipe: support pipe_resource-based constant buffers
Brian Paul
2012-12-11
7
-34
/
+48
*
llvmpipe: fix missing tbo cap warning.
Dave Airlie
2012-12-08
1
-0
/
+1
*
gallivm,llvmpipe,draw: Support multiple constant buffers.
José Fonseca
2012-12-07
8
-46
/
+66
*
llvmpipe: fix regression in gears speed.
Dave Airlie
2012-12-07
1
-2
/
+4
*
llvmpipe: Fix statement before declaration.
José Fonseca
2012-12-06
1
-1
/
+2
*
llvmpipe: remove unused variable
Brian Paul
2012-12-06
1
-1
/
+0
*
llvmpipe: EXT_transform_feedback support (v1.1)
Dave Airlie
2012-12-06
15
-101
/
+125
*
llvmpipe: Fix alignment.
José Fonseca
2012-12-04
1
-0
/
+5
*
llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.
James Benton
2012-12-03
11
-43
/
+125
*
llvmpipe: Refactor convert_to/from_blend_type to convert in place.
José Fonseca
2012-12-03
1
-12
/
+8
*
llvmpipe: Improve color buffer loads/stores alignment.
José Fonseca
2012-12-03
1
-10
/
+19
*
llvmpipe: Recompute the fs shader key when framebuffer varies.
José Fonseca
2012-12-03
1
-0
/
+1
*
llvmpipe: Remove remnants of lp_tile_soa from Makefile.
José Fonseca
2012-11-30
2
-4
/
+0
*
llvmpipe: Fix incorrect sizeof.
Vinson Lee
2012-11-29
1
-2
/
+2
*
llvmpipe: Fix build break from 75da95c50
Stéphane Marchesin
2012-11-29
1
-2
/
+1
*
llvmpipe: support array textures
Roland Scheidegger
2012-11-29
6
-7
/
+32
*
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
[next]