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
/
softpipe
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
8
-183
/
+74
*
softpipe: remove unused functions
Marek Olšák
2012-10-11
2
-26
/
+0
*
softpipe: initialize quadColor2 to fix compile warnings
Marek Olšák
2012-10-09
1
-1
/
+1
*
softpipe: implement blit
Marek Olšák
2012-09-30
3
-0
/
+69
*
gallium: add PIPE_CAP_TEXTURE_MULTISAMPLE
Marek Olšák
2012-09-30
1
-0
/
+1
*
softpipe: fix set_framebuffer_state with uninitialized surfaces past nr_cbufs-1
Marek Olšák
2012-09-30
1
-3
/
+5
*
softpipe: implement the new can_create_resource() function
Brian Paul
2012-09-17
2
-5
/
+29
*
softpipe: update SP_MAX_TEXTURE_3D_LEVELS comment
Brian Paul
2012-09-16
1
-1
/
+1
*
llvmpipe: remove polygon stipple assertion
Brian Paul
2012-08-17
1
-2
/
+0
*
softpipe: add 'start' parameter to bind_sampler_states/views()
Brian Paul
2012-08-16
1
-25
/
+49
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
3
-9
/
+5
*
gallium: add a shader stage/type param to some draw functions
Brian Paul
2012-08-16
1
-6
/
+8
*
softpipe: fix softpipe_delete_fs_state() failed assertion
Brian Paul
2012-08-10
1
-2
/
+4
*
softpipe: fix loop limit for tex_cache[] array
Brian Paul
2012-08-07
1
-1
/
+1
*
softpipe: consolidate vert/frag/geom sampler setting functions
Brian Paul
2012-08-06
1
-112
/
+54
*
softpipe: consolidate sampler-related arrays
Brian Paul
2012-08-06
6
-121
/
+99
*
softpipe: combine vert/frag/geom texture caches in an array
Brian Paul
2012-08-06
5
-91
/
+60
*
softpipe: fix copy/paste error in tex sample code
Olivier Galibert
2012-07-25
1
-2
/
+2
*
softpipe: Fix segfault with fbo-cubemap.
Olivier Galibert
2012-07-19
1
-1
/
+6
*
softpipe: Take all lods into account when texture sampling.
Olivier Galibert
2012-07-18
2
-766
/
+645
*
draw,gallivm: Fix draw_get_shader_param.
José Fonseca
2012-07-13
1
-12
/
+6
*
softpipe: implement get_timestamp and expose ARB_timer_query
Marek Olšák
2012-07-10
1
-1
/
+10
*
gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function
Marek Olšák
2012-07-10
1
-0
/
+1
*
softpipe: fix numFragsEmitted debug code
Brian Paul
2012-06-27
1
-0
/
+7
*
softpipe: handle more PIPE_CAP_x queries
Brian Paul
2012-06-26
1
-3
/
+31
*
softpipe: Offset is not to be applied to the layer parameter of array texture...
Olivier Galibert
2012-06-19
1
-2
/
+2
*
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
-4
/
+5
*
gallium: remove user_buffer_create from the interface
Marek Olšák
2012-05-12
1
-2
/
+0
*
Merge branch 'gallium-userbuf'
Marek Olšák
2012-05-11
6
-10
/
+37
|
\
|
*
softpipe: cast away const to silence warning
Brian Paul
2012-05-01
1
-1
/
+2
|
*
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
/
+21
|
*
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
-1
/
+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
*
|
softpipe: use any_swizzle() helper in sp_tex_sample.c
Brian Paul
2012-05-01
1
-8
/
+15
*
|
softpipe: whitespace, comment clean-ups in sp_tex_sample.c
Brian Paul
2012-05-01
1
-26
/
+32
*
|
softpipe: implement coord clamping for texel fetches (TXF)
Brian Paul
2012-05-01
1
-14
/
+31
|
/
*
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
*
softpipe: add dual source blending support
Dave Airlie
2012-04-13
2
-12
/
+88
*
gallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURCE_RENDER_TARGETS
Dave Airlie
2012-04-13
1
-0
/
+2
*
gallium: adapt to get_query_result interface change
Marek Olšák
2012-03-30
1
-2
/
+3
*
softpipe: set max cube texture size to 4Kx4K
Brian Paul
2012-03-20
2
-1
/
+2
*
gallium/drivers: Use automake to generate makefile
Tom Stellard
2012-03-14
1
-0
/
+3
*
gallium: remove unused winsys pointers in pipe_screen and pipe_context
Marek Olšák
2012-02-21
2
-2
/
+0
[next]