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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Change the signature of _mesa_need_rgb_to_luminance_conversion()
Anuj Phogat
2015-07-24
1
-1
/
+3
*
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
*
meta: Use _mesa_unpack_format_to_base_format() to handle integer formats
Anuj Phogat
2015-07-24
1
-4
/
+2
*
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
*
i965: Use updated kernel interface for accurate TIMESTAMP reads
Chris Wilson
2015-07-24
3
-17
/
+49
*
radeon: Silence GCC unused-but-set-variable warnings.
Vinson Lee
2015-07-23
1
-1
/
+5
*
i965: add support for ARB_shader_subroutine
Dave Airlie
2015-07-24
5
-0
/
+13
*
i965: fix warning since tess merge.
Dave Airlie
2015-07-23
1
-0
/
+2
*
glsl: pass shader stage to lower_output_reads and handle tess control
Ilia Mirkin
2015-07-23
1
-1
/
+1
*
glsl: don't lower variable indexing on non-patch tessellation inputs/outputs
Marek Olšák
2015-07-23
1
-3
/
+5
*
mesa: add tessellation shader enums
Fabian Bieler
2015-07-23
2
-1
/
+5
*
drirc: drop support for Heaven 3.0, fixes tessellation in 4.0
Marek Olšák
2015-07-23
1
-20
/
+3
*
dri/common: remove unused drm_version variable
Emil Velikov
2015-07-22
5
-34
/
+1
*
radeon,r200: allow hyperz for radeon DRM module v2
Emil Velikov
2015-07-22
2
-15
/
+4
*
radeon,r200: remove support for UMS radeon DRM module
Emil Velikov
2015-07-22
1
-27
/
+17
*
radeon,r200: remove unused variable texmicrotile
Emil Velikov
2015-07-22
4
-8
/
+0
*
swrast: remove unneeded __NOT_HAVE_DRM_H define
Emil Velikov
2015-07-22
1
-1
/
+0
*
dri/common: use HAVE_LIBDRM over __NOT_HAVE_DRM_H
Emil Velikov
2015-07-22
4
-18
/
+5
*
dri/swrast: automake: add LIBDRM_CFLAGS
Emil Velikov
2015-07-22
1
-0
/
+1
*
mesa: replace Driver.GetCompressedTexImage() w/ GetCompressedTexSubImage()
Brian Paul
2015-07-21
1
-1
/
+1
*
mesa: replace Driver.GetTexImage with GetTexSubImage()
Brian Paul
2015-07-21
4
-24
/
+33
*
meta: add offset, width, height parameters to decompress_texture_image()
Brian Paul
2015-07-21
1
-5
/
+5
*
meta: handle subimages in _mesa_meta_setup_texture_coords()
Brian Paul
2015-07-21
3
-33
/
+65
*
Revert "i965/gen9: Plugin the code for selecting YF/YS tiling on skl+"
Anuj Phogat
2015-07-21
1
-92
/
+17
*
i965: Fix stride field for the result of emit_uniformize().
Francisco Jerez
2015-07-21
4
-19
/
+26
*
i965/fs: Fix stride field for uniforms.
Francisco Jerez
2015-07-21
1
-0
/
+6
*
i965/fs: Fix stride for immediate registers.
Francisco Jerez
2015-07-21
2
-0
/
+7
*
i965/vec4: Fix liveness analysis with BRW_OPCODE_SEL
Iago Toral Quiroga
2015-07-21
1
-1
/
+2
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
26
-53
/
+53
*
i965/nir/fs: removed unneeded support for global variables
Alejandro Piñeiro
2015-07-20
3
-14
/
+4
*
i965: Disable resource streamer in BLORP
Abdiel Janulgue
2015-07-18
1
-0
/
+2
*
i965: Upload binding tables in hw-generated binding table format.
Abdiel Janulgue
2015-07-18
1
-9
/
+57
*
i965: Implement interface to edit binding table entries
Abdiel Janulgue
2015-07-18
2
-0
/
+64
*
i965: Enable hardware-generated binding tables on render path.
Abdiel Janulgue
2015-07-18
8
-4
/
+128
*
i965: Enable resource streamer for the batchbuffer
Abdiel Janulgue
2015-07-18
7
-2
/
+36
*
i965: Define HW-binding table and resource streamer control opcodes
Abdiel Janulgue
2015-07-18
2
-0
/
+33
*
i965/fs: don't make unused payload registers interfere
Connor Abbott
2015-07-17
1
-1
/
+6
*
i965/fs: remove special case in setup_payload_interference()
Connor Abbott
2015-07-17
1
-20
/
+0
*
i965/fs: Mark last used ip for all regs read in the payload
Jordan Justen
2015-07-17
1
-1
/
+4
*
i965/fs: fix regs_read() for LINTERP
Connor Abbott
2015-07-17
1
-1
/
+2
*
i965/cs: Use dispatch width of 8 for cs terminate payload setup
Jordan Justen
2015-07-16
1
-1
/
+1
*
i965/cs: Return 1 for regs_read on CS_OPCODE_CS_TERMINATE
Jordan Justen
2015-07-16
1
-0
/
+3
*
i965: Push miptree tiling request into flags
Ben Widawsky
2015-07-16
7
-47
/
+51
*
Revert "i965: Push miptree tiling request into flags"
Ben Widawsky
2015-07-16
7
-51
/
+47
*
i965: Push miptree tiling request into flags
Ben Widawsky
2015-07-16
7
-47
/
+51
*
i965/fs: Factor out universally broken calculation of the register component ...
Francisco Jerez
2015-07-16
4
-12
/
+23
[next]