index
:
~brianp/mesa
gallium-bind-sampler-states
glsl-fixes
remove-mfeatures
remove-mfeatures-2
vmware-gl3
Brian Paul's Mesa git repo
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-16
clover: remove bind_compute_sampler_states() calls
gallium-bind-sampler-states
Brian Paul
1
-8
/
+6
2013-09-12
gallium: remove old bind_*_sampler_states() functions
Brian Paul
1
-15
/
+0
2013-09-12
gallium/docs: update bind_sampler_states() documentation
Brian Paul
1
-5
/
+6
2013-09-12
cso: make sure all sampler states are set/cleared
Brian Paul
1
-2
/
+9
2013-09-12
freedreno: use new bind_sampler_states() function
Brian Paul
1
-21
/
+19
2013-09-12
svga: don't hook in old bind_fragment_sampler_states() functions
Brian Paul
1
-9
/
+0
2013-09-12
radeon: don't use old bind_vertex/fragment_sampler_states() hooks
Brian Paul
4
-53
/
+6
2013-09-12
i915g: remove old bind_vertex/fragment_sampler_states() hooks
Brian Paul
1
-2
/
+0
2013-09-12
noop: remove old bind_*_sampler_states() functions
Brian Paul
1
-6
/
+0
2013-09-12
galahad: remove old bind_*_sampler_states() functions
Brian Paul
1
-50
/
+1
2013-09-12
vl: remove old bind_fragment_sampler_states() calls
Brian Paul
7
-47
/
+17
2013-09-12
util: remove old bind_fragment_sampler_states() calls from blitter code
Brian Paul
1
-22
/
+9
2013-09-12
draw: remove use of old bind_fragment_sampler_states()
Brian Paul
2
-82
/
+13
2013-09-12
nouveau: remove old bind_*_sampler_states() functions
Brian Paul
4
-36
/
+0
2013-09-12
cso: remove use of old bind_*_sampler_states() functions
Brian Paul
1
-31
/
+3
2013-09-12
rbug: remove old bind_*_sampler_states() functions
Brian Paul
1
-53
/
+1
2013-09-12
identity: remove old bind_*_sampler_states() functions
Brian Paul
1
-41
/
+1
2013-09-12
trace: remove old bind_*_sampler_states() functions
Brian Paul
1
-75
/
+7
2013-09-12
ilo: don't hook up old bind_*_sampler_states() functions
Brian Paul
1
-4
/
+0
2013-09-12
llvmpipe: remove old bind_*_sampler_states() functions
Brian Paul
1
-26
/
+0
2013-09-12
softpipe: remove old bind_*_sampler_states() functions
Brian Paul
1
-31
/
+0
2013-09-12
gallium/tests: use pipe_context::bind_sampler_states()
Brian Paul
8
-9
/
+13
2013-09-12
gallium/tools: update dump_state.py to use bind_sampler_states()
Brian Paul
1
-8
/
+3
2013-09-12
nouveau: implement pipe_context::bind_sampler_states()
Brian Paul
6
-2
/
+76
2013-09-12
softpipe: implement pipe_context::bind_sampler_states()
Brian Paul
1
-0
/
+1
2013-09-12
radeon: implement pipe_context::bind_sampler_states()
Brian Paul
3
-0
/
+49
2013-09-12
svga: implement pipe_context::bind_sampler_states()
Brian Paul
1
-0
/
+1
2013-09-12
trace: implement pipe_context::bind_sampler_states()
Brian Paul
1
-28
/
+42
2013-09-12
rbug: implement pipe_context::bind_sampler_states()
Brian Paul
1
-0
/
+34
2013-09-12
noop: implement pipe_context::bind_sampler_states()
Brian Paul
1
-0
/
+7
2013-09-12
llvmpipe: implement pipe_context::bind_sampler_states()
Brian Paul
1
-0
/
+1
2013-09-12
ilo: implement pipe_context::bind_sampler_states()
Brian Paul
1
-0
/
+21
2013-09-12
identity: implement pipe_context::bind_sampler_states()
Brian Paul
1
-15
/
+21
2013-09-12
i915g: implement pipe_context::bind_sampler_states()
Brian Paul
1
-0
/
+22
2013-09-12
galahad: implement pipe_context::bind_sampler_states()
Brian Paul
1
-12
/
+18
2013-09-12
clover: use pipe_context::bind_sampler_states() if non-null
Brian Paul
1
-2
/
+7
2013-09-12
vl: use pipe_context::bind_sampler_states() if non-null
Brian Paul
7
-8
/
+49
2013-09-12
util: use pipe_context::bind_sampler_states() if non-null
Brian Paul
1
-6
/
+22
2013-09-12
draw: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2
-7
/
+97
2013-09-12
cso: use pipe_context::bind_sampler_states() if non-null
Brian Paul
1
-21
/
+44
2013-09-12
gallium: add pipe_context::bind_sampler_states()
Brian Paul
1
-0
/
+5
2013-09-12
r300g: rename r300_bind_sampler_states to r300_bind_fragment_sampler_states
Brian Paul
1
-4
/
+4
2013-09-12
draw: rename bind_sampler_states variables
Brian Paul
2
-19
/
+19
2013-09-13
radeonsi: fix and enable transform feedback for CIK
Marek Olšák
4
-28
/
+40
2013-09-13
radeonsi: fix gl_InstanceID with non-zero start_instance
Marek Olšák
1
-3
/
+4
2013-09-13
gallium: comment that INSTANCEID doesn't include start_instance
Marek Olšák
1
-1
/
+1
2013-09-13
radeonsi: enable streamout AKA transform feedback for SI
Marek Olšák
1
-10
/
+4
2013-09-13
radeonsi: implement streamout shader support
Marek Olšák
3
-15
/
+276
2013-09-13
radeonsi: implement glDrawTransformFeedback functionality
Marek Olšák
3
-0
/
+30
2013-09-13
radeonsi: fix streamout queries
Marek Olšák
1
-4
/
+5
[next]