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
*
swrast: Fix eglMakeCurrent(dpy, NULL, NULL, ctx) (v2)
Adam Jackson
2018-07-09
1
-21
/
+20
*
intel: tools: dump_gpu: fix ppgtt mapping
Lionel Landwerlin
2018-07-09
1
-23
/
+23
*
v3d: Implement noperspective varyings on V3D 4.x.
Eric Anholt
2018-07-09
7
-4
/
+40
*
v3d: Refactor flat shade/centroid flag emission.
Eric Anholt
2018-07-09
1
-64
/
+76
*
v3d: Fix typo in dither mode offset.
Eric Anholt
2018-07-09
1
-1
/
+1
*
glsl: Treat sampler2DRect and sampler2DRectShadow as reserved in ES2
zhaowei yuan
2018-07-09
1
-2
/
+2
*
st/wgl: check for NULL piAttribList in wglCreatePbufferARB()
Charmaine Lee
2018-07-06
1
-39
/
+41
*
anv: Add support for VK_KHR_create_renderpass2
Jason Ekstrand
2018-07-09
3
-0
/
+165
*
anv: Make subpass::depth_stencil_attachment a pointer
Jason Ekstrand
2018-07-09
8
-25
/
+28
*
anv/pass: Move implicit dependency setup to anv_render_pass_compile
Jason Ekstrand
2018-07-09
1
-70
/
+63
*
anv/pass: Move some dependency setup into a helper
Jason Ekstrand
2018-07-09
1
-18
/
+34
*
anv/pass: Move a bunch of analysis into a separate "compile" stage
Jason Ekstrand
2018-07-09
1
-50
/
+64
*
anv/pass: Use a designated initailizer for attachments
Jason Ekstrand
2018-07-09
1
-11
/
+11
*
anv: Bump the advertised patch version to 80
Jason Ekstrand
2018-07-09
1
-1
/
+1
*
glx: Don't allow glXMakeContextCurrent() with only one valid drawable
Adam Jackson
2018-07-09
1
-0
/
+7
*
mesa: verify MaxVertexAttribStride for GLES 3.1
Erik Faye-Lund
2018-07-09
1
-0
/
+1
*
mesa: verify MaxVertexAttribStride for GL 4.4
Erik Faye-Lund
2018-07-09
1
-0
/
+1
*
r600: report incorrect max-vertex-attrib for GL 4.4
Erik Faye-Lund
2018-07-09
1
-1
/
+2
*
intel/fs: use uint type for per_slot_offset at GS
Jose Maria Casanova Crespo
2018-07-09
1
-1
/
+1
*
radv: add the trace BO to the list when starting a new cmdbuf
Samuel Pitoiset
2018-07-09
1
-4
/
+7
*
radv: reduce CPU overhead in radv_flush_descriptors()
Samuel Pitoiset
2018-07-09
3
-11
/
+8
*
intel/compiler: remove unused function
Iago Toral Quiroga
2018-07-09
2
-31
/
+0
*
anv/pipeline: honor the pipeline_cache_enabled run-time flag
Iago Toral Quiroga
2018-07-09
1
-1
/
+1
*
r600/sb: fix crash in fold_alu_op3
Roland Scheidegger
2018-07-09
1
-0
/
+2
*
vulkan: Update the XML and headers to 1.1.80
Jason Ekstrand
2018-07-08
1
-49
/
+231
*
i965: fix clear color bo address relocation
Lionel Landwerlin
2018-07-07
1
-1
/
+1
*
radv: winsys/amdgpu: include missing pthread.h header
Mauro Rossi
2018-07-07
1
-0
/
+1
*
nv50/ir: fix Instruction::isActionEqual for PHI instructions
Karol Herbst
2018-07-07
1
-0
/
+6
*
nvc0/ir: use the combined tid special register
Rhys Perry
2018-07-07
9
-0
/
+61
*
nir/print: Print texture and sampler indices
Jason Ekstrand
2018-07-07
1
-0
/
+11
*
intel/compiler: Relax mixed type restriction for saturating immediates
Ian Romanick
2018-07-06
2
-4
/
+22
*
i965/vec4: Properly handle sign(-abs(x))
Ian Romanick
2018-07-06
1
-1
/
+17
*
i965/fs: Properly handle sign(-abs(x))
Ian Romanick
2018-07-06
1
-3
/
+12
*
vulkan: utils: handle hexadecimal values in registry
Lionel Landwerlin
2018-07-06
1
-1
/
+1
*
st/dri: fix a crash in server_wait_sync
Marek Olšák
2018-07-06
1
-0
/
+6
*
python: Stop using the Python 2 exception syntax
Mathieu Bridon
2018-07-06
5
-7
/
+7
*
python: Use spaces, not tabs
Mathieu Bridon
2018-07-06
1
-4
/
+4
*
python: Use the print function
Mathieu Bridon
2018-07-06
38
-1595
/
+1652
*
vma/tests: Fix compilation if limits.h defines PAGE_SIZE (v2)
Jon Turney
2018-07-06
1
-8
/
+8
*
radv: fix emitting the view index on GFX9
Samuel Pitoiset
2018-07-06
1
-1
/
+2
*
i965/vec4: Make the vec4_visitor::nir_emit_instr default case unreachable
Ian Romanick
2018-07-05
1
-2
/
+1
*
intel/compiler: More DCE after lowering
Ian Romanick
2018-07-05
1
-0
/
+2
*
v3d: Fix leak of the default attributes BOs.
Eric Anholt
2018-07-05
1
-1
/
+10
*
v3d: Fix leak of the spill BO on context destruction.
Eric Anholt
2018-07-05
1
-0
/
+2
*
nir: Apply fragment color clamping to gl_FragData[] as well.
Eric Anholt
2018-07-05
1
-7
/
+2
*
v3d: Skip emitting per-RT blend state for RTs with blend disabled.
Eric Anholt
2018-07-05
1
-2
/
+8
*
v3d: Add proper support for GL_EXT_draw_buffers2's blending enables.
Eric Anholt
2018-07-05
4
-25
/
+46
*
v3d: Add support for GL_SAMPLE_ALPHA_TO_ONE.
Eric Anholt
2018-07-05
1
-0
/
+3
*
v3d: Respect swap_color_rb for the f32_color_rb case.
Eric Anholt
2018-07-05
1
-5
/
+7
*
st/nir: Disable varying packing when doing transform feedback.
Eric Anholt
2018-07-05
1
-1
/
+9
[next]