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
*
i965: Implement GenerateMipmap directly, rather than using Meta.
Kenneth Graunke
2018-02-16
5
-0
/
+135
*
i965/icl: Add render target flush after uploading binding table
Anuj Phogat
2018-02-15
1
-0
/
+14
*
i965/icl: Enable float blend optimization and Wa3DStateMode
Anuj Phogat
2018-02-15
1
-1
/
+1
*
intel/common/icl: Add has_sample_with_hiz flag in gen_device_info
Anuj Phogat
2018-02-15
1
-4
/
+1
*
i965/icl: Add assertions to check dispatch mode is SIMD8
Anuj Phogat
2018-02-15
1
-0
/
+5
*
i965/icl: Update switch statements
Anuj Phogat
2018-02-15
2
-0
/
+2
*
i965/icl: Update the assert in brw_memory_barrier()
Anuj Phogat
2018-02-15
1
-1
/
+1
*
i965/icl: Define and use icl mocs settings
Anuj Phogat
2018-02-15
3
-1
/
+11
*
i965/icl: Update the comment for maximum number of threads per PSD
Anuj Phogat
2018-02-15
1
-4
/
+5
*
i965/icl: Build and use gen11 functions for genxml state-upload and blorp
Anuj Phogat
2018-02-15
8
-4
/
+43
*
i965/icl: Don't set ResetGatewayTimer
Anuj Phogat
2018-02-15
1
-0
/
+2
*
i965: Drop EXEC_OBJECT_CAPTURE defines.
Kenneth Graunke
2018-02-15
1
-3
/
+0
*
meson: use a custom target instead of a generator for i965 oa
Dylan Baker
2018-02-14
1
-11
/
+10
*
i965: Add gl_state_index casts for PATCH_VERTICES_IN
Jason Ekstrand
2018-02-14
1
-1
/
+2
*
i965/miptree: Initialize mcs with a linear map
Scott D Phillips
2018-02-14
1
-1
/
+1
*
i965/tiled_memcpy: change linear pointer from (0, 0) to (xt1, yt1)
Scott D Phillips
2018-02-14
3
-11
/
+11
*
i965/tiled_memcpy: linear_to_ytiled a cache line at a time
Scott D Phillips
2018-02-14
1
-6
/
+66
*
i965/gen10: Remove warning message.
Rafael Antognolli
2018-02-14
1
-7
/
+0
*
i965: fix tessellation regressions with gl_state_index16
Dave Airlie
2018-02-12
1
-1
/
+1
*
mesa,glsl,nir: reduce gl_state_index size to 2 bytes
Marek Olšák
2018-02-13
4
-5
/
+4
*
mesa: reduce the size of gl_viewport_attrib
Marek Olšák
2018-02-13
1
-1
/
+1
*
mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unit
Marek Olšák
2018-02-13
14
-47
/
+62
*
i965: Fix bugs in intel_from_planar
Daniel Stone
2018-02-12
1
-27
/
+29
*
r200: remove left over dead code
Eric Engestrom
2018-02-12
1
-20
/
+0
*
Revert "i965: prevent potentially null pointer access"
Mark Janes
2018-02-09
1
-1
/
+1
*
i965: prevent potentially null pointer access
Lionel Landwerlin
2018-02-09
1
-1
/
+1
*
intel/blorp: Use isl_aux_op instead of blorp_hiz_op
Jason Ekstrand
2018-02-08
4
-18
/
+18
*
intel/blorp: Use isl_aux_op instead of blorp_fast_clear_op
Jason Ekstrand
2018-02-08
3
-20
/
+20
*
i965: perf: cleanup detection of kernel support for loadable configs
Lionel Landwerlin
2018-02-08
1
-15
/
+2
*
i965: perf: use drmIoctl() instead of ioctl()
Lionel Landwerlin
2018-02-08
1
-2
/
+2
*
i965: perf: add debug messages for loaded configs
Lionel Landwerlin
2018-02-08
1
-0
/
+2
*
i965: add __DRI2_BLOB support and set cache functions
Tapani Pälli
2018-02-07
1
-0
/
+21
*
i965: allocate a SGVS element when VertexID or InstanceID are read
Iago Toral Quiroga
2018-02-07
1
-15
/
+2
*
meson: osx ld doesn't support --build-id
Jon Turney
2018-02-05
1
-1
/
+1
*
mesa: change ctx->Color.ColorMask into a 32-bit bitmask
Marek Olšák
2018-02-04
19
-93
/
+70
*
i965: Create new program cache bo when clearing the program cache
Jordan Justen
2018-02-03
1
-0
/
+1
*
i965: check if upload is 0 explicitely, when downsizing a format
Andres Gomez
2018-02-02
1
-8
/
+8
*
i965: Call prepare_external after implicit window-system MSAA resolves
Jason Ekstrand
2018-02-01
1
-0
/
+15
*
mesa: Use defines for the aliased material array attributes.
Mathias Fröhlich
2018-02-01
4
-20
/
+20
*
i965: Bump official kernel requirement to Linux v3.9.
Kenneth Graunke
2018-02-01
1
-2
/
+2
*
osx: ld doesn't support --build-id
Jon Turney
2018-02-01
1
-1
/
+1
*
i965: perform 2 uploads with dual slot *64*PASSTHRU formats on gen<8
Andres Gomez
2018-01-31
1
-5
/
+27
*
i965: Make texture validation code use texture objects, not units.
Kenneth Graunke
2018-01-31
2
-16
/
+17
*
i965: Pass tObj into intel_update_max_level instead of intel_obj.
Kenneth Graunke
2018-01-31
1
-3
/
+3
*
i965: Delete more misleading comments.
Kenneth Graunke
2018-01-31
1
-3
/
+0
*
i965: move disk cache from brw_context to intel_screen
Tapani Pälli
2018-01-30
5
-7
/
+12
*
mesa: replace GLenum with GLenum16 in common structures (v4)
Marek Olšák
2018-01-29
3
-5
/
+5
*
i965: Emit PIPE_CONTROL with ISP bit on older platforms.
Rafael Antognolli
2018-01-29
1
-1
/
+1
*
i965: fix disk_cache leak when destroying context
Tapani Pälli
2018-01-29
1
-0
/
+3
*
i965: fix prog_data leak in brw_disk_cache
Tapani Pälli
2018-01-29
1
-0
/
+2
[next]