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
/
trace
Commit message (
Expand
)
Author
Age
Files
Lines
*
trace: Flush before drawing.
José Fonseca
2012-10-26
3
-0
/
+11
*
trace: Fix dumping of set_constant_buffer method.
José Fonseca
2012-10-25
3
-9
/
+21
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
2
-45
/
+15
*
gallium: implement blit in driver wrappers
Marek Olšák
2012-09-30
3
-6
/
+88
*
gallium/trace: add 'start' parameter to bind_sampler_states/views()
Brian Paul
2012-08-16
1
-4
/
+14
*
gallium/trace: consolidate sampler, sampler_view code
Brian Paul
2012-08-16
1
-50
/
+82
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
1
-1
/
+1
*
trace: implement get_timestamp
Marek Olšák
2012-07-10
1
-0
/
+19
*
automake: Globally add stub automake targets to the old Makefiles.
Eric Anholt
2012-06-11
1
-3
/
+0
*
gallium: remove user_buffer_create from the interface
Marek Olšák
2012-05-12
1
-44
/
+0
*
trace: Fix pipe_context::clear dumping.
José Fonseca
2012-05-12
1
-1
/
+3
*
trace: Fix pipe_shader_state dumping.
José Fonseca
2012-05-12
1
-2
/
+4
*
trace: Match NULL context members.
José Fonseca
2012-05-12
1
-73
/
+79
*
gallium: remove pipe_context::redefine_user_buffer
Marek Olšák
2012-04-30
1
-25
/
+0
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
1
-5
/
+16
*
gallium: adapt to get_query_result interface change
Marek Olšák
2012-03-30
1
-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
-10
/
+0
*
gallium: improve the pipe_stream_output_info struct (v2)
Marek Olšák
2012-01-15
1
-2
/
+4
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
1
-2
/
+5
*
trace: dump primitive restart info
Marek Olšák
2012-01-05
1
-0
/
+3
*
trace: implement stream output interface
Christoph Bumiller
2011-12-15
1
-0
/
+73
*
gallium: interface changes necessary to implement transform feedback (v5)
Marek Olšák
2011-12-15
1
-0
/
+21
*
gallium/auxiliary: Remove os_stream.
José Fonseca
2011-11-29
1
-9
/
+8
*
gallium: separate out floating-point CAPs into its own enum
Marek Olšák
2011-11-22
1
-1
/
+1
*
gallium: add polygon offset clamp state
Christoph Bumiller
2011-09-28
1
-0
/
+1
*
gallium: move border color to be a color union
Dave Airlie
2011-09-27
1
-1
/
+1
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
1
-7
/
+7
*
trace: implement texture_barrier
Marek Olšák
2011-05-29
1
-0
/
+16
*
trace: implement render_condition
Marek Olšák
2011-05-29
1
-0
/
+20
*
trace: Correct/cleanup.
José Fonseca
2011-04-06
6
-74
/
+114
*
Revert "trace: Dump blend state as a binary blob."
José Fonseca
2011-04-06
1
-1
/
+37
*
st/python: Remove bindings, and all its dependencies.
José Fonseca
2011-04-06
1
-1
/
+6
*
gallium: remove flags from the flush function
Marek Olšák
2011-03-11
1
-3
/
+1
*
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
-11
/
+7
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
1
-26
/
+0
*
gallium: add timeout parameter to fence_finish
Marek Olšák
2011-03-08
1
-2
/
+4
*
trace: Use pipe_static_mutex.
José Fonseca
2011-03-06
3
-22
/
+1
*
gallium: notify drivers about possible changes in user buffer contents
Marek Olšák
2011-02-14
1
-0
/
+23
*
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
2011-02-14
1
-1
/
+0
*
gallium/trace: check bind_vertex_sampler_states and set_vertex_sampler_views
Xavier Chantry
2010-12-05
1
-0
/
+6
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
6
-145
/
+125
*
scons: Add aliases for several pipe drivers.
José Fonseca
2010-11-02
1
-0
/
+2
*
scons: Revamp how to specify targets to build.
José Fonseca
2010-11-01
1
-16
/
+2
*
trace: Fix set_index_buffer and draw_vbo tracing.
José Fonseca
2010-09-29
3
-19
/
+42
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-0
/
+25
*
trace: Don't try to dump the rgba array if null
Jakob Bornecrantz
2010-08-28
1
-1
/
+4
*
trace: Don't immediately destroy the pipe's sampler view in the trace driver.
Alex Corscadden
2010-08-21
1
-1
/
+1
*
trace: Trace the correct version of the resource when setting the index buffer.
Alex Corscadden
2010-08-21
1
-1
/
+1
[next]