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
/
identity
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
1
-3
/
+3
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-2
/
+2
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
3
-42
/
+22
*
gallium: implement blit in driver wrappers
Marek Olšák
2012-09-30
1
-0
/
+15
*
gallium/identity: add 'start' parameter to bind_sampler_states/views()
Brian Paul
2012-08-16
1
-4
/
+12
*
gallium/identity: consolidate sampler, sampler_view code
Brian Paul
2012-08-16
1
-32
/
+54
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
1
-2
/
+2
*
identity: implement get_timestamp
Marek Olšák
2012-07-10
1
-0
/
+10
*
gallium: remove user_buffer_create from the interface
Marek Olšák
2012-05-12
1
-23
/
+0
*
gallium: remove pipe_context::redefine_user_buffer
Marek Olšák
2012-04-30
1
-14
/
+0
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-7
/
+6
*
gallium: adapt to get_query_result interface change
Marek Olšák
2012-03-30
1
-1
/
+1
*
identity: Use non-recursive automake
Tom Stellard
2012-03-14
1
-14
/
+0
*
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
-3
/
+0
*
gallium: separate out floating-point CAPs into its own enum
Marek Olšák
2011-11-22
1
-1
/
+1
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
1
-4
/
+4
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-2
/
+0
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
1
-4
/
+2
*
gallium: cleanup fence_signalled and fence_finish
Marek Olšák
2011-03-11
1
-8
/
+4
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
1
-18
/
+0
*
gallium: add timeout parameter to fence_finish
Marek Olšák
2011-03-08
1
-2
/
+4
*
gallium: notify drivers about possible changes in user buffer contents
Marek Olšák
2011-02-14
1
-0
/
+14
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
4
-68
/
+62
*
scons: add alias for identity
Zack Rusin
2010-11-30
1
-0
/
+2
*
identity: Fix 'assignment from incompatible pointer type' warning.
Vinson Lee
2010-09-13
1
-1
/
+1
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-1
/
+13
*
gallium: Keep only pipe_context::draw_vbo.
Chia-I Wu
2010-07-29
1
-68
/
+0
*
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-07-29
1
-0
/
+30
*
Merge branch 'gallium-drm-driver-drescriptor'
Jakob Bornecrantz
2010-06-28
4
-131
/
+1
|
\
|
*
gallium: Remove drm_api and all references to it
Jakob Bornecrantz
2010-06-24
4
-131
/
+1
*
|
id, glhd: Unbreak texturing.
Corbin Simpson
2010-06-23
1
-0
/
+1
*
|
id, glhd: Fix malloc/calloc of struct.
Corbin Simpson
2010-06-22
1
-1
/
+1
*
|
id, glhd: Fix segfault with misreferenced pipe member.
Corbin Simpson
2010-06-22
2
-3
/
+2
*
|
gallium: adjust the query interface to support custom types
Zack Rusin
2010-06-08
1
-1
/
+1
|
/
*
gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil
Roland Scheidegger
2010-06-03
1
-30
/
+30
*
identity: adapt to clear interface changes
Roland Scheidegger
2010-05-29
1
-28
/
+48
*
drm_api: Remove type argument from create screen callback
Jakob Bornecrantz
2010-05-25
1
-6
/
+2
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
2
-40
/
+66
|
\
|
*
gallium: implement set_sample_mask() in all drivers
Roland Scheidegger
2010-05-18
1
-0
/
+12
|
*
identity: adapt to interface changes
Roland Scheidegger
2010-05-17
2
-51
/
+65
*
|
gallium: Make PIPE_CAP_xxx enums.
José Fonseca
2010-05-12
1
-2
/
+2
|
/
*
identity: Move sampler view create and destroy to id_objects.c
Jakob Bornecrantz
2010-05-03
3
-34
/
+67
*
identity: s/texture/resource/
Jakob Bornecrantz
2010-05-03
2
-21
/
+21
*
identity: Whitespace & Style
Jakob Bornecrantz
2010-05-03
4
-52
/
+52
*
gallium: s/free/FREE/ and same for friends.
José Fonseca
2010-04-23
2
-4
/
+4
*
identity: Implement index bias.
José Fonseca
2010-04-19
1
-0
/
+4
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
4
-410
/
+176
*
identity: Remove unnecessary header.
Vinson Lee
2010-03-30
1
-1
/
+0
*
identity: Add id_drm.c to SCons build.
Vinson Lee
2010-03-27
1
-1
/
+2
[next]