aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c
Commit message (Expand)AuthorAgeFilesLines
* i965/meta: initialize values to avoid random behaviour on error pathJuha-Pekka Heikkila2016-04-261-1/+1
* meta: Don't use integer handles for shaders or programs.Kenneth Graunke2016-03-161-27/+32
* i965/meta: Don't pollute the framebuffer namespaceIan Romanick2016-03-011-13/+15
* i965/meta: Use _mesa_bind_framebuffers instead of _mesa_BindFramebufferIan Romanick2016-03-011-2/+10
* i965/meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffersIan Romanick2016-03-011-2/+2
* i965/meta: Don't pollute the renderbuffer namespaceIan Romanick2016-02-101-2/+3
* i965/meta: Use internal functions for renderbuffer accessIan Romanick2016-02-101-4/+4
* i965/meta: Return struct gl_renderbuffer* from brw_get_rb_for_slice instead o...Ian Romanick2016-02-101-8/+10
* meta/blit: Use internal functions for sampler object accessIan Romanick2016-01-111-2/+2
* i965: remove trailing spaces in various filesIago Toral Quiroga2015-11-251-2/+2
* meta: Track VBO using gl_buffer_object instead of GL API object handleIan Romanick2015-11-241-4/+5
* meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objectsIan Romanick2015-11-241-1/+1
* i965: Use _mesa_NamedBufferSubData for users of _mesa_meta_setup_vertex_objectsIan Romanick2015-11-241-3/+3
* i965/meta: Support 16x MSAA in the meta stencil blitNeil Roberts2015-11-051-5/+17
* i965/meta: Fix typo in commentIan Romanick2015-09-021-1/+1
* i965: Use float calculations when double is unnecessary.Matt Turner2015-07-291-2/+2
* i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson2015-06-241-4/+4
* i965: Momentarily pretend to support ARB_texture_stencil8 for blits.Kenneth Graunke2015-06-101-0/+7
* DD: Refactor BlitFramebuffer.Laura Ekstrand2015-02-021-4/+6
* i965: in set_read_rb_tex_image() check _mesa_meta_bind_rb_as_tex_image() did ...Juha-Pekka Heikkila2014-09-231-4/+10
* util: Move ralloc to a new src/util directory.Kenneth Graunke2014-08-041-1/+1
* i965: Save meta stencil blit programs in the context.Kenneth Graunke2014-06-211-8/+10
* i965/meta: Store stencil texturing modeTopi Pohjolainen2014-05-271-0/+1
* i965: Fix a "discards 'const' qualifier" warning.Kenneth Graunke2014-05-181-1/+1
* i965/meta: Stencil blit for miptree updownsamplingTopi Pohjolainen2014-05-151-0/+34
* i965/meta: Stencil blitsTopi Pohjolainen2014-05-151-0/+490