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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/fs: Define logical texture sampling opcodes.
Francisco Jerez
2015-07-29
3
-0
/
+148
*
i965/fs: Reimplement emit_single_fb_write() in terms of logical framebuffer w...
Francisco Jerez
2015-07-29
2
-187
/
+21
*
i965/fs: Implement lowering of logical framebuffer writes.
Francisco Jerez
2015-07-29
1
-1
/
+136
*
i965/fs: Hook up SIMD lowering to unroll FB writes of unsupported width.
Francisco Jerez
2015-07-29
1
-0
/
+9
*
i965/fs: Remove the FS_OPCODE_SET_OMASK pseudo-opcode.
Francisco Jerez
2015-07-29
4
-42
/
+0
*
i965/fs: Don't attempt to copy the useless half of oMask for SIMD8 FB writes.
Francisco Jerez
2015-07-29
1
-8
/
+18
*
i965/fs: Move up Gen6 no16 check to emit_fb_writes().
Francisco Jerez
2015-07-29
1
-9
/
+11
*
i965/fs: Move up prog_data->uses_omask assignment up to brw_codegen_wm_prog().
Francisco Jerez
2015-07-29
2
-3
/
+2
*
i965/fs: Simplify control flow in emit_single_fb_write().
Francisco Jerez
2015-07-29
1
-12
/
+16
*
i965/fs: Fix slight layering violation in emit_single_fb_writes().
Francisco Jerez
2015-07-29
1
-12
/
+10
*
i965/fs: Make sure that the type sizes are compatible during copy propagation.
Francisco Jerez
2015-07-29
1
-0
/
+8
*
i965/fs: Honour the instruction force_sechalf and exec_size fields for FB wri...
Francisco Jerez
2015-07-29
1
-2
/
+2
*
i965/fs: Define logical framebuffer write opcode.
Francisco Jerez
2015-07-29
4
-1
/
+53
*
i965/fs: Implement pass to lower instructions of unsupported SIMD width.
Francisco Jerez
2015-07-29
2
-0
/
+144
*
i965/fs: Fix return value of fs_inst::regs_read() for BAD_FILE.
Francisco Jerez
2015-07-29
1
-0
/
+1
*
i965/fs: Add builder emit method taking a variable number of source registers.
Francisco Jerez
2015-07-29
1
-3
/
+12
*
i965/fs: Add stub lowering pass for logical send-message opcodes.
Francisco Jerez
2015-07-29
2
-1
/
+29
*
i965/fs: Factor out source components calculation to a separate method.
Francisco Jerez
2015-07-29
2
-10
/
+24
*
i965/fs: Simplify instruction rewrite loop in the register coalesce pass.
Francisco Jerez
2015-07-29
1
-14
/
+13
*
i965/fs: Fix rewrite of the second half of 16-wide coalesced registers.
Francisco Jerez
2015-07-29
1
-15
/
+12
*
i965/fs: Detect multi-register MOVs correctly in register_coalesce.
Francisco Jerez
2015-07-29
1
-1
/
+1
*
mesa/es3.1: enable GL_ARB_explicit_uniform_location for GLES 3.1
Marta Lofstedt
2015-07-29
2
-1
/
+9
*
mesa/es3.1: enable GL_ARB_compute_shader for GLES 3.1
Marta Lofstedt
2015-07-29
2
-10
/
+16
*
mesa/es3.1: enable GL_ARB_texture_gather for GLES 3.1
Marta Lofstedt
2015-07-29
2
-2
/
+10
*
mesa/es3.1: enable GL_ARB_texture_multisample for GLES 3.1
Marta Lofstedt
2015-07-29
2
-6
/
+14
*
mesa/es3.1: enable GL_ARB_shader_atomic_counters for GLES 3.1
Marta Lofstedt
2015-07-29
2
-9
/
+17
*
mesa/es3.1: enable GL_ARB_shader_image_load_store for GLES 3.1
Marta Lofstedt
2015-07-29
2
-6
/
+17
*
mesa/es3.1: Add ES 3.1 handling to get.c and get_hash_generator.py
Marta Lofstedt
2015-07-29
2
-5
/
+12
*
mesa: Return INVALID_ENUM in glClearBufferiv() when buffer is not color or st...
Eduardo Lima Mitev
2015-07-29
1
-0
/
+12
*
i965: Use real stage in "Unsupported form of variable indexing" warning.
Kenneth Graunke
2015-07-28
1
-2
/
+3
*
meta/copy_image: Stash off the scissor
Jason Ekstrand
2015-07-28
1
-2
/
+2
*
st/mesa: remove st_context::missing textures and get_passthrough_fs
Marek Olšák
2015-07-29
2
-28
/
+2
*
st/mesa: remove st_finalize_textures atom
Marek Olšák
2015-07-29
3
-47
/
+0
*
st/mesa: add shader dumping for shader-db
Marek Olšák
2015-07-29
1
-0
/
+66
*
st/mesa: fix GLSL 1.30 texture shadow functions with the GL_ALPHA depth mode ...
Marek Olšák
2015-07-29
3
-47
/
+77
*
i965: Support importing R8 and GR88 dma_bufs
Chad Versace
2015-07-28
1
-0
/
+6
*
st/mesa: don't ignore texture buffer state changes
Marek Olšák
2015-07-25
3
-5
/
+7
*
mesa: fix error checking for getting zero-sized texture images
Ilia Mirkin
2015-07-24
1
-9
/
+9
*
mesa: Fix typo in a comment
Anuj Phogat
2015-07-24
1
-1
/
+1
*
meta: Use _mesa_need_rgb_to_luminance_conversion() in decompress_texture_image()
Anuj Phogat
2015-07-24
1
-5
/
+2
*
mesa: Change the signature of _mesa_need_rgb_to_luminance_conversion()
Anuj Phogat
2015-07-24
3
-15
/
+20
*
meta: Fix reading luminance texture as rgba in _mesa_meta_pbo_GetTexSubImage()
Anuj Phogat
2015-07-24
1
-2
/
+34
*
meta: Use _mesa_need_luminance_to_rgb_conversion() in decompress_texture_image()
Anuj Phogat
2015-07-24
1
-10
/
+2
*
mesa: Add a helper function _mesa_need_luminance_to_rgb_conversion()
Anuj Phogat
2015-07-24
2
-0
/
+22
*
meta: Use _mesa_unpack_format_to_base_format() to handle integer formats
Anuj Phogat
2015-07-24
1
-4
/
+2
*
mesa: Add a helper function _mesa_unpack_format_to_base_format()
Anuj Phogat
2015-07-24
2
-0
/
+47
*
mesa: Set green, blue channels to zero only for formats with these components
Anuj Phogat
2015-07-24
1
-3
/
+10
*
meta: Don't do fragment color clamping in _mesa_meta_pbo_GetTexSubImage
Anuj Phogat
2015-07-24
1
-0
/
+5
*
meta: Abort meta pbo path if readpixels need signed-unsigned conversion
Anuj Phogat
2015-07-24
1
-0
/
+26
*
meta: Fix transfer operations check in meta pbo path for readpixels
Anuj Phogat
2015-07-24
1
-4
/
+9
[next]