~ubuntu-branches/ubuntu/precise/mesa/precise-updates

« back to all changes in this revision

Viewing changes to src/gallium/auxiliary/cso_cache/cso_context.h

  • Committer: Package Import Robot
  • Author(s): Robert Hooker
  • Date: 2012-02-02 12:05:48 UTC
  • mfrom: (1.7.1) (3.3.27 sid)
  • Revision ID: package-import@ubuntu.com-20120202120548-nvkma85jq0h4coix
Tags: 8.0~rc2-0ubuntu4
Drop drisearchdir handling, it is no longer needed with multiarch
and dri-alternates being removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
void cso_restore_vertex_buffers(struct cso_context *ctx);
118
118
 
119
119
 
 
120
void cso_set_stream_outputs(struct cso_context *ctx,
 
121
                            unsigned num_targets,
 
122
                            struct pipe_stream_output_target **targets,
 
123
                            unsigned append_bitmask);
 
124
void cso_save_stream_outputs(struct cso_context *ctx);
 
125
void cso_restore_stream_outputs(struct cso_context *ctx);
 
126
 
 
127
 
120
128
/* These aren't really sensible -- most of the time the api provides
121
129
 * object semantics for shaders anyway, and the cases where it doesn't
122
130
 * (eg mesa's internall-generated texenv programs), it will be up to