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
/
softpipe
Commit message (
Expand
)
Author
Age
Files
Lines
*
softpipe: fix up FS variant unbinding / deletion
Brian Paul
2012-12-19
3
-11
/
+9
*
softpipe: fix unreliable FS variant binding bug
Brian Paul
2012-12-19
3
-14
/
+10
*
draw: add support for later transform feedback extensions
Dave Airlie
2012-12-14
1
-1
/
+1
*
softpipe: remove unused corner0 variable
Brian Paul
2012-12-12
1
-1
/
+0
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-1
/
+0
*
softpipe: implement seamless cubemap support. (v1.1)
Dave Airlie
2012-12-12
2
-9
/
+139
*
softpipe: Use os_time_get_nano() everywhere.
José Fonseca
2012-12-11
2
-5
/
+5
*
softpipe: enable GLSL 1.40
Dave Airlie
2012-12-08
1
-1
/
+1
*
softpipe: add texture buffer object support
Dave Airlie
2012-12-08
2
-1
/
+9
*
softpipe: fix unused variable warning.
Dave Airlie
2012-11-10
1
-1
/
+1
*
softpipe: Fix rgb_dst_factor == PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE.
José Fonseca
2012-11-09
1
-3
/
+3
*
softpipe: Handle adjacency primitives.
José Fonseca
2012-11-09
1
-0
/
+46
*
softpipe: add ARB_texture_cube_map_array support (v1.1)
Dave Airlie
2012-11-09
4
-14
/
+171
*
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
*
softpipe: remove extraneous whitespace
Brian Paul
2012-10-26
1
-2
/
+0
*
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
[next]