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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix link release notes for 19.0.0.
Albert Pal
2019-03-13
1
-1
/
+1
*
iris: Enable auxiliary buffer support again
Rafael Antognolli
2019-03-13
1
-3
/
+0
*
iris: Convert RGBX to RGBA always.
Rafael Antognolli
2019-03-13
1
-14
/
+27
*
iris: Add resolve on iris_flush_resource.
Rafael Antognolli
2019-03-13
1
-19
/
+19
*
ir3/lower_io_offsets: Try propagate SSBO's SHR into a previous shift instruction
Eduardo Lima Mitev
2019-03-13
1
-4
/
+94
*
ir3/compiler: Enable lower_io_offsets pass and handle new SSBO intrinsics
Eduardo Lima Mitev
2019-03-13
4
-60
/
+59
*
ir3/nir: Add a new pass 'ir3_nir_lower_io_offsets'
Eduardo Lima Mitev
2019-03-13
4
-0
/
+217
*
nir: Add ir3-specific version of most SSBO intrinsics
Eduardo Lima Mitev
2019-03-13
1
-0
/
+27
*
docs: update calendar, add news item, and link release notes for 19.0.0
Dylan Baker
2019-03-13
3
-10
/
+30
*
docs: Add SHA256 sums for 19.0.0
Dylan Baker
2019-03-13
1
-1
/
+2
*
docs: Add release notes for 19.0.0
Dylan Baker
2019-03-13
1
-2
/
+2402
*
egl/dri: Avoid out of bounds array access
Kevin Strasser
2019-03-13
1
-2
/
+4
*
iris: Use streaming loads to read from tiled surfaces
Chris Wilson
2019-03-13
2
-2
/
+5
*
iris: Use coherent allocation for PIPE_RESOURCE_STAGING
Chris Wilson
2019-03-13
3
-1
/
+24
*
iris: Use PIPE_BUFFER_STAGING for the query objects
Chris Wilson
2019-03-13
1
-1
/
+1
*
intel/nir: Combine store_derefs to improve code from SPIR-V
Caio Marcelo de Oliveira Filho
2019-03-13
1
-0
/
+1
*
intel/nir: Combine store_derefs after vectorizing IO
Caio Marcelo de Oliveira Filho
2019-03-13
1
-0
/
+1
*
nir: Add a pass to combine store_derefs to same vector
Caio Marcelo de Oliveira Filho
2019-03-13
6
-0
/
+580
*
ac: use the raw tbuffer version for 16-bit SSBO loads
Samuel Pitoiset
2019-03-13
3
-6
/
+3
*
ac: add ac_build_{struct,raw}_tbuffer_load() helpers
Samuel Pitoiset
2019-03-13
3
-23
/
+75
*
radv: use typed buffer loads for vertex input fetches
Samuel Pitoiset
2019-03-13
4
-53
/
+57
*
radv: store more vertex attribute infos as pipeline keys
Samuel Pitoiset
2019-03-13
3
-0
/
+37
*
ac: rework typed buffers loads for LLVM 7
Samuel Pitoiset
2019-03-13
3
-57
/
+83
*
panfrost: Set bo->gem_handle when creating a linear BO
Tomeu Vizoso
2019-03-13
1
-1
/
+3
*
panfrost: Set bo->size[0] in the DRM backend
Tomeu Vizoso
2019-03-13
2
-6
/
+5
*
intel/fs: Fix opt_peephole_csel to not throw away saturates.
Kenneth Graunke
2019-03-12
1
-0
/
+1
*
glsl/lower_vector_derefs: Don't use a temporary for TCS outputs
Jason Ekstrand
2019-03-13
1
-10
/
+64
*
glsl/list: Add a list variant of insert_after
Jason Ekstrand
2019-03-13
1
-0
/
+26
*
nir/loop_unroll: Fix out-of-bounds access handling
Jason Ekstrand
2019-03-12
1
-12
/
+2
*
anv: Ignore VkRenderPassInputAttachementAspectCreateInfo
Jason Ekstrand
2019-03-12
1
-0
/
+4
*
v3d: Fix leak of the renderonly struct on screen destruction.
Eric Anholt
2019-03-12
1
-0
/
+1
*
v3d: Fix leak of the mem_ctx after the DAG refactor.
Eric Anholt
2019-03-12
1
-2
/
+2
*
glx: add support for GLX_ARB_create_context_no_error (v3)
Grigori Goronzy
2019-03-12
8
-1
/
+96
*
radv: set the maximum number of IBs per submit to 192
Samuel Pitoiset
2019-03-12
2
-1
/
+8
*
anv: Fix destroying descriptor sets when pool gets reset
Danylo Piliaiev
2019-03-12
1
-6
/
+5
*
v3d: Disable PIPE_CAP_BLIT_BASED_TEXTURE_TRANSFER.
Eric Anholt
2019-03-12
1
-0
/
+3
*
intel/nir: Vectorize all IO
Jason Ekstrand
2019-03-12
1
-0
/
+17
*
nir: Add a pass for lowering IO back to vector when possible
Jason Ekstrand
2019-03-12
5
-1
/
+392
*
ac/nir: fix 16-bit ssbo stores
Rhys Perry
2019-03-12
1
-0
/
+2
*
scons: Compatibility with Scons development version string
pal1000
2019-03-12
2
-2
/
+14
*
anv: revert "anv: release memory allocated by glsl types during spirv_to_nir"
Tapani Pälli
2019-03-12
1
-2
/
+0
*
radeonsi/nir: Use nir stripping pass
Connor Abbott
2019-03-12
1
-0
/
+5
*
nir: Add a stripping pass for improved cacheability
Connor Abbott
2019-03-12
4
-0
/
+111
*
radv: fix pointSizeRange limits
Samuel Pitoiset
2019-03-12
1
-1
/
+1
*
iris: Flag fewer dirty bits in BLORP
Sagar Ghuge
2019-03-11
1
-3
/
+27
*
st/glsl_to_nir: fix incorrect arrary access
Timothy Arceri
2019-03-12
1
-2
/
+5
*
nir: silence a couple new compiler warnings
Brian Paul
2019-03-12
2
-2
/
+2
*
panfrost: Identify fragment_extra flags
Alyssa Rosenzweig
2019-03-12
3
-10
/
+30
*
panfrost: Document "depth-buffer writeback" bit
Alyssa Rosenzweig
2019-03-12
2
-1
/
+9
*
panfrost: Support linear depth textures
Alyssa Rosenzweig
2019-03-12
1
-2
/
+4
[next]