index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
android: fix libmesa_nir build
Tapani Pälli
2017-07-21
1
-0
/
+1
*
nir: Optimize find_lsb/imsb/umsb error checks
Matt Turner
2017-07-20
1
-0
/
+11
*
i965/fs: Match destination type to size for ballot
Matt Turner
2017-07-20
2
-2
/
+6
*
nir: Reduce destination size of ballot intrinsic when possible
Matt Turner
2017-07-20
3
-0
/
+21
*
i965: Enable ARB_shader_ballot on Gen8+
Matt Turner
2017-07-20
1
-0
/
+1
*
i965/fs: Implement ARB_shader_ballot operations
Matt Turner
2017-07-20
3
-0
/
+48
*
i965/fs: Do not move MOVs writing the flag outside of control flow
Matt Turner
2017-07-20
1
-2
/
+4
*
i965/fs: Handle explicit flag sources in flags_read()
Francisco Jerez
2017-07-20
1
-4
/
+5
*
nir: Add pass to scalarize read_invocation/read_first_invocation
Matt Turner
2017-07-20
3
-1
/
+114
*
nir: Add system values from ARB_shader_ballot
Matt Turner
2017-07-20
7
-4
/
+84
*
nir: Add intrinsics from ARB_shader_ballot
Matt Turner
2017-07-20
2
-0
/
+58
*
i965: Enable ARB_shader_group_vote
Matt Turner
2017-07-20
1
-0
/
+1
*
i965/fs: Implement ARB_shader_group_vote operations
Matt Turner
2017-07-20
1
-0
/
+50
*
i965/fs: Handle explicit flag destinations in flags_written()
Francisco Jerez
2017-07-20
1
-4
/
+19
*
i965/vec4: Lower ARB_shader_group_vote intrinsics
Matt Turner
2017-07-20
1
-0
/
+1
*
nir: Support lowering vote intrinsics
Matt Turner
2017-07-20
2
-2
/
+4
*
nir: Add pass to optimize intrinsics
Matt Turner
2017-07-20
4
-0
/
+99
*
nir: Add intrinsics from ARB_shader_group_vote
Matt Turner
2017-07-20
2
-0
/
+27
*
i965: Rename batch->exec_objects to validation_list
Chris Wilson
2017-07-20
2
-12
/
+14
*
Revert "i965: Call intel_prepare_render() from intel_update_state()"
Kenneth Graunke
2017-07-20
1
-2
/
+0
*
mesa: remove useless assert in _mesa_TextureView()
Samuel Pitoiset
2017-07-20
1
-1
/
+0
*
mesa: remove duplicated code around framebuffer_renderbuffer()
Samuel Pitoiset
2017-07-20
1
-47
/
+23
*
mesa: remove one extra check in _mesa_DeleteTextures()
Samuel Pitoiset
2017-07-20
1
-5
/
+0
*
mesa: make _mesa_generate_texture_mipmap() static
Samuel Pitoiset
2017-07-20
2
-10
/
+6
*
mesa: inline save_array_object()
Samuel Pitoiset
2017-07-20
1
-14
/
+1
*
mesa: inline remove_array_object()
Samuel Pitoiset
2017-07-20
1
-15
/
+1
*
mesa: tidy up _mesa_DeleteVertexArrays()
Samuel Pitoiset
2017-07-20
1
-13
/
+12
*
mesa: remove useless assert in texture_storage()
Samuel Pitoiset
2017-07-20
1
-1
/
+0
*
mesa: pass the 'caller' function to texstorage()
Samuel Pitoiset
2017-07-20
1
-9
/
+11
*
mesa: make _mesa_texture_storage() static
Samuel Pitoiset
2017-07-20
2
-19
/
+12
*
i965: Represent depth surfaces with isl
Topi Pohjolainen
2017-07-20
3
-48
/
+94
*
i965: Drop redundant check for non-tiled depth buffer
Topi Pohjolainen
2017-07-20
2
-4
/
+2
*
intel/isl/gen4: Represent cube maps with 3D layout
Topi Pohjolainen
2017-07-20
1
-6
/
+35
*
i965/miptree: Prepare 3D surfaces with physical 2D layout
Topi Pohjolainen
2017-07-20
1
-17
/
+22
*
i965/miptree: Prepare aux state map for isl based
Topi Pohjolainen
2017-07-20
1
-3
/
+18
*
i965/miptree: Represent y-tiled stencil copies with isl
Topi Pohjolainen
2017-07-20
1
-5
/
+4
*
i965/miptree: Represent w-tiled stencil surfaces with isl
Topi Pohjolainen
2017-07-20
3
-20
/
+36
*
i965/miptree: Prepare compressed offsets for isl based
Topi Pohjolainen
2017-07-20
1
-1
/
+1
*
i965/miptree: Add support for imported bo offsets for isl based
Topi Pohjolainen
2017-07-20
1
-0
/
+13
*
i965/fbo: Add support for isl-based miptrees in rb wrapper
Topi Pohjolainen
2017-07-20
1
-0
/
+4
*
i965: Prepare image setup from miptree for isl based
Topi Pohjolainen
2017-07-20
1
-2
/
+9
*
i965: Prepare tex, img and rt state emission for isl based miptrees
Topi Pohjolainen
2017-07-20
1
-5
/
+16
*
i965: Refactor miptree to isl converter and adjustment
Topi Pohjolainen
2017-07-20
1
-46
/
+57
*
i965: Prepare tex (sub)image for isl based
Topi Pohjolainen
2017-07-20
2
-5
/
+23
*
i965/wm: Prepare image surfaces for isl based
Topi Pohjolainen
2017-07-20
1
-0
/
+6
*
i965/wm: Fix number of layers in 3D images
Topi Pohjolainen
2017-07-20
1
-3
/
+13
*
i965/miptree: Prepare intel_miptree_copy() for isl based
Topi Pohjolainen
2017-07-20
1
-4
/
+16
*
i965: Prepare blit engine for isl based miptrees
Topi Pohjolainen
2017-07-20
1
-5
/
+11
*
i965/miptree: Store chars-per-pixel even for isl based
Topi Pohjolainen
2017-07-20
1
-0
/
+1
*
i965/miptree: Switch to isl_surf::row_pitch
Topi Pohjolainen
2017-07-20
13
-66
/
+48
[prev]
[next]