~ubuntu-branches/ubuntu/precise/mesa-lts-raring/precise-proposed

« back to all changes in this revision

Viewing changes to src/gallium/drivers/r300/r300_context.c

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-10-16 13:52:07 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20131016135207-9gtod705bh0zpbxe
Tags: 9.1.7-1ubuntu2~precise1
Copy from raring, new upstream release. (LP: #1236340)

Show diffs side-by-side

added added

removed removed

Lines of Context:
412
412
    r300->context.create_video_decoder = vl_create_decoder;
413
413
    r300->context.create_video_buffer = vl_video_buffer_create;
414
414
 
415
 
    if (r300screen->caps.has_tcl) {
416
 
        r300->uploader = u_upload_create(&r300->context, 256 * 1024, 4,
417
 
                                         PIPE_BIND_INDEX_BUFFER);
418
 
    }
 
415
    r300->uploader = u_upload_create(&r300->context, 256 * 1024, 4,
 
416
                                     PIPE_BIND_CUSTOM);
419
417
 
420
418
    r300->blitter = util_blitter_create(&r300->context);
421
419
    if (r300->blitter == NULL)