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
/
galahad
/
glhd_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
galahad: fix indirect draw
Roland Scheidegger
2014-10-01
1
-2
/
+9
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
1
-2
/
+4
*
gallium: allow setting of the internal stream output offset
Zack Rusin
2014-03-07
1
-2
/
+2
*
gallium/drivers: support more sampler views than samplers for more drivers
Roland Scheidegger
2013-11-28
1
-1
/
+1
*
gallium: new, unified pipe_context::set_sampler_views() function
Brian Paul
2013-10-23
1
-53
/
+4
*
galahad: remove old bind_*_sampler_states() functions
Brian Paul
2013-10-03
1
-50
/
+1
*
galahad: implement pipe_context::bind_sampler_states()
Brian Paul
2013-10-03
1
-12
/
+18
*
gallium: add flush_resource context function
Marek Olšák
2013-09-20
1
-0
/
+13
*
gallium: add condition parameter to render_condition
Roland Scheidegger
2013-06-18
1
-1
/
+2
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
1
-8
/
+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: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/
José Fonseca
2012-12-20
1
-1
/
+1
*
galahad: Support geometry shader / stream-output methods.
José Fonseca
2012-11-09
1
-82
/
+110
*
galahad: Prevent segfault when passing NULL to set_vertex_buffers.
José Fonseca
2012-11-05
1
-1
/
+1
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-2
/
+2
*
galahad: galahad_context_blit
José Fonseca
2012-10-12
1
-11
/
+15
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-44
/
+21
*
gallium: remove resource_resolve
Marek Olšák
2012-09-30
1
-1
/
+0
*
gallium: implement blit in driver wrappers
Marek Olšák
2012-09-30
1
-0
/
+26
*
galahad: add 'start' parameter to bind_sampler_states/views()
Brian Paul
2012-08-16
1
-41
/
+57
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
1
-4
/
+4
*
galahad: Fix zealous warnings.
José Fonseca
2012-07-06
1
-6
/
+10
*
galahad: Enumerate all methods that are missing.
José Fonseca
2012-07-06
1
-8
/
+25
*
galahad: Implement render_condition.
José Fonseca
2012-07-06
1
-1
/
+13
*
galahad: Don't implement context methods that are not implemented by the unde...
José Fonseca
2012-07-06
1
-104
/
+115
*
galahad: Silence creation messages.
José Fonseca
2012-07-06
1
-2
/
+0
*
galahad: Don't defer index buffer when it's NULL.
José Fonseca
2012-07-06
1
-16
/
+16
*
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
*
gallium: remove unused winsys pointers in pipe_screen and pipe_context
Marek Olšák
2012-02-21
1
-1
/
+0
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
1
-4
/
+4
*
galahad,util: warn on resource target mismatch in copy_region
Marek Olšák
2011-04-21
1
-0
/
+6
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-2
/
+0
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
1
-18
/
+0
*
gallium: notify drivers about possible changes in user buffer contents
Marek Olšák
2011-02-14
1
-0
/
+14
*
svga, glhd: Remove incorrect assert and add note
Jakob Bornecrantz
2010-12-16
1
-0
/
+2
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-22
/
+46
*
galahad: silence warnings
Brian Paul
2010-10-22
1
-2
/
+2
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-2
/
+2
*
galahad: do map/unmap counting for resources
Brian Paul
2010-09-03
1
-0
/
+16
*
galahad, i915g: Copy over constant buffer index check.
Corbin Simpson
2010-08-20
1
-0
/
+9
*
galahad, i915g: Move over a few state asserts.
Corbin Simpson
2010-08-20
1
-0
/
+16
*
galahad: Make it obvious on stderr that Galahad's active.
Corbin Simpson
2010-08-19
1
-0
/
+2
*
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
/
+47
*
glhd: Add test for logicop enable.
Corbin Simpson
2010-06-24
1
-0
/
+7
*
glhd: Simple rasterizer checks.
Corbin Simpson
2010-06-23
1
-0
/
+10
*
glhd: Add query protection.
Corbin Simpson
2010-06-22
1
-0
/
+10
[next]