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/identity: ship all files in the tarball
Emil Velikov
2014-09-05
2
-2
/
+8
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
1
-2
/
+4
*
swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)
Dave Airlie
2013-12-13
1
-2
/
+3
*
gallium/drivers: support more sampler views than samplers for more drivers
Roland Scheidegger
2013-11-28
1
-1
/
+1
*
gallium/drivers: compact compiler flags into Automake.inc
Emil Velikov
2013-11-16
1
-3
/
+1
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-43
/
+4
*
identity: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-41
/
+1
*
identity: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-15
/
+21
*
identity: consolidate C sources list into Makefile.sources
Emil Velikov
2013-10-01
3
-5
/
+17
*
gallium: add flush_resource context function
Marek Olšák
2013-09-20
1
-0
/
+11
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
1
-10
/
+12
*
gallium: fix type of flags in pipe_context::flush()
Chia-I Wu
2013-05-04
1
-1
/
+1
*
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
[next]