index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_meta_stencil_blit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/meta: initialize values to avoid random behaviour on error path
Juha-Pekka Heikkila
2016-04-26
1
-1
/
+1
*
meta: Don't use integer handles for shaders or programs.
Kenneth Graunke
2016-03-16
1
-27
/
+32
*
i965/meta: Don't pollute the framebuffer namespace
Ian Romanick
2016-03-01
1
-13
/
+15
*
i965/meta: Use _mesa_bind_framebuffers instead of _mesa_BindFramebuffer
Ian Romanick
2016-03-01
1
-2
/
+10
*
i965/meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffers
Ian Romanick
2016-03-01
1
-2
/
+2
*
i965/meta: Don't pollute the renderbuffer namespace
Ian Romanick
2016-02-10
1
-2
/
+3
*
i965/meta: Use internal functions for renderbuffer access
Ian Romanick
2016-02-10
1
-4
/
+4
*
i965/meta: Return struct gl_renderbuffer* from brw_get_rb_for_slice instead o...
Ian Romanick
2016-02-10
1
-8
/
+10
*
meta/blit: Use internal functions for sampler object access
Ian Romanick
2016-01-11
1
-2
/
+2
*
i965: remove trailing spaces in various files
Iago Toral Quiroga
2015-11-25
1
-2
/
+2
*
meta: Track VBO using gl_buffer_object instead of GL API object handle
Ian Romanick
2015-11-24
1
-4
/
+5
*
meta: Don't leave the VBO bound after _mesa_meta_setup_vertex_objects
Ian Romanick
2015-11-24
1
-1
/
+1
*
i965: Use _mesa_NamedBufferSubData for users of _mesa_meta_setup_vertex_objects
Ian Romanick
2015-11-24
1
-3
/
+3
*
i965/meta: Support 16x MSAA in the meta stencil blit
Neil Roberts
2015-11-05
1
-5
/
+17
*
i965/meta: Fix typo in comment
Ian Romanick
2015-09-02
1
-1
/
+1
*
i965: Use float calculations when double is unnecessary.
Matt Turner
2015-07-29
1
-2
/
+2
*
i965: Rename intel_emit* to reflect their new location in brw_pipe_control
Chris Wilson
2015-06-24
1
-4
/
+4
*
i965: Momentarily pretend to support ARB_texture_stencil8 for blits.
Kenneth Graunke
2015-06-10
1
-0
/
+7
*
DD: Refactor BlitFramebuffer.
Laura Ekstrand
2015-02-02
1
-4
/
+6
*
i965: in set_read_rb_tex_image() check _mesa_meta_bind_rb_as_tex_image() did ...
Juha-Pekka Heikkila
2014-09-23
1
-4
/
+10
*
util: Move ralloc to a new src/util directory.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
i965: Save meta stencil blit programs in the context.
Kenneth Graunke
2014-06-21
1
-8
/
+10
*
i965/meta: Store stencil texturing mode
Topi Pohjolainen
2014-05-27
1
-0
/
+1
*
i965: Fix a "discards 'const' qualifier" warning.
Kenneth Graunke
2014-05-18
1
-1
/
+1
*
i965/meta: Stencil blit for miptree updownsampling
Topi Pohjolainen
2014-05-15
1
-0
/
+34
*
i965/meta: Stencil blits
Topi Pohjolainen
2014-05-15
1
-0
/
+490