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: 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
*
gallium: Keep only pipe_context::draw_vbo.
Chia-I Wu
2010-07-29
1
-88
/
+0
*
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-07-29
3
-0
/
+74
*
Merge branch 'gallium-drm-driver-drescriptor'
Jakob Bornecrantz
2010-06-28
4
-138
/
+0
|
\
|
*
gallium: Remove drm_api and all references to it
Jakob Bornecrantz
2010-06-24
4
-138
/
+0
*
|
gallium: adjust the query interface to support custom types
Zack Rusin
2010-06-08
1
-2
/
+2
|
/
*
Merge branch 'gallium-newclear'
Roland Scheidegger
2010-06-03
1
-25
/
+53
|
\
|
*
gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil
Roland Scheidegger
2010-06-03
1
-19
/
+19
|
*
trace: adapt to clear interface changes
Roland Scheidegger
2010-05-29
1
-25
/
+53
*
|
gallium: silence all debug_named_value related warnings
Joakim Sindholt
2010-06-03
1
-3
/
+3
|
/
*
drm_api: Remove type argument from create screen callback
Jakob Bornecrantz
2010-05-25
1
-7
/
+2
*
Merge branch 'gallium-msaa'
Roland Scheidegger
2010-05-21
2
-28
/
+57
|
\
|
*
gallium: implement set_sample_mask() in all drivers
Roland Scheidegger
2010-05-18
1
-0
/
+17
|
*
trace: adapt to interface changes
Roland Scheidegger
2010-05-17
2
-28
/
+40
*
|
Merge branch 'gallium-front-ccw'
Keith Whitwell
2010-05-21
1
-6
/
+7
|
\
\
|
*
|
gallium: convert rasterizer state to use gl-style front/back concepts
Keith Whitwell
2010-05-14
1
-6
/
+7
*
|
|
gallium: remove forward declarations of non-existent objects
Marek Olšák
2010-05-14
1
-1
/
+0
|
/
/
*
|
trace: Add missing header.
Vinson Lee
2010-05-13
1
-0
/
+1
*
|
trace: Remove unnecessary headers.
Vinson Lee
2010-05-13
2
-2
/
+0
*
|
trace: Update README
Jakob Bornecrantz
2010-05-12
1
-25
/
+12
*
|
rbug: Add to all targets that link against trace
Jakob Bornecrantz
2010-05-12
3
-5
/
+7
*
|
trace: Remove rbug from trace
Jakob Bornecrantz
2010-05-12
10
-1277
/
+5
*
|
gallium: Make PIPE_CAP_xxx enums.
José Fonseca
2010-05-12
1
-2
/
+2
|
/
*
trace: Fix typo in method name.
José Fonseca
2010-05-02
1
-1
/
+1
*
gallium: s/free/FREE/ and same for friends.
José Fonseca
2010-04-23
2
-3
/
+3
*
gallium: replace pipe_resource::_usage with pipe_resource::usage
Brian Paul
2010-04-20
1
-1
/
+1
*
trace: Implement index bias.
José Fonseca
2010-04-19
1
-6
/
+10
*
trace: Handle transfers with zero strides correctly.
José Fonseca
2010-04-18
1
-2
/
+10
*
trace: Ignore transfer_flush_region too.
José Fonseca
2010-04-14
1
-7
/
+0
[next]