aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: relax brw_eu_validate for byte raw movsJose Maria Casanova Crespo2018-07-101-3/+5
* i965/fs: Enable conversions to 8-bit integersJose Maria Casanova Crespo2018-07-101-0/+2
* i965: Support for 8-bit base types in helper functionsJose Maria Casanova Crespo2018-07-102-1/+14
* i965/fs: Register allocator shoudn't use grf127 for sends destJose Maria Casanova Crespo2018-07-101-0/+25
* intel/compiler: grf127 can not be dest when src and dest overlap in sendJose Maria Casanova Crespo2018-07-101-0/+11
* radv: using tls to store llvm related info and speed up compiles (v10)Dave Airlie2018-07-108-28/+199
* swrast: Fix eglMakeCurrent(dpy, NULL, NULL, ctx) (v2)Adam Jackson2018-07-091-21/+20
* intel: tools: dump_gpu: fix ppgtt mappingLionel Landwerlin2018-07-091-23/+23
* v3d: Implement noperspective varyings on V3D 4.x.Eric Anholt2018-07-097-4/+40
* v3d: Refactor flat shade/centroid flag emission.Eric Anholt2018-07-091-64/+76
* v3d: Fix typo in dither mode offset.Eric Anholt2018-07-091-1/+1
* glsl: Treat sampler2DRect and sampler2DRectShadow as reserved in ES2zhaowei yuan2018-07-091-2/+2
* st/wgl: check for NULL piAttribList in wglCreatePbufferARB()Charmaine Lee2018-07-061-39/+41
* anv: Add support for VK_KHR_create_renderpass2Jason Ekstrand2018-07-093-0/+165
* anv: Make subpass::depth_stencil_attachment a pointerJason Ekstrand2018-07-098-25/+28
* anv/pass: Move implicit dependency setup to anv_render_pass_compileJason Ekstrand2018-07-091-70/+63
* anv/pass: Move some dependency setup into a helperJason Ekstrand2018-07-091-18/+34
* anv/pass: Move a bunch of analysis into a separate "compile" stageJason Ekstrand2018-07-091-50/+64
* anv/pass: Use a designated initailizer for attachmentsJason Ekstrand2018-07-091-11/+11
* anv: Bump the advertised patch version to 80Jason Ekstrand2018-07-091-1/+1
* glx: Don't allow glXMakeContextCurrent() with only one valid drawableAdam Jackson2018-07-091-0/+7
* mesa: verify MaxVertexAttribStride for GLES 3.1Erik Faye-Lund2018-07-091-0/+1
* mesa: verify MaxVertexAttribStride for GL 4.4Erik Faye-Lund2018-07-091-0/+1
* r600: report incorrect max-vertex-attrib for GL 4.4Erik Faye-Lund2018-07-091-1/+2
* intel/fs: use uint type for per_slot_offset at GSJose Maria Casanova Crespo2018-07-091-1/+1
* radv: add the trace BO to the list when starting a new cmdbufSamuel Pitoiset2018-07-091-4/+7
* radv: reduce CPU overhead in radv_flush_descriptors()Samuel Pitoiset2018-07-093-11/+8
* intel/compiler: remove unused functionIago Toral Quiroga2018-07-092-31/+0
* anv/pipeline: honor the pipeline_cache_enabled run-time flagIago Toral Quiroga2018-07-091-1/+1
* r600/sb: fix crash in fold_alu_op3Roland Scheidegger2018-07-091-0/+2
* vulkan: Update the XML and headers to 1.1.80Jason Ekstrand2018-07-081-49/+231
* i965: fix clear color bo address relocationLionel Landwerlin2018-07-071-1/+1
* radv: winsys/amdgpu: include missing pthread.h headerMauro Rossi2018-07-071-0/+1
* nv50/ir: fix Instruction::isActionEqual for PHI instructionsKarol Herbst2018-07-071-0/+6
* nvc0/ir: use the combined tid special registerRhys Perry2018-07-079-0/+61
* nir/print: Print texture and sampler indicesJason Ekstrand2018-07-071-0/+11
* intel/compiler: Relax mixed type restriction for saturating immediatesIan Romanick2018-07-062-4/+22
* i965/vec4: Properly handle sign(-abs(x))Ian Romanick2018-07-061-1/+17
* i965/fs: Properly handle sign(-abs(x))Ian Romanick2018-07-061-3/+12
* vulkan: utils: handle hexadecimal values in registryLionel Landwerlin2018-07-061-1/+1
* st/dri: fix a crash in server_wait_syncMarek Olšák2018-07-061-0/+6
* python: Stop using the Python 2 exception syntaxMathieu Bridon2018-07-065-7/+7
* python: Use spaces, not tabsMathieu Bridon2018-07-061-4/+4
* python: Use the print functionMathieu Bridon2018-07-0638-1595/+1652
* vma/tests: Fix compilation if limits.h defines PAGE_SIZE (v2)Jon Turney2018-07-061-8/+8
* radv: fix emitting the view index on GFX9Samuel Pitoiset2018-07-061-1/+2
* i965/vec4: Make the vec4_visitor::nir_emit_instr default case unreachableIan Romanick2018-07-051-2/+1
* intel/compiler: More DCE after loweringIan Romanick2018-07-051-0/+2
* v3d: Fix leak of the default attributes BOs.Eric Anholt2018-07-051-1/+10
* v3d: Fix leak of the spill BO on context destruction.Eric Anholt2018-07-051-0/+2