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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Perform HiZ flush/stall prior to HiZ resolves
Jason Ekstrand
2017-06-07
1
-13
/
+26
*
i965: Move the pre-depth-clear flush/stalls to intel_hiz_exec
Jason Ekstrand
2017-06-07
2
-56
/
+58
*
i965/blorp: Take a layer range in intel_hiz_exec
Jason Ekstrand
2017-06-07
5
-18
/
+16
*
i965/miptree: Store fast clear colors in an isl_color_value
Jason Ekstrand
2017-06-07
15
-137
/
+91
*
dri3/GLX: Fix drawable invalidation v2
Thomas Hellstrom
2017-06-07
1
-0
/
+6
*
i965: Fix alpha to one with dual color blending.
Kenneth Graunke
2017-06-07
1
-13
/
+44
*
mesa: add KHR_no_error support for glTexSubImage*D()
Samuel Pitoiset
2017-06-07
3
-3
/
+64
*
mesa: add texsubimage() helper
Samuel Pitoiset
2017-06-07
1
-0
/
+18
*
mesa: make _mesa_texture_sub_image() static
Samuel Pitoiset
2017-06-07
1
-20
/
+20
*
mesa: rename texsubimage() to texsubimage_err()
Samuel Pitoiset
2017-06-07
1
-17
/
+17
*
mesa: add KHR_no_error support for glCopyImageSubData()
Samuel Pitoiset
2017-06-07
3
-1
/
+31
*
mesa: add copy_image_subdata() helper
Samuel Pitoiset
2017-06-07
1
-31
/
+45
*
mesa: add prepare_target() helper
Samuel Pitoiset
2017-06-07
1
-0
/
+24
*
mesa: rename prepare_target() to prepare_target_err()
Samuel Pitoiset
2017-06-07
1
-16
/
+18
*
mesa: add KHR_no_error support for glBlitNamedFramebuffer()
Samuel Pitoiset
2017-06-07
2
-0
/
+27
*
mesa: add blit_named_framebuffer() helper
Samuel Pitoiset
2017-06-07
1
-31
/
+54
*
mesa: add KHR_no_error support for glBlitFramebuffer()
Samuel Pitoiset
2017-06-07
3
-1
/
+22
*
mesa: add validate_depth_buffer() helper
Samuel Pitoiset
2017-06-07
1
-29
/
+43
*
mesa: add validate_stencil_buffer() helper
Samuel Pitoiset
2017-06-07
1
-34
/
+47
*
mesa: add validate_color_buffer() helper
Samuel Pitoiset
2017-06-07
1
-61
/
+77
*
mesa: wrap blit_framebuffer() into blit_framebuffer_err()
Samuel Pitoiset
2017-06-07
1
-9
/
+25
*
mesa: add 'no_error' parameter to blit_framebuffer()
Samuel Pitoiset
2017-06-07
1
-97
/
+95
*
mesa: make _mesa_blit_framebuffer() static
Samuel Pitoiset
2017-06-07
2
-23
/
+14
*
mesa: add KHR_no_error support for glBindBuffer()
Samuel Pitoiset
2017-06-07
3
-1
/
+14
*
mesa: add KHR_no_error support for glInvalidateBufferData()
Samuel Pitoiset
2017-06-07
3
-1
/
+13
*
mesa: add KHR_no_error support for glInvalidateBufferSubData()
Samuel Pitoiset
2017-06-07
3
-1
/
+16
*
mesa: add invalidate_buffer_subdata() helper
Samuel Pitoiset
2017-06-07
1
-4
/
+11
*
mesa: add KHR_no_error support for glBindVertexBuffers()
Samuel Pitoiset
2017-06-07
3
-1
/
+19
*
mesa: add KHR_no_error support for glVertexArrayVertexBuffers()
Samuel Pitoiset
2017-06-07
3
-1
/
+22
*
mesa: add vertex_array_vertex_buffers_err() helper
Samuel Pitoiset
2017-06-07
1
-47
/
+61
*
mesa: add KHR_no_error support for glScissor*()
Samuel Pitoiset
2017-06-07
4
-4
/
+48
*
mesa: add scissor() and scissor_array() helpers
Samuel Pitoiset
2017-06-07
1
-20
/
+35
*
mesa: rename ScissorIndexed() to scissor_indexed_err()
Samuel Pitoiset
2017-06-07
1
-6
/
+9
*
mesa: use _mesa_set_scissor() in ScissorIndexed()
Samuel Pitoiset
2017-06-07
1
-4
/
+1
*
mesa: make _mesa_scissor_bounding_box() static
Samuel Pitoiset
2017-06-07
2
-9
/
+5
*
mesa: inline update_image_transfer_state() into _mesa_update_pixel()
Samuel Pitoiset
2017-06-07
1
-14
/
+6
*
mesa: remove useless check in _mesa_update_pixel()
Samuel Pitoiset
2017-06-07
3
-5
/
+4
*
glcpp: fix #undef to match latest spec update and GLSLang implementation
Iago Toral Quiroga
2017-06-07
1
-14
/
+31
*
ac/nir: move gpr counting inside argument handling.
Dave Airlie
2017-06-07
1
-10
/
+12
*
ac/nir: assign argument param pointers in one place.
Dave Airlie
2017-06-07
1
-187
/
+152
*
ac/nir: consolidate setting userdata location
Dave Airlie
2017-06-07
1
-28
/
+17
*
glthread: remove extra _mesa_glthread_finish() from generated code
Timothy Arceri
2017-06-07
1
-1
/
+1
*
intel: Fix broxton 2x6 way size computation
Anuj Phogat
2017-06-06
1
-0
/
+4
*
radv: move chip_class extraction down further.
Dave Airlie
2017-06-07
1
-1
/
+2
*
radv: move lots of index related things into the bind.
Dave Airlie
2017-06-07
2
-19
/
+14
*
radv: move calculating the vertex sgpr to the pipeline.
Dave Airlie
2017-06-07
3
-41
/
+34
*
radv: rename and make global some functions.
Dave Airlie
2017-06-07
2
-12
/
+17
*
tree-wide: remove trailing backslash
Eric Engestrom
2017-06-07
15
-16
/
+16
*
radv/gfx9: use correct register setting for uconfig regs
Dave Airlie
2017-06-07
1
-4
/
+4
*
radv: Remove SI num RB override for occlusion queries.
Bas Nieuwenhuizen
2017-06-06
1
-3
/
+0
[next]