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
*
gallium: add condition parameter to render_condition
Roland Scheidegger
2013-06-18
4
-2
/
+6
*
draw: clear the draw buffers in draw
Zack Rusin
2013-06-17
3
-8
/
+5
*
util: new util_fill_box helper
Roland Scheidegger
2013-06-13
1
-29
/
+25
*
llvmpipe: move create_surface/destroy_surface functions to lp_surface.c
Roland Scheidegger
2013-06-07
2
-59
/
+59
*
llvmpipe: add support for layered rendering
Roland Scheidegger
2013-06-07
15
-110
/
+195
*
llvmpipe: bump 3d and cube map limits to 2048 and 8192 respectively
Roland Scheidegger
2013-06-06
1
-2
/
+2
*
llvmpipe: improve alignment calculation for fetching/storing pixels
Roland Scheidegger
2013-06-05
1
-12
/
+21
*
llvmpipe: reduce alignment requirement for 1d resources from 4x4 to 4x1
Roland Scheidegger
2013-06-05
9
-44
/
+158
*
llvmpipe: cleanup of generate_unswizzled_blend
Roland Scheidegger
2013-06-05
1
-22
/
+37
*
gallivm: enhance special sse2 4x4f and 2x8f -> 1x16ub conversion
Roland Scheidegger
2013-06-05
1
-0
/
+2
*
llvmpipe: fix bogus assertions for buffer surfaces
Roland Scheidegger
2013-06-01
1
-2
/
+2
*
llvmpipe: reduce alignment requirement for resources from 64x64 to 4x4
Roland Scheidegger
2013-05-31
7
-53
/
+83
*
llvmpipe: Remove x/y from cmd_bin
Adam Jackson
2013-05-31
6
-47
/
+30
*
llvmpipe: clamp scissors to be between 0 and max
Zack Rusin
2013-05-25
5
-3
/
+13
*
draw: fixup draw_find_shader_output
Zack Rusin
2013-05-25
1
-4
/
+4
*
llvmpipe: implement support for multiple viewports
Zack Rusin
2013-05-25
11
-36
/
+79
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
2
-9
/
+16
*
llvmpipe: get rid of tiled/linear layout remains
Roland Scheidegger
2013-05-29
6
-226
/
+47
*
llvmpipe: disable simple_shader optimization
Roland Scheidegger
2013-05-22
1
-1
/
+6
*
llvmpipe: fix early depth test / late depth write stencil issues
Roland Scheidegger
2013-05-22
1
-5
/
+12
*
llvmpipe: fix issue with not writing new stencil values
Roland Scheidegger
2013-05-22
2
-4
/
+7
*
llvmpipe: (trivial) remove confusing code in stencil test
Roland Scheidegger
2013-05-22
1
-16
/
+11
*
llvmpipe: fix bug in early depth test / late depth write handling
Roland Scheidegger
2013-05-22
1
-6
/
+7
*
llvmpipe: enable z32s8x24 format
Roland Scheidegger
2013-05-18
1
-6
/
+0
*
llvmpipe: handle z32s8x24 depth/stencil format
Roland Scheidegger
2013-05-18
7
-147
/
+252
*
llvmpipe: get rid of unused tiled/linear logic
Roland Scheidegger
2013-05-18
7
-713
/
+50
*
llvmpipe: fix bogus handling of first_layer when setting up texture sampling
Roland Scheidegger
2013-05-18
2
-14
/
+18
*
gallivm: Eliminate 8.8 fixed point intermediates from AoS sampling path.
José Fonseca
2013-05-17
1
-2
/
+2
*
llvmpipe: Temporary workaround to prevent segfault on array textures.
José Fonseca
2013-05-16
1
-0
/
+3
*
draw: try to prevent overflows on index buffers
Zack Rusin
2013-05-14
1
-4
/
+10
*
draw: don't crash on vertex buffer overflow
Zack Rusin
2013-05-14
1
-2
/
+4
*
gallium: add PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE for GL
Marek Olšák
2013-05-11
1
-0
/
+2
*
gallium: fix type of flags in pipe_context::flush()
Chia-I Wu
2013-05-04
1
-1
/
+1
*
llvmpipe: get rid of depth swizzling.
Roland Scheidegger
2013-05-03
7
-273
/
+414
*
llvmpipe: Fix queries when screen->num_threads == 0.
José Fonseca
2013-04-29
1
-2
/
+3
*
llvmpipe: stop crashing when one of the so targets is null
Zack Rusin
2013-04-27
1
-2
/
+5
*
llvmpipe: implement so_overflow query
Zack Rusin
2013-04-26
3
-0
/
+15
*
llvmpipe: replace LP_MAX_THREADS with screen->num_threads in query code
Brian Paul
2013-04-26
1
-2
/
+4
*
llvmpipe: bump LP_MAX_THREADS to 16
Brian Paul
2013-04-26
1
-1
/
+1
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
7
-38
/
+21
*
llvmpipe: verify function on blend test.
José Fonseca
2013-04-21
1
-0
/
+2
*
llvmpipe: Don't support Z32_FLOAT_S8X24_UINT texture sampling support either.
José Fonseca
2013-04-20
1
-4
/
+6
*
llvmpipe: Ignore depth-stencil state if format has no depth/stencil.
José Fonseca
2013-04-20
1
-4
/
+10
*
llvmpipe: Take in consideration all current constant buffers when mapping.
José Fonseca
2013-04-18
1
-3
/
+9
*
st/mesa: optionally apply texture swizzle to border color v2
Christoph Bumiller
2013-04-18
1
-0
/
+2
*
llvmpipe: Support half integer pixel center fs coord.
José Fonseca
2013-04-18
4
-3
/
+28
*
llvmpipe: Remove the static interpolation.
José Fonseca
2013-04-18
3
-384
/
+19
*
gallivm: Drop pos arg from lp_build_tgsi_soa.
José Fonseca
2013-04-18
1
-2
/
+2
*
draw: implement pipeline statistics in the draw module
Zack Rusin
2013-04-16
6
-0
/
+69
*
llvmpipe: implement PIPE_QUERY_SO_STATISTICS
Zack Rusin
2013-04-10
2
-0
/
+21
[next]